78 lines
2.3 KiB
RPMSpec
78 lines
2.3 KiB
RPMSpec
|
%define majver %(echo %version | cut -d. -f1-2)
|
||
|
Name: gnome-backgrounds
|
||
|
Version: 3.10.1
|
||
|
Release: 1mamba
|
||
|
Summary: Gnome desktop background pictures
|
||
|
Group: Graphical Desktop/Look 'n' feel
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://www.gnome.org
|
||
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnome-backgrounds/%{majver}/gnome-backgrounds-%{version}.tar.xz
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
Gnome desktop background pictures.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%find_lang %{name}
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files -f %{name}.lang
|
||
|
%defattr(-,root,root)
|
||
|
%{_datadir}/gnome-background-properties/gnome-*.xml
|
||
|
%dir %{_datadir}/backgrounds/gnome
|
||
|
%{_datadir}/backgrounds/gnome/*.jpg
|
||
|
%{_datadir}/backgrounds/gnome/*.png
|
||
|
%doc AUTHORS COPYING
|
||
|
#ChangeLog NEWS README
|
||
|
|
||
|
%changelog
|
||
|
* Mon Oct 28 2013 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Tue Apr 16 2013 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Thu Mar 28 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Mon Oct 15 2012 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Wed Sep 26 2012 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Mon May 14 2012 Automatic Build System <autodist@mambasoft.it> 3.4.2-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Mon Apr 16 2012 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Sun Apr 01 2012 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
||
|
- update to 3.4.0
|
||
|
|
||
|
* Wed Sep 28 2011 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Sun Jun 26 2011 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
|
||
|
- update to 3.0.2
|
||
|
|
||
|
* Sun May 22 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.32.0-1mamba
|
||
|
- package created by autospec
|