hicolor-icon-theme/hicolor-icon-theme.spec

154 lines
4.4 KiB
RPMSpec
Raw Normal View History

Summary: Basic requirement for icon themes
Name: hicolor-icon-theme
2010-01-13 10:30:39 +00:00
Version: 0.12
Release: 7%{?dist}
2007-11-18 06:22:30 +00:00
License: GPL+
Group: User Interface/Desktops
2010-01-13 10:30:39 +00:00
URL: http://icon-theme.freedesktop.org/wiki/HicolorTheme
2007-11-18 06:22:30 +00:00
Source: http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
2007-11-18 06:22:30 +00:00
Requires(post): coreutils
Requires(postun): coreutils
%description
Contains the basic directories and files needed for icon theme support.
%prep
%setup -q
2007-11-18 06:26:25 +00:00
# for some reason this file is executable in the tarball
chmod 0644 COPYING
%build
2005-01-28 04:03:53 +00:00
%configure
2005-11-30 08:50:32 +00:00
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr install
2007-02-23 07:00:27 +00:00
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,-)
2009-01-24 02:11:23 +00:00
%doc README COPYING ChangeLog
%{_datadir}/icons/hicolor
2007-02-23 07:00:27 +00:00
%ghost %{_datadir}/icons/hicolor/icon-theme.cache
%changelog
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 0.12-3
- Update icon cache scriptlet
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2010-01-13 10:30:39 +00:00
* Wed Jan 13 2010 Alexander Larsson <alexl@redhat.com> - 0.12-1
- Update to 0.12
2009-09-25 14:01:23 +00:00
* Fri Sep 25 2009 Alexander Larsson <alexl@redhat.com> - 0.11-1
- Update to 0.11
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-01-24 02:11:23 +00:00
* Fri Jan 23 2009 Matthias Clasen <mclasen@redhat.com> - 0.10-5
- Update URL
- Clean up scriptlets
- Include ChangeLog
2007-11-18 06:22:30 +00:00
* Sun Nov 18 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-4
- Correct the license
- Include COPYING
- Add full source url
2007-08-08 01:48:28 +00:00
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-3
- Update the license field
2007-02-23 07:00:27 +00:00
* Fri Feb 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-2
- Own the icon cache
2006-11-23 13:04:42 +00:00
* Thu Nov 23 2006 Alexander Larsson <alexl@redhat.com> - 0.10-1
- Update to 0.10
2006-07-12 06:22:27 +00:00
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.9-2.1
- rebuild
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> 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 <alexl@redhat.com> 0.9-1
- Update to 0.9, fixes scalable icons picked before bitmap icons
2005-12-09 22:40:55 +00:00
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
2005-11-30 08:49:43 +00:00
* Wed Nov 30 2005 Florian La Roche <laroche@redhat.com>
- scripts need coreutils installed
2005-04-18 22:49:22 +00:00
* Tue Apr 19 2005 Matthias Clasen <mclasen@redhat.com> 0.8-2
- Silence %%post
2005-04-14 21:23:06 +00:00
* Thu Apr 14 2005 John (J5) Palmieri <johnp@redhat.com>
- Update to 0.8
2005-03-28 10:56:13 +00:00
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
- rebuilt
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 0.7-2
- Update the GTK+ theme icon cache on (un)install
2005-02-04 09:20:48 +00:00
* Fri Feb 4 2005 Alexander Larsson <alexl@redhat.com> - 0.7-1
- Update to 0.7
2005-02-02 09:30:33 +00:00
* Wed Feb 2 2005 Alexander Larsson <alexl@redhat.com> - 0.6-1
- Update to 0.6
2005-01-28 03:55:08 +00:00
* Thu Jan 27 2005 Matthias Clasen <mclasen@redhat.com> - 0.5-1
- Update to 0.5
2004-09-29 18:19:42 +00:00
* Wed Sep 29 2004 GNOME <jrb@redhat.com> - 0.3-3
- rebuilt
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Feb 4 2004 Alexander Larsson <alexl@redhat.com> 0.3-1
- update to 0.3
* Fri Jan 16 2004 Alexander Larsson <alexl@redhat.com> 0.2-1
- Initial build.