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.
35 lines
790 B
35 lines
790 B
3 years ago
|
Name: eepm-add-r7-office
|
||
|
Version: 0.1
|
||
|
Release: kometa1
|
||
|
|
||
|
Summary: Script for eepm R7 Office
|
||
|
Summary(ru_RU.UTF-8): Скрипт установки Р7 Офис для epm play
|
||
|
|
||
|
License: GPLv3
|
||
|
Group: System/Configuration/Other
|
||
|
Url: http://oskometa.ru
|
||
|
BuildArch: noarch
|
||
|
Source: %name-%version.tar
|
||
|
|
||
|
%description
|
||
|
%summary.
|
||
|
|
||
|
%description -l ru_RU.UTF-8
|
||
|
Добавляет в epm play возможность установить декстопную версию Р7 Офис с официального сайта
|
||
|
|
||
|
%prep
|
||
|
%setup
|
||
|
|
||
|
%install
|
||
|
%define etcdir "/etc/eepm/prescription.d"
|
||
|
|
||
|
mkdir -p %buildroot%etcdir
|
||
|
install -pm755 r7office.sh %buildroot%etcdir
|
||
|
|
||
|
%files
|
||
|
"/etc/eepm/prescription.d/r7office.sh"
|
||
|
|
||
|
%changelog
|
||
|
* Wed Dec 29 2021 Artem Proskurnev <tema@proskurnevs.ru> 0.1-kometa1
|
||
|
- initial build
|