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.
39 lines
769 B
39 lines
769 B
3 years ago
|
Name: mos-repo
|
||
|
Version: 1.0
|
||
|
Release: alt1
|
||
|
|
||
|
Summary: M OS repo
|
||
|
Summary(ru_RU.UTF-8): Репозиторий М ОС
|
||
|
|
||
|
License: GPLv3
|
||
|
Group: System/Configuration/Other
|
||
|
Url: http://os.mos.ru
|
||
|
BuildArch: noarch
|
||
|
Requires: xmlstarlet
|
||
|
Requires: /usr/bin/xml_grep
|
||
|
Source: %name-%version.tar
|
||
|
|
||
|
%description
|
||
|
Standart repo M OS
|
||
|
|
||
|
%description -l ru_RU.UTF-8
|
||
|
Стандартные репозитории М ОС.
|
||
|
|
||
|
%prep
|
||
|
%setup
|
||
|
|
||
|
%install
|
||
|
%define aptdir "/etc/apt/sources.list.d"
|
||
|
|
||
|
mkdir -p %buildroot%aptdir
|
||
|
install -pm644 mos-repo.list %buildroot%aptdir
|
||
|
install -pm644 mos-base-repo.list %buildroot%aptdir
|
||
|
|
||
|
%files
|
||
|
"/etc/apt/sources.list.d/mos-repo.list"
|
||
|
"/etc/apt/sources.list.d/mos-base-repo.list"
|
||
|
|
||
|
%changelog
|
||
|
* Tue Aug 30 2022 Artem Proskurnev <tema@altlinux.org> 1.0-alt1
|
||
|
- Initial
|