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

88 lines
1.9 KiB
RPMSpec
Raw Normal View History

Summary: Basic requirement for icon themes
Name: hicolor-icon-theme
2005-04-14 21:23:06 +00:00
Version: 0.8
2005-11-30 08:50:32 +00:00
Release: 3
License: GPL
Group: User Interface/Desktops
URL: http://freedesktop.org/Software/icon-theme
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
2005-11-30 08:49:43 +00:00
Prereq(post): coreutils
Prereq(postun): coreutils
Prereq: gtk2 >= 2.6.0
%description
Contains the basic directories and files needed for icon theme support.
%prep
%setup -q
%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
%post
touch --no-create %{_datadir}/icons/hicolor
2005-03-28 10:56:13 +00:00
if [ -x /usr/bin/gtk-update-icon-cache ]; then
2005-04-18 22:49:22 +00:00
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
fi
2005-11-30 08:49:43 +00:00
exit 0
%postun
touch --no-create %{_datadir}/icons/hicolor
2005-03-28 10:56:13 +00:00
if [ -x /usr/bin/gtk-update-icon-cache ]; then
2005-04-18 22:49:22 +00:00
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
fi
2005-11-30 08:49:43 +00:00
exit 0
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README
%{_datadir}/icons/hicolor
%changelog
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.