diff --git a/README.md b/README.md index 9f6b90e..56aa930 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # gnome-backgrounds +Gnome desktop background pictures. + diff --git a/gnome-backgrounds.spec b/gnome-backgrounds.spec new file mode 100644 index 0000000..0704309 --- /dev/null +++ b/gnome-backgrounds.spec @@ -0,0 +1,77 @@ +%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 +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 3.10.1-1mamba +- automatic version update by autodist + +* Tue Apr 16 2013 Automatic Build System 3.8.1-1mamba +- automatic version update by autodist + +* Thu Mar 28 2013 Automatic Build System 3.8.0-1mamba +- automatic version update by autodist + +* Mon Oct 15 2012 Automatic Build System 3.6.1-1mamba +- automatic version update by autodist + +* Wed Sep 26 2012 Automatic Build System 3.6.0-1mamba +- automatic version update by autodist + +* Mon May 14 2012 Automatic Build System 3.4.2-1mamba +- automatic version update by autodist + +* Mon Apr 16 2012 Automatic Build System 3.4.1-1mamba +- automatic version update by autodist + +* Sun Apr 01 2012 Automatic Build System 3.4.0-1mamba +- update to 3.4.0 + +* Wed Sep 28 2011 Automatic Build System 3.2.0-1mamba +- automatic version update by autodist + +* Sun Jun 26 2011 Automatic Build System 3.0.2-1mamba +- update to 3.0.2 + +* Sun May 22 2011 Silvan Calarco 2.32.0-1mamba +- package created by autospec