From 71e2cd888961b6e7743ac4923def4605d33772b2 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 16 2013 20:02:52 +0000 Subject: import hicolor-icon-theme-0.12-6.el7.src.rpm --- diff --git a/.hicolor-icon-theme.metadata b/.hicolor-icon-theme.metadata new file mode 100644 index 0000000..241b6e9 --- /dev/null +++ b/.hicolor-icon-theme.metadata @@ -0,0 +1 @@ +87368844d1fcef899c3dc4e59f07264340606538 SOURCES/hicolor-icon-theme-0.12.tar.gz 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/hicolor-icon-theme.spec b/SPECS/hicolor-icon-theme.spec new file mode 100644 index 0000000..17830ad --- /dev/null +++ b/SPECS/hicolor-icon-theme.spec @@ -0,0 +1,150 @@ +Summary: Basic requirement for icon themes +Name: hicolor-icon-theme +Version: 0.12 +Release: 6%{?dist} +License: GPL+ +Group: User Interface/Desktops +URL: http://icon-theme.freedesktop.org/wiki/HicolorTheme +Source: http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +Requires(post): coreutils +Requires(postun): coreutils + +%description +Contains the basic directories and files needed for icon theme support. + +%prep +%setup -q + +# for some reason this file is executable in the tarball +chmod 0644 COPYING + +%build +%configure + +%install +rm -rf $RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr install + +touch $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache + +%post +touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : + +%postun +if [ $1 -eq 0 ] ; then + touch --no-create %{_datadir}/icons/hicolor &>/dev/null + gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : +fi + +%posttrans +gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README COPYING ChangeLog +%{_datadir}/icons/hicolor +%ghost %{_datadir}/icons/hicolor/icon-theme.cache + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.12-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.12-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.12-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Sat May 07 2011 Christopher Aillon - 0.12-3 +- Update icon cache scriptlet + +* Wed Feb 09 2011 Fedora Release Engineering - 0.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Jan 13 2010 Alexander Larsson - 0.12-1 +- Update to 0.12 + +* Fri Sep 25 2009 Alexander Larsson - 0.11-1 +- Update to 0.11 + +* Fri Jul 24 2009 Fedora Release Engineering - 0.10-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 0.10-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Jan 23 2009 Matthias Clasen - 0.10-5 +- Update URL +- Clean up scriptlets +- Include ChangeLog + +* Sun Nov 18 2007 Matthias Clasen - 0.10-4 +- Correct the license +- Include COPYING +- Add full source url + +* Tue Aug 7 2007 Matthias Clasen - 0.10-3 +- Update the license field + +* Fri Feb 23 2007 Matthias Clasen - 0.10-2 +- Own the icon cache + +* Thu Nov 23 2006 Alexander Larsson - 0.10-1 +- Update to 0.10 + +* Wed Jul 12 2006 Jesse Keating - 0.9-2.1 +- rebuild + +* Mon Feb 27 2006 Ray Strode 0.9-2 +- Remove Prereq on gtk. Prereq's complicate things, + and the gtk-update-icon-cache is already protected by + [ -x ... ] + +* Thu Jan 12 2006 Alexander Larsson 0.9-1 +- Update to 0.9, fixes scalable icons picked before bitmap icons + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Wed Nov 30 2005 Florian La Roche +- scripts need coreutils installed + +* Tue Apr 19 2005 Matthias Clasen 0.8-2 +- Silence %%post + +* Thu Apr 14 2005 John (J5) Palmieri +- Update to 0.8 + +* Mon Mar 28 2005 Christopher Aillon +- rebuilt + +* Fri Mar 25 2005 Christopher Aillon 0.7-2 +- Update the GTK+ theme icon cache on (un)install + +* Fri Feb 4 2005 Alexander Larsson - 0.7-1 +- Update to 0.7 + +* Wed Feb 2 2005 Alexander Larsson - 0.6-1 +- Update to 0.6 + +* Thu Jan 27 2005 Matthias Clasen - 0.5-1 +- Update to 0.5 + +* Wed Sep 29 2004 GNOME - 0.3-3 +- rebuilt + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Wed Feb 4 2004 Alexander Larsson 0.3-1 +- update to 0.3 + +* Fri Jan 16 2004 Alexander Larsson 0.2-1 +- Initial build. + +