blueprint.spec
author erwannc
Thu, 06 May 2004 20:17:25 +0000
changeset 2667 dc7df74f8264
parent 2619 a032fc86f08a
child 2736 bd6e69980863
permissions -rw-r--r--
2004-05-06 Erwann Chenede - <[email protected]> * blueprint.spec : fixed a libtool version mismatch due to wrong libtool generation commands in the %build section of the spec file.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
312
d271fec35241 2003-06-26 Erwann Chenede - <[email protected]>
erwannc
parents: 308
diff changeset
     1
#
d271fec35241 2003-06-26 Erwann Chenede - <[email protected]>
erwannc
parents: 308
diff changeset
     2
# spec file for package blueprint
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     3
#
677
6fbb30a81e23 2003-07-21 Erwann Chenede - <[email protected]>
erwannc
parents: 669
diff changeset
     4
# Copyright (c) 2003 Sun Microsystems, Inc.
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     6
# package are under the same license as the package itself.
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     7
#
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     8
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     9
Name:         blueprint
1325
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    10
Summary:      Engine for GTK2 Blue Print Theme
2438
82f354155c6b 2004-04-09 Erwann Chenede - <[email protected]>
erwannc
parents: 2398
diff changeset
    11
Version:      0.9.4
2619
a032fc86f08a Incremented release numbers for build 09
dermotm
parents: 2494
diff changeset
    12
Release:      16 
1022
906578a40d99 2003-08-08 Erwann Chenede - <[email protected]>
erwannc
parents: 967
diff changeset
    13
License:      LGPL
1631
b625afb74b79 2004-02-12 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
    14
Distribution: Cinnabar
677
6fbb30a81e23 2003-07-21 Erwann Chenede - <[email protected]>
erwannc
parents: 669
diff changeset
    15
Vendor:	      Sun Microsystems, Inc.
312
d271fec35241 2003-06-26 Erwann Chenede - <[email protected]>
erwannc
parents: 308
diff changeset
    16
Group:        System/GUI/GNOME
d271fec35241 2003-06-26 Erwann Chenede - <[email protected]>
erwannc
parents: 308
diff changeset
    17
Source:       %{name}-%{version}.tar.bz2
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
    18
Source1: blueprint-l10n-po-1.0.tar.bz2
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    19
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    20
URL:          http://www.gnome.org
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 116
diff changeset
    21
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 116
diff changeset
    22
%define gtk2_version 2.2.1
1925
3a3c1de9d720 Add intltool to BuildRequires.
dermotm
parents: 1876
diff changeset
    23
%define intltool_version 0.25
677
6fbb30a81e23 2003-07-21 Erwann Chenede - <[email protected]>
erwannc
parents: 669
diff changeset
    24
BuildRequires: gtk2 >= %{gtk2_version}
1925
3a3c1de9d720 Add intltool to BuildRequires.
dermotm
parents: 1876
diff changeset
    25
BuildRequires: intltool >= %{intltool_version}
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 116
diff changeset
    26
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    27
%description
1325
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    28
Engine for GTK2 Blue Print Theme
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    29
Property of Sun Microsystems Inc., 2003
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    30
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    31
%prep
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    32
%setup -q
2355
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
    33
/usr/bin/bzcat -dc %SOURCE1|tar xf -
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    34
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    35
%build
312
d271fec35241 2003-06-26 Erwann Chenede - <[email protected]>
erwannc
parents: 308
diff changeset
    36
CFLAGS="$RPM_OPT_FLAGS"
d271fec35241 2003-06-26 Erwann Chenede - <[email protected]>
erwannc
parents: 308
diff changeset
    37
./configure --prefix=%{_prefix}  \
d271fec35241 2003-06-26 Erwann Chenede - <[email protected]>
erwannc
parents: 308
diff changeset
    38
	    --libdir=%{_prefix}/%_lib \
d271fec35241 2003-06-26 Erwann Chenede - <[email protected]>
erwannc
parents: 308
diff changeset
    39
	    --sysconfdir=%{_sysconfdir} 
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    40
make
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    41
cd -
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    42
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    43
%install
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    44
make DESTDIR=$RPM_BUILD_ROOT install
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    45
mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/blueprint-engine
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    46
cp -a AUTHORS COPYING ChangeLog NEWS README $RPM_BUILD_ROOT%{_defaultdocdir}/blueprint-engine
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    47
1325
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    48
# Hack to install images into %{_datadir}/pixmaps with blueprint prefix
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    49
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    50
mkdir -p /tmp/blueprint-pixmaps
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    51
installfiles=`find icons/48x48 -name "*.png"`				
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    52
for i in $installfiles; do						
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    53
  echo '-- moving '$i ;						
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    54
  cp $i /tmp/blueprint-pixmaps ;             				
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    55
done;                                           			
1714
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
    56
installfiles=`find /tmp/blueprint-pixmaps -name "*.png" |sed 's/^\/tmp\/blueprint-pixmaps\///'`
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
    57
1325
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    58
for i in $installfiles; do                     			
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    59
  echo '-- Installing '$i ;                  				
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    60
  mv /tmp/blueprint-pixmaps/$i $RPM_BUILD_ROOT%{_datadir}/pixmaps/blueprint-$i ; 	
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    61
  done ;                                          			
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    62
rm -rf /tmp/blueprint-pixmaps/
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    63
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    64
%clean
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    65
rm -rf $RPM_BUILD_ROOT
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    66
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    67
%files
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    68
%defattr(-, root, root)
405
b610bc2589bd 2003-07-02 Erwann Chenede - <[email protected]>
erwannc
parents: 397
diff changeset
    69
%doc AUTHORS COPYING ChangeLog NEWS README
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    70
%{_defaultdocdir}/blueprint-engine/ChangeLog
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    71
%{_defaultdocdir}/blueprint-engine/AUTHORS
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    72
%{_defaultdocdir}/blueprint-engine/COPYING
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    73
%{_defaultdocdir}/blueprint-engine/README
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    74
%{_defaultdocdir}/blueprint-engine/NEWS
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
    75
%{_libdir}/gtk-2.0/*/engines/*.so
405
b610bc2589bd 2003-07-02 Erwann Chenede - <[email protected]>
erwannc
parents: 397
diff changeset
    76
%{_datadir}/themes/*
397
gman
parents: 312
diff changeset
    77
%{_datadir}/icons/*
1570
e7a00cfbb228 2004-02-04 Erwann Chenede - <[email protected]>
erwannc
parents: 1543
diff changeset
    78
%{_datadir}/locale/*
1325
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    79
%{_datadir}/pixmaps/*
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    80
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    81
%changelog
2355
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
    82
* Wed Mar 31 2004 - [email protected]
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
    83
- replace tar jxf with the more solaris friendly
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
    84
  bzcat piped through tar
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
    85
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
    86
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
    87
- Adding blueprint-l10n-po-1.0.tar.bz2 l10n content
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
    88
2187
57d1f0086fa9 2004-03-13 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
    89
* Fri Mar 12 2004 Niall Power <[email protected]>
57d1f0086fa9 2004-03-13 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
    90
- remove "rm -rf" evil from the install stage
57d1f0086fa9 2004-03-13 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
    91
1714
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
    92
* Mon Feb 16 2004 Niall Power <[email protected]>
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
    93
- add ACLOCAL_FLAGS to aclocal invocation
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
    94
- do not use the -printf argument with find - it
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
    95
  doesn't work on Solaris (pipe through sed instead)
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
    96
1570
e7a00cfbb228 2004-02-04 Erwann Chenede - <[email protected]>
erwannc
parents: 1543
diff changeset
    97
* Fri Jan 19 2004 Takao Fujiwara <[email protected]>
e7a00cfbb228 2004-02-04 Erwann Chenede - <[email protected]>
erwannc
parents: 1543
diff changeset
    98
- Modified blueprint.spec for i18n
e7a00cfbb228 2004-02-04 Erwann Chenede - <[email protected]>
erwannc
parents: 1543
diff changeset
    99
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   100
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   101
- remove *.a, *.la
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   102
405
b610bc2589bd 2003-07-02 Erwann Chenede - <[email protected]>
erwannc
parents: 397
diff changeset
   103
* Wed Jul 02 2003 Erwann Chenede - <[email protected]>
b610bc2589bd 2003-07-02 Erwann Chenede - <[email protected]>
erwannc
parents: 397
diff changeset
   104
- cleanup + icons theme addition
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   105
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   106
* Mon May 12 2003 Erwann Chenede - <[email protected]>
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   107
- initial implementation of the spec file
405
b610bc2589bd 2003-07-02 Erwann Chenede - <[email protected]>
erwannc
parents: 397
diff changeset
   108