openmamba-wallpapers/openmamba-wallpapers.spec

62 lines
1.6 KiB
RPMSpec
Raw Permalink Normal View History

Name: openmamba-wallpapers
Version: 2022.06
Release: 1mamba
Summary: Desktop wallpapers made for the openmamba distribution
Group: Graphical Desktop/Look 'n' Feel
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://gitlab.mambasoft.it/openmamba/openmamba-wallpapers
Source: https://gitlab.mambasoft.it/openmamba/openmamba-wallpapers/v%{version}/openmamba-wallpapers-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: ImageMagick
%description
Desktop wallpapers made for the openmamba distribution.
%package -n openmamba-wallpaper-bamboo
Summary: openmamba milestone2 default wallpaper
Group: Graphical Desktop/Look 'n' feel
%description -n openmamba-wallpaper-bamboo
openmamba milestone2 default wallpaper.
%package -n openmamba-wallpaper-circles
Summary: openmamba milestone3 default wallpaper
Group: Graphical Desktop/Look 'n' feel
%description -n openmamba-wallpaper-circles
openmamba milestone3 default wallpaper.
%prep
%setup -q
%build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_datadir}/wallpapers/openmambaRandom
%doc COPYING
%files -n openmamba-wallpaper-bamboo
%defattr(-,root,root)
%{_datadir}/wallpapers/openmamba_Bamboo
%files -n openmamba-wallpaper-circles
%defattr(-,root,root)
%{_datadir}/wallpapers/openmamba_Circles
%changelog
* Sat Jun 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2022.06-1mamba
- package created by autospec