You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
Name: mos-release
|
|
|
|
Version: 1.0
|
|
|
|
Release: alt1
|
|
|
|
|
|
|
|
Summary: os-release M OS
|
|
|
|
License: GPLv3
|
|
|
|
Group: System/Configuration/Other
|
|
|
|
Url: http://osmesh.ru
|
|
|
|
BuildArch: noarch
|
|
|
|
Source: %name-%version.tar
|
|
|
|
# replace old branding
|
|
|
|
Obsoletes: kometa-os-release < 2.0
|
|
|
|
Conflicts: kometa-os-release < 2.0
|
|
|
|
|
|
|
|
%description
|
|
|
|
File os-release
|
|
|
|
|
|
|
|
%description -l ru_RU.UTF-8
|
|
|
|
Файл os-release для М ОС
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup
|
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p %buildroot/etc
|
|
|
|
install -pm644 os-release %buildroot/etc/
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc COPYING
|
|
|
|
/etc/os-release
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Fri Apr 15 2022 Artem Proskurnev <tema@altlinux.org> 1.0-alt1
|
|
|
|
- initial build kde5
|