hicolor-icon-theme.spec
author dermotm
Mon, 09 May 2005 09:26:06 +0000
changeset 5414 219255e89582
parent 5370 06fd4677e6e3
child 5460 54346da409d4
permissions -rw-r--r--
Incremented release numbers for build 35
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
2660
941425a6010e Bump to 0.5
mattk
parents: 2619
diff changeset
     5
Version:      		0.5
5414
219255e89582 Incremented release numbers for build 35
dermotm
parents: 5370
diff changeset
     6
Release:      		35
4867
e8cfe7e64783 *.spec (almost): update Vendor and Distribution tags
dermotm
parents: 4860
diff changeset
     7
Distribution: 		Java Desktop System, Release 3
1617
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
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    11
Source1:       		l10n-configure.sh
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    12
URL:          		http://freedesktop.org/Software/icon-theme
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    13
BuildRoot:    		%{_tmppath}/%{name}-%{version}-build
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    14
Docdir:	      		%{_defaultdocdir}/doc
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    15
Autoreqprov:  		on
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    16
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    17
%description
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    18
Hi Color Icon Theme for the GNOME Desktop
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    19
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    20
%prep
1714
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1617
diff changeset
    21
%setup -q
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    22
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    23
bash -x %SOURCE1
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    24
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    25
%build
1935
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    26
CFLAGS="$RPM_OPT_FLAGS" \
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    27
  ./configure \
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    28
    --prefix=%{_prefix} \
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    29
    --sysconfdir=%{_sysconfdir}
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
%install
1935
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    32
make -i install DESTDIR=$RPM_BUILD_ROOT
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    33
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    34
%clean
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    35
rm -rf $RPM_BUILD_ROOT
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    36
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    37
%files
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    38
%defattr(-, root, root)
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    39
%{_datadir}/icons/hicolor
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    40
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    41
%changelog
2660
941425a6010e Bump to 0.5
mattk
parents: 2619
diff changeset
    42
* Thu May 06 2004 - <[email protected]>
941425a6010e Bump to 0.5
mattk
parents: 2619
diff changeset
    43
- Bump to 0.5
941425a6010e Bump to 0.5
mattk
parents: 2619
diff changeset
    44
1935
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    45
* Tue Feb 24 2004 - <[email protected]>
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    46
- Bump to 0.4, configure and install rules
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    47
1714
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1617
diff changeset
    48
* Mon Feb 16 2004 - <[email protected]>
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1617
diff changeset
    49
- replace tar jxf with the setup macro
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1617
diff changeset
    50
- replace /usr with %{_prefix}
1935
411c5bbcbd4a Bump to 0.4
mattk
parents: 1876
diff changeset
    51
1617
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    52
* Tue Feb 10 2004 - <[email protected]>
bb41793894f4 Add new component hicolor-icon-theme
mattk
parents:
diff changeset
    53
- Initial verison for cinnabar