blueprint.spec
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 8529 ace8e9b8a2b7
child 8974 4fff55910269
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.
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
#
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 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
#
8529
ace8e9b8a2b7 Add random spec file owners.
laca
parents: 7506
diff changeset
     8
# Owner: erwannc
ace8e9b8a2b7 Add random spec file owners.
laca
parents: 7506
diff changeset
     9
#
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    10
Name:         blueprint
1325
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    11
Summary:      Engine for GTK2 Blue Print Theme
4669
64229e1be6f4 rollback to Erwann's version with the %ifos'd Version tag :/
laca
parents: 4645
diff changeset
    12
%ifos solaris
6095
9b5695a63003 2005-10-13 Laszlo Peter <[email protected]>
laca
parents: 5518
diff changeset
    13
Version:      0.9.16-os
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6095
diff changeset
    14
%define tarball_version %{version}
4669
64229e1be6f4 rollback to Erwann's version with the %ifos'd Version tag :/
laca
parents: 4645
diff changeset
    15
%else
5336
6d7cc3c6aaef 2005-04-13 Erwann Chenede - <[email protected]>
erwannc
parents: 5333
diff changeset
    16
Version:      0.9.16
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6095
diff changeset
    17
%define tarball_version %{version}-os
4669
64229e1be6f4 rollback to Erwann's version with the %ifos'd Version tag :/
laca
parents: 4645
diff changeset
    18
%endif
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    19
Release:      41 
1022
906578a40d99 2003-08-08 Erwann Chenede - <[email protected]>
erwannc
parents: 967
diff changeset
    20
License:      LGPL
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    21
Distribution: Java Desktop System
677
6fbb30a81e23 2003-07-21 Erwann Chenede - <[email protected]>
erwannc
parents: 669
diff changeset
    22
Vendor:	      Sun Microsystems, Inc.
312
d271fec35241 2003-06-26 Erwann Chenede - <[email protected]>
erwannc
parents: 308
diff changeset
    23
Group:        System/GUI/GNOME
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6095
diff changeset
    24
Source:       %{name}-%{tarball_version}.tar.bz2
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    25
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    26
URL:          http://www.sun.com/software/javadesktopsystem/
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 116
diff changeset
    27
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    28
%define gtk2_version 2.4.0
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    29
%define intltool_version 0.30
677
6fbb30a81e23 2003-07-21 Erwann Chenede - <[email protected]>
erwannc
parents: 669
diff changeset
    30
BuildRequires: gtk2 >= %{gtk2_version}
1925
3a3c1de9d720 Add intltool to BuildRequires.
dermotm
parents: 1876
diff changeset
    31
BuildRequires: intltool >= %{intltool_version}
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 116
diff changeset
    32
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    33
%description
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    34
This package contains the Blueprint theme engine for GTK2
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    35
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    36
%prep
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6095
diff changeset
    37
%setup -q -n %name-%tarball_version
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    38
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    39
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    40
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    41
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    42
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    43
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    44
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3679
diff changeset
    45
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    46
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    47
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    48
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    49
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    50
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    51
libtoolize --force
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    52
aclocal $ACLOCAL_FLAGS -I .
4958
ac9e590ae536 2005-01-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 4938
diff changeset
    53
automake -a -c -f
4976
7a5b952f4d74 2005-01-31 Takao Fujiwara <[email protected]>
fujiwara
parents: 4973
diff changeset
    54
autoconf
312
d271fec35241 2003-06-26 Erwann Chenede - <[email protected]>
erwannc
parents: 308
diff changeset
    55
CFLAGS="$RPM_OPT_FLAGS"
d271fec35241 2003-06-26 Erwann Chenede - <[email protected]>
erwannc
parents: 308
diff changeset
    56
./configure --prefix=%{_prefix}  \
d271fec35241 2003-06-26 Erwann Chenede - <[email protected]>
erwannc
parents: 308
diff changeset
    57
	    --libdir=%{_prefix}/%_lib \
d271fec35241 2003-06-26 Erwann Chenede - <[email protected]>
erwannc
parents: 308
diff changeset
    58
	    --sysconfdir=%{_sysconfdir} 
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    59
make -j $CPUS
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    60
cd -
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    61
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    62
%install
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    63
make DESTDIR=$RPM_BUILD_ROOT install
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    64
mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/blueprint-engine
7506
e22a91ae2cf3 2006-06-23 Brian Cameron <[email protected]>
bc99092
parents: 6923
diff changeset
    65
cp -p AUTHORS COPYING ChangeLog NEWS README $RPM_BUILD_ROOT%{_defaultdocdir}/blueprint-engine
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    66
1325
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    67
# Hack to install images into %{_datadir}/pixmaps with blueprint prefix
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    68
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    69
mkdir -p /tmp/blueprint-pixmaps
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    70
installfiles=`find icons/48x48 -name "*.png"`				
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    71
for i in $installfiles; do						
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    72
  echo '-- moving '$i ;						
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    73
  cp $i /tmp/blueprint-pixmaps ;             				
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    74
done;                                           			
1714
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
    75
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
    76
1325
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    77
for i in $installfiles; do                     			
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    78
  echo '-- Installing '$i ;                  				
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    79
  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
    80
  done ;                                          			
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    81
rm -rf /tmp/blueprint-pixmaps/
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    82
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/*.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    83
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/*.la
1325
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
    84
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    85
%clean
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    86
rm -rf $RPM_BUILD_ROOT
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    87
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    88
%files
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    89
%defattr(-, root, root)
405
b610bc2589bd 2003-07-02 Erwann Chenede - <[email protected]>
erwannc
parents: 397
diff changeset
    90
%doc AUTHORS COPYING ChangeLog NEWS README
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    91
%{_defaultdocdir}/blueprint-engine/ChangeLog
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    92
%{_defaultdocdir}/blueprint-engine/AUTHORS
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    93
%{_defaultdocdir}/blueprint-engine/COPYING
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    94
%{_defaultdocdir}/blueprint-engine/README
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    95
%{_defaultdocdir}/blueprint-engine/NEWS
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
    96
%{_libdir}/gtk-2.0/*/engines/*.so
405
b610bc2589bd 2003-07-02 Erwann Chenede - <[email protected]>
erwannc
parents: 397
diff changeset
    97
%{_datadir}/themes/*
397
gman
parents: 312
diff changeset
    98
%{_datadir}/icons/*
1570
e7a00cfbb228 2004-02-04 Erwann Chenede - <[email protected]>
erwannc
parents: 1543
diff changeset
    99
%{_datadir}/locale/*
1325
5e13a29eb5bd 2003-10-21 Erwann Chenede - <[email protected]>
erwannc
parents: 1239
diff changeset
   100
%{_datadir}/pixmaps/*
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   101
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   102
%changelog
7506
e22a91ae2cf3 2006-06-23 Brian Cameron <[email protected]>
bc99092
parents: 6923
diff changeset
   103
* Fri Jun 23 2006 - [email protected]
e22a91ae2cf3 2006-06-23 Brian Cameron <[email protected]>
bc99092
parents: 6923
diff changeset
   104
- Change "cp -a" to "cp -p" so it works with Solaris cp command.
5047
8f4340ab340f 2005-02-10 Muktha <[email protected]>
muktha
parents: 4980
diff changeset
   105
* Thu Feb 10 2005 - [email protected]
8f4340ab340f 2005-02-10 Muktha <[email protected]>
muktha
parents: 4980
diff changeset
   106
- Bumped the tarball to include icons required to fix
8f4340ab340f 2005-02-10 Muktha <[email protected]>
muktha
parents: 4980
diff changeset
   107
  #5088581.
4976
7a5b952f4d74 2005-01-31 Takao Fujiwara <[email protected]>
fujiwara
parents: 4973
diff changeset
   108
* Mon Jan 31 2005 - [email protected]
7a5b952f4d74 2005-01-31 Takao Fujiwara <[email protected]>
fujiwara
parents: 4973
diff changeset
   109
- Updated %build to stop build error
4960
8f69a03736cb 2005-01-28 Muktha <[email protected]>
muktha
parents: 4958
diff changeset
   110
* Fri Jan 28 2005 - [email protected]
8f69a03736cb 2005-01-28 Muktha <[email protected]>
muktha
parents: 4958
diff changeset
   111
- Bumped the tarball which includes the fix for #5088581 and
8f69a03736cb 2005-01-28 Muktha <[email protected]>
muktha
parents: 4958
diff changeset
   112
  merged blueprint-01-g11n-icon.diff in the tarball. 
4958
ac9e590ae536 2005-01-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 4938
diff changeset
   113
* Fri Jan 28 2005 - [email protected]
ac9e590ae536 2005-01-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 4938
diff changeset
   114
- Updated %build to add automake
4821
6d89aba22863 2005-01-12 Takao Fujiwara <[email protected]>
fujiwara
parents: 4801
diff changeset
   115
* Wed Jan 12 2005 - [email protected]
6d89aba22863 2005-01-12 Takao Fujiwara <[email protected]>
fujiwara
parents: 4801
diff changeset
   116
- Removed blueprint-01-g11n-alllinguas.diff. Use l10n-configure.sh
6d89aba22863 2005-01-12 Takao Fujiwara <[email protected]>
fujiwara
parents: 4801
diff changeset
   117
- Added blueprint-01-g11n-icon.diff to fix 5083114
3978
dc8c07ebb4af Updating blueprint.spec to include blueprint-01-g11n-alllinguas.diff patch
yk150259
parents: 3858
diff changeset
   118
* Thu Sep 16 2004 - [email protected]
dc8c07ebb4af Updating blueprint.spec to include blueprint-01-g11n-alllinguas.diff patch
yk150259
parents: 3858
diff changeset
   119
- Added blueprint-01-g11n-alllinguas.diff to include cs,hu linguas
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   120
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   121
- Updated l10n content to blueprint-l10n-po-1.2.tar.bz2
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   122
* Wed Jul 07 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   123
- ported to rpm4
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   124
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   125
- added "-j $CPUS" to make to speed up builds
2987
2f54e83f7d28 2004-06-02 Glynn Foster <[email protected]>
gman
parents: 2958
diff changeset
   126
* Wed Jun 2 2004 - [email protected]
2f54e83f7d28 2004-06-02 Glynn Foster <[email protected]>
gman
parents: 2958
diff changeset
   127
- Bump to 0.9.5
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2667
diff changeset
   128
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2667
diff changeset
   129
- Updated l10n content to blueprint-l10n-po-1.1.tar.bz2
2355
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   130
* Wed Mar 31 2004 - [email protected]
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   131
- replace tar jxf with the more solaris friendly
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   132
  bzcat piped through tar
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   133
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   134
- Adding blueprint-l10n-po-1.0.tar.bz2 l10n content
2187
57d1f0086fa9 2004-03-13 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
   135
* Fri Mar 12 2004 Niall Power <[email protected]>
57d1f0086fa9 2004-03-13 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
   136
- remove "rm -rf" evil from the install stage
1714
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
   137
* Mon Feb 16 2004 Niall Power <[email protected]>
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
   138
- add ACLOCAL_FLAGS to aclocal invocation
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
   139
- do not use the -printf argument with find - it
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
   140
  doesn't work on Solaris (pipe through sed instead)
1570
e7a00cfbb228 2004-02-04 Erwann Chenede - <[email protected]>
erwannc
parents: 1543
diff changeset
   141
* Fri Jan 19 2004 Takao Fujiwara <[email protected]>
e7a00cfbb228 2004-02-04 Erwann Chenede - <[email protected]>
erwannc
parents: 1543
diff changeset
   142
- Modified blueprint.spec for i18n
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   143
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   144
- remove *.a, *.la
405
b610bc2589bd 2003-07-02 Erwann Chenede - <[email protected]>
erwannc
parents: 397
diff changeset
   145
* Wed Jul 02 2003 Erwann Chenede - <[email protected]>
b610bc2589bd 2003-07-02 Erwann Chenede - <[email protected]>
erwannc
parents: 397
diff changeset
   146
- cleanup + icons theme addition
116
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   147
* Mon May 12 2003 Erwann Chenede - <[email protected]>
12ee90435e46 2003-05-15 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   148
- initial implementation of the spec file
405
b610bc2589bd 2003-07-02 Erwann Chenede - <[email protected]>
erwannc
parents: 397
diff changeset
   149