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.
34 lines
580 B
34 lines
580 B
3 years ago
|
Name: mos-wallpaper-pack
|
||
|
Version: 0.1
|
||
|
Release: alt1
|
||
|
|
||
|
Summary: Wallpapers for M OS
|
||
|
Summary(ru_RU.UTF-8): Обои для М ОС
|
||
|
|
||
|
License: GPLv3
|
||
|
Group: Graphical desktop/KDE
|
||
|
Url: http://osmesh.ru
|
||
|
BuildArch: noarch
|
||
|
Source: %name-%version.tar
|
||
|
|
||
|
%description
|
||
|
%summary.
|
||
|
|
||
|
%description -l ru_RU.UTF-8
|
||
|
Обои для системы в окружении KDE
|
||
|
|
||
|
%prep
|
||
|
%setup
|
||
|
|
||
|
%install
|
||
|
mkdir -p %buildroot%_datadir/wallpapers
|
||
|
|
||
|
cp -r MOS-* %buildroot%_datadir/wallpapers
|
||
|
|
||
|
%files
|
||
|
%_datadir/wallpapers/MOS-*
|
||
|
|
||
|
%changelog
|
||
|
* Fri May 27 2022 Artem Proskurnev <tema@altlinux.org> 0.1-alt1
|
||
|
- Init RPM
|