hicolor-icon-theme.spec
author fujiwara
Fri, 05 Nov 2004 12:17:36 +0000
changeset 4455 aea26bce3124
parent 4409 4fec71e58697
child 4579 a47648ae5f29
permissions -rw-r--r--
2004-11-05 Takao Fujiwara <[email protected]> * ext-sources/l10n-configure.sh: Added to patch ALL_LINGUAS issues automatically * *.spec: Updated

Name:         		hicolor-icon-theme
License:      		GPL
Group:        		System/GUI/GNOME
BuildArchitectures:	noarch
Version:      		0.5
Release:      		22
Distribution: 		Cinnabar
Vendor:       		Sun Microsystems, Inc.
Summary:      		GNOME Hi Color Icon Theme
Source:       		%{name}-%{version}.tar.bz2
Source1:       		l10n-configure.sh
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

bash -x %SOURCE1

%build
CFLAGS="$RPM_OPT_FLAGS" \
  ./configure \
    --prefix=%{_prefix} \
    --sysconfdir=%{_sysconfdir}

%install
make -i install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu May 06 2004 - <[email protected]>
- Bump to 0.5

* Tue Feb 24 2004 - <[email protected]>
- Bump to 0.4, configure and install rules

* 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