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.
31 lines
493 B
31 lines
493 B
3 years ago
|
Name: m-os-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
|
||
|
|
||
|
%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
|
||
|
/etc/os-release
|
||
|
|
||
|
%changelog
|
||
|
* Fri Apr 15 2022 Artem Proskurnev <tema@altlinux.org> 1.0-alt1
|
||
|
- initial build kde5
|