diff --git a/.gnome-icon-theme-extras.metadata b/.gnome-icon-theme-extras.metadata new file mode 100644 index 0000000..4cd8c4b --- /dev/null +++ b/.gnome-icon-theme-extras.metadata @@ -0,0 +1 @@ +c3b74fa14a882c68f88729ac4bd6b201ca6a4679 SOURCES/gnome-icon-theme-extras-3.6.2.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/gnome-icon-theme-extras.spec b/SPECS/gnome-icon-theme-extras.spec new file mode 100644 index 0000000..873d9da --- /dev/null +++ b/SPECS/gnome-icon-theme-extras.spec @@ -0,0 +1,91 @@ +Summary: Additional GNOME icons +Name: gnome-icon-theme-extras +Version: 3.6.2 +Release: 2%{?dist} +#VCS: git:git://git.gnome.org/gnome-icon-theme-extras +Source0: http://download.gnome.org/sources/gnome-icon-theme-extras/3.6/%{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 +* 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 +