49 lines
965 B
RPMSpec
49 lines
965 B
RPMSpec
Summary: Basic requirement for icon themes
|
|
Name: hicolor-icon-theme
|
|
Version: 0.5
|
|
Release: 1
|
|
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
|
|
|
|
%description
|
|
Contains the basic directories and files needed for icon theme support.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr install
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc README
|
|
%{_datadir}/icons/hicolor
|
|
|
|
%changelog
|
|
* Thu Jan 27 2005 Matthias Clasen <mclasen@redhat.com> - 0.5-1
|
|
- Update to 0.5
|
|
|
|
* 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.
|
|
|
|
|