package created by autospec [release 2022.06-1mamba;Sat Jun 25 2022]
This commit is contained in:
parent
fe32acad3f
commit
fc9e487d84
@ -1,2 +1,4 @@
|
||||
# openmamba-wallpapers
|
||||
|
||||
Desktop wallpapers made for the openmamba distribution.
|
||||
|
||||
|
61
openmamba-wallpapers.spec
Normal file
61
openmamba-wallpapers.spec
Normal file
@ -0,0 +1,61 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user