base-specs/hicolor-icon-theme.spec
author dcarbery
Wed, 31 Oct 2007 16:23:04 +0000
changeset 11093 3f4e11da3087
parent 9397 b16e349d18c5
child 16429 fe72291e50fd
permissions -rw-r--r--
2007-10-31 Damien Carbery <[email protected]> * base-specs/hicolor-icon-theme.spec: Bump to 0.10. * SUNWavahi-bridge-dsd.spec: Remove references to /usr/lib/mdns from LDFLAGS as the dir doesn't exist.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package hicolor-icon-theme
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# Owner: calumb
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
Name:         		hicolor-icon-theme
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
License:      		GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
Group:        		System/GUI/GNOME
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
BuildArchitectures:	noarch
11093
3f4e11da3087 2007-10-31 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    14
Version:      		0.10
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Release:      		40
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Distribution: 		Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Vendor:       		Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Summary:      		GNOME Hi Color Icon Theme
11093
3f4e11da3087 2007-10-31 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    19
Source:       		http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.gz
3f4e11da3087 2007-10-31 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    20
URL:          		http://icon-theme.freedesktop.org/wiki/HicolorTheme
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
BuildRoot:    		%{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Docdir:	      		%{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Autoreqprov:  		on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Hi Color Icon Theme for the GNOME Desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
CFLAGS="$RPM_OPT_FLAGS" \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
  ./configure \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
    --prefix=%{_prefix} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
    --sysconfdir=%{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
make -i install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
%{_datadir}/icons/hicolor
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%changelog
11093
3f4e11da3087 2007-10-31 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    51
* Wed Oct 31 2007 - [email protected]
3f4e11da3087 2007-10-31 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    52
- Bump to 0.10.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
* Mon Jan 16 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
- Correct URL source (s/bz2/gz/).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
* Fri Dec 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
- Add URL for Source.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
* Thu May 06 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
- Bump to 0.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
* Tue Feb 24 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
- Bump to 0.4, configure and install rules
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
* Mon Feb 16 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
- replace tar jxf with the setup macro
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
- replace /usr with %{_prefix}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
* Tue Feb 10 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
- Initial verison for cinnabar