diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c753fbd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gnome-icon-theme-extras-3.12.0.tar.xz diff --git a/.gnome-icon-theme-extras.metadata b/.gnome-icon-theme-extras.metadata new file mode 100644 index 0000000..5fab6f6 --- /dev/null +++ b/.gnome-icon-theme-extras.metadata @@ -0,0 +1 @@ +1ec91dc4f20c6877589124bc76c1ac2db1accb01 SOURCES/gnome-icon-theme-extras-3.12.0.tar.xz diff --git a/SPECS/gnome-icon-theme-extras.spec b/SPECS/gnome-icon-theme-extras.spec new file mode 100644 index 0000000..a0c8b55 --- /dev/null +++ b/SPECS/gnome-icon-theme-extras.spec @@ -0,0 +1,98 @@ +Summary: Additional GNOME icons +Name: gnome-icon-theme-extras +Version: 3.12.0 +Release: 1%{?dist} +#VCS: git:git://git.gnome.org/gnome-icon-theme-extras +Source0: http://download.gnome.org/sources/gnome-icon-theme-extras/3.12/%{name}-%{version}.tar.xz +License: CC-BY-SA +BuildArch: noarch +Group: User Interface/Desktops +BuildRequires: icon-naming-utils >= 0.8.7 +Requires: gnome-icon-theme + +%description +This package contains extra device and mime-type icons for use by +the GNOME desktop. + +%prep +%setup -q + +%build +%configure + +%install +make install DESTDIR=$RPM_BUILD_ROOT + +%post +touch --no-create %{_datadir}/icons/gnome &>/dev/null || : + +%postun +if [ $1 -eq 0 ] ; then + touch --no-create %{_datadir}/icons/gnome &>/dev/null + gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || : +fi + +%posttrans +gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || : + +%files +%doc COPYING AUTHORS +%{_datadir}/icons/gnome/* + + +%changelog +* Tue Mar 25 2014 Richard Hughes - 3.12.0-1 +- Update to 3.12.0 +- Resolves: #1174383 + +* Fri Dec 27 2013 Daniel Mach - 3.6.2-3 +- Mass rebuild 2013-12-27 + +* Wed Feb 13 2013 Fedora Release Engineering - 3.6.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Nov 14 2012 Kalev Lember - 3.6.2-1 +- Update to 3.6.2 + +* Thu Jul 19 2012 Fedora Release Engineering - 3.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed Mar 28 2012 Richard Hughes - 3.4.0-1 +- Update to 3.4.0 + +* Fri Jan 13 2012 Fedora Release Engineering - 3.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Sat May 07 2011 Christopher Aillon - 3.0.0-2 +- Update icon cache scriptlet + +* Tue Apr 5 2011 Christopher Aillon 3.0.0-1 +- Update to 3.0.0 + +* Tue Feb 22 2011 Matthias Clasen - 2.90.7-1 +- Update to 2.90.7 + +* Tue Feb 08 2011 Fedora Release Engineering - 2.30.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri May 28 2010 Bastien Nocera 2.30.1-2 +- Add iPad icons + +* Tue Apr 20 2010 Bastien Nocera 2.30.1-1 +- Update to 2.30.1 + +* Tue Apr 6 2010 Matthias Clasen 2.30.0-1 +- Update to 2.30.0 + +* Thu Apr 01 2010 Bastien Nocera 2.29.0-4 +- Fix license tag + +* Thu Mar 25 2010 Bastien Nocera 2.29.0-3 +- Update tarball + +* Tue Mar 23 2010 Bastien Nocera 2.29.0-2 +- Fix scriptlets + +* Tue Mar 23 2010 Bastien Nocera 2.29.0-1 +- First build +