base-specs/hicolor-icon-theme.spec
author convert-repo
Tue, 28 Sep 2010 11:41:29 +0000
changeset 20122 34a34bffcb68
parent 20037 24754efecffe
permissions -rw-r--r--
update tags

#
# spec file for package hicolor-icon-theme
#
# Copyright (c) 2010 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
%define owner calumb
#

%define OSR 4095:0.5

Name:         		hicolor-icon-theme
License:      		GPL v2, MIT
Group:        		System/GUI/GNOME
BuildArchitectures:	noarch
Version:      		0.12
Release:      		1
Distribution: 		Java Desktop System
Vendor:       		freedesktop.org
Summary:      		GNOME Hi Color Icon Theme
Source:       		http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.gz
URL:          		http://icon-theme.freedesktop.org/wiki/HicolorTheme
BuildRoot:    		%{_tmppath}/%{name}-%{version}-build
Docdir:	      		%{_defaultdocdir}/doc
Autoreqprov:  		on

%description
Hi Color Icon Theme for the GNOME Desktop

%prep
%setup -q


%build
aclocal $ACLOCAL_FLAGS
autoconf
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
* Fri Sep 03 2010 - <[email protected]>
- Update License tag to specify GPL version,and MIT licence used by install-sh.
* Tue Apr 20 2010 - [email protected]
- Bump to 0.12.
* Wed Oct 31 2007 - [email protected]
- Bump to 0.10.
* Mon Jan 16 2006 - [email protected]
- Correct URL source (s/bz2/gz/).
* Fri Dec 02 2005 - [email protected]
- Add URL for Source.
* 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