hicolor-icon-theme.spec
author niall
Mon, 16 Feb 2004 21:36:55 +0000
changeset 1714 d34c2c5987ec
parent 1617 bb41793894f4
child 1876 0b4928f1eef0
permissions -rw-r--r--
2004-02-16 Niall Power <[email protected]> * blueprint.spec: add ACLOCAL_FLAGS to aclocal invocation don't use -printf arg with find. It doesn't work on solaris, use sed instead. * gnome-icon-theme.spec: disable-hicolor-check on solaris, add ACLOCAL_FLAGS to aclocal * sun-gdm-themes.spec: replace tar jxf with bzcat | tar xf * hicolor-icon-theme.spec: replace tar jxf with the proper setup macro * Solaris/SUNWgnome-themes.spec: New spec file

Name:         		hicolor-icon-theme
License:      		GPL
Group:        		System/GUI/GNOME
BuildArchitectures:	noarch
Version:      		0.3
Release:      		2
Distribution: 		Cinnabar
Vendor:       		Sun Microsystems, Inc.
Summary:      		GNOME Hi Color Icon Theme
Source:       		%{name}-%{version}.tar.bz2
URL:          		http://freedesktop.org/Software/icon-theme
BuildRoot:    		%{_tmppath}/%{name}-%{version}-build
Docdir:	      		%{_defaultdocdir}/doc
Autoreqprov:  		on

%description
Hi Color Icon Theme for the GNOME Desktop

%prep
%setup -q

%build
echo "Hicolor icon theme build done during install"

%install
make PREFIX=$RPM_BUILD_ROOT/%{_prefix}
cd ..

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%{_datadir}/icons/hicolor

%changelog
* Mon Feb 16 2004 - <[email protected]>
- replace tar jxf with the setup macro
- replace /usr with %{_prefix}
* Tue Feb 10 2004 - <[email protected]>
- Initial verison for cinnabar