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.
33 lines
527 B
33 lines
527 B
3 years ago
|
Name: kometa-os-release
|
||
|
Version: 1.0
|
||
|
Release: kometa0
|
||
|
|
||
|
Summary: os-release KOMETA
|
||
|
License: GPLv3
|
||
|
Group: System/Configuration/Other
|
||
|
Url: http://oskometa.ru
|
||
|
BuildArch: noarch
|
||
|
Source: %name-%version.tar
|
||
|
|
||
|
%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
|
||
|
%buildroot/etc/os-release
|
||
|
|
||
|
%changelog
|
||
|
* Fri Dec 24 2021 Artem Proskurnev <tema@proskurnevs.ru> 1.0-kometa0
|
||
|
- initial build kde5
|
||
|
|
||
|
|