hicolor-icon-theme.spec
author laca
Wed, 15 Nov 2006 22:18:11 +0000
changeset 8564 df62c23d2955
parent 6567 0843c214783b
permissions -rw-r--r--
assign owners to spec files
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     1
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     2
# spec file for package hicolor-icon-theme
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     6
# package are under the same license as the package itself.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     7
#
8564
df62c23d2955 assign owners to spec files
laca
parents: 6567
diff changeset
     8
# Owner: calumb
df62c23d2955 assign owners to spec files
laca
parents: 6567
diff changeset
     9
#
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    10
Name:         		hicolor-icon-theme
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    11
License:      		GPL
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    12
Group:        		System/GUI/GNOME
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    13
BuildArchitectures:	noarch
2660
941425a6010e Bump to 0.5
mattk
parents: 2619
diff changeset
    14
Version:      		0.5
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    15
Release:      		40
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    16
Distribution: 		Java Desktop System
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    17
Vendor:       		Sun Microsystems, Inc.
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    18
Summary:      		GNOME Hi Color Icon Theme
6567
0843c214783b * hicolor-icon-theme.spec: s/bz2/gz/ in Source.
dc144907
parents: 6330
diff changeset
    19
Source:       		http://freedesktop.org/software/icon-theme/releases/%{name}-%{version}.tar.gz
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    20
URL:          		http://freedesktop.org/Software/icon-theme
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    21
BuildRoot:    		%{_tmppath}/%{name}-%{version}-build
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    22
Docdir:	      		%{_defaultdocdir}/doc
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    23
Autoreqprov:  		on
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    24
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    25
%description
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    26
Hi Color Icon Theme for the GNOME Desktop
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    27
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    28
%prep
1714
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1617
diff changeset
    29
%setup -q
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    30
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    31
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    32
%build
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    33
aclocal $ACLOCAL_FLAGS
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    34
autoconf
1935
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    35
CFLAGS="$RPM_OPT_FLAGS" \
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    36
  ./configure \
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    37
    --prefix=%{_prefix} \
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    38
    --sysconfdir=%{_sysconfdir}
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    39
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    40
%install
1935
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    41
make -i install DESTDIR=$RPM_BUILD_ROOT
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    42
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    43
%clean
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    44
rm -rf $RPM_BUILD_ROOT
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    45
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    46
%files
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    47
%defattr(-, root, root)
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    48
%{_datadir}/icons/hicolor
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    49
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    50
%changelog
6567
0843c214783b * hicolor-icon-theme.spec: s/bz2/gz/ in Source.
dc144907
parents: 6330
diff changeset
    51
* Mon Jan 16 2006 - [email protected]
0843c214783b * hicolor-icon-theme.spec: s/bz2/gz/ in Source.
dc144907
parents: 6330
diff changeset
    52
- Correct URL source (s/bz2/gz/).
6330
b89411c9368b * hicolor-icon-theme.spec: Add URL for Source.
dc144907
parents: 5518
diff changeset
    53
* Fri Dec 02 2005 - [email protected]
b89411c9368b * hicolor-icon-theme.spec: Add URL for Source.
dc144907
parents: 5518
diff changeset
    54
- Add URL for Source.
2660
941425a6010e Bump to 0.5
mattk
parents: 2619
diff changeset
    55
* Thu May 06 2004 - <[email protected]>
941425a6010e Bump to 0.5
mattk
parents: 2619
diff changeset
    56
- Bump to 0.5
1935
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    57
* Tue Feb 24 2004 - <[email protected]>
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    58
- Bump to 0.4, configure and install rules
1714
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1617
diff changeset
    59
* Mon Feb 16 2004 - <[email protected]>
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1617
diff changeset
    60
- replace tar jxf with the setup macro
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1617
diff changeset
    61
- replace /usr with %{_prefix}
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    62
* Tue Feb 10 2004 - <[email protected]>
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    63
- Initial verison for cinnabar