hicolor-icon-theme.spec
author dermotm
Mon, 22 Mar 2004 12:28:38 +0000
changeset 2280 8e749eca2b37
parent 2159 3613e9792e23
child 2398 7a29461443c9
permissions -rw-r--r--
Incremented release numbers for build 06
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
     1
Name:         		hicolor-icon-theme
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
     2
License:      		GPL
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
     3
Group:        		System/GUI/GNOME
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
     4
BuildArchitectures:	noarch
1935
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
     5
Version:      		0.4
2280
8e749eca2b37 Incremented release numbers for build 06
dermotm
parents: 2159
diff changeset
     6
Release:      		7
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
     7
Distribution: 		Cinnabar
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
     8
Vendor:       		Sun Microsystems, Inc.
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
     9
Summary:      		GNOME Hi Color Icon Theme
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    10
Source:       		%{name}-%{version}.tar.bz2
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    11
URL:          		http://freedesktop.org/Software/icon-theme
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    12
BuildRoot:    		%{_tmppath}/%{name}-%{version}-build
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    13
Docdir:	      		%{_defaultdocdir}/doc
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    14
Autoreqprov:  		on
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    15
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    16
%description
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    17
Hi Color Icon Theme for the GNOME Desktop
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    18
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    19
%prep
1714
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1617
diff changeset
    20
%setup -q
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    21
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    22
%build
1935
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    23
CFLAGS="$RPM_OPT_FLAGS" \
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    24
  ./configure \
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    25
    --prefix=%{_prefix} \
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    26
    --sysconfdir=%{_sysconfdir}
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    27
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    28
%install
1935
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    29
make -i install DESTDIR=$RPM_BUILD_ROOT
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    30
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    31
%clean
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    32
rm -rf $RPM_BUILD_ROOT
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    33
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    34
%files
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    35
%defattr(-, root, root)
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    36
%{_datadir}/icons/hicolor
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    37
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    38
%changelog
1935
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    39
* Tue Feb 24 2004 - <[email protected]>
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    40
- Bump to 0.4, configure and install rules
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    41
1714
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1617
diff changeset
    42
* Mon Feb 16 2004 - <[email protected]>
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1617
diff changeset
    43
- replace tar jxf with the setup macro
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1617
diff changeset
    44
- replace /usr with %{_prefix}
1935
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    45
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    46
* Tue Feb 10 2004 - <[email protected]>
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    47
- Initial verison for cinnabar