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