OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Dec-2002 13:24:44
Branch: HEAD Handle: 2002120412243212
Modified files:
openpkg-src/aspell aspell.spec
openpkg-src/devtodo devtodo.spec
openpkg-src/doxygen doxygen.spec
openpkg-src/dxpc dxpc.spec
openpkg-src/gc gc.spec
openpkg-src/groff groff.spec
openpkg-src/htdig htdig.spec
openpkg-src/imagemagick imagemagick.spec
openpkg-src/its4 its4.spec
openpkg-src/lftp lftp.spec
openpkg-src/mapson mapson.spec
openpkg-src/mozilla mozilla.spec
openpkg-src/mysql mysql.spec
openpkg-src/openjade openjade.spec
openpkg-src/opensp opensp.spec
openpkg-src/portfwd portfwd.spec
openpkg-src/ragel ragel.spec
openpkg-src/swig swig.spec
openpkg-src/tardy tardy.spec
openpkg-src/tetex tetex.spec
openpkg-src/treecc treecc.spec
openpkg-src/xplanet xplanet.spec
Log:
use new l_cxxflags variable
Summary:
Revision Changes Path
1.2 +4 -4 openpkg-src/aspell/aspell.spec
1.5 +4 -4 openpkg-src/devtodo/devtodo.spec
1.15 +4 -4 openpkg-src/doxygen/doxygen.spec
1.4 +4 -4 openpkg-src/dxpc/dxpc.spec
1.2 +4 -4 openpkg-src/gc/gc.spec
1.28 +4 -4 openpkg-src/groff/groff.spec
1.26 +4 -4 openpkg-src/htdig/htdig.spec
1.69 +4 -4 openpkg-src/imagemagick/imagemagick.spec
1.17 +4 -4 openpkg-src/its4/its4.spec
1.34 +4 -4 openpkg-src/lftp/lftp.spec
1.9 +4 -4 openpkg-src/mapson/mapson.spec
1.38 +3 -3 openpkg-src/mozilla/mozilla.spec
1.36 +3 -3 openpkg-src/mysql/mysql.spec
1.25 +4 -4 openpkg-src/openjade/openjade.spec
1.4 +4 -4 openpkg-src/opensp/opensp.spec
1.5 +4 -4 openpkg-src/portfwd/portfwd.spec
1.9 +4 -4 openpkg-src/ragel/ragel.spec
1.16 +4 -4 openpkg-src/swig/swig.spec
1.3 +4 -4 openpkg-src/tardy/tardy.spec
1.27 +4 -4 openpkg-src/tetex/tetex.spec
1.8 +4 -4 openpkg-src/treecc/treecc.spec
1.3 +5 -5 openpkg-src/xplanet/xplanet.spec
____________________________________________________________________________
Index: openpkg-src/aspell/aspell.spec
============================================================
$ cvs diff -u -r1.1 -r1.2 aspell.spec
--- openpkg-src/aspell/aspell.spec 25 Nov 2002 12:08:23 -0000 1.1
+++ openpkg-src/aspell/aspell.spec 4 Dec 2002 12:24:32 -0000 1.2
@@ -38,7 +38,7 @@
Group: Text
License: GPL
Version: %{V_aspell}
-Release: 20021125
+Release: 20021204
# list of sources
Source0: ftp://ftp.gnu.org/gnu/aspell/aspell-%{V_aspell}.tar.gz
@@ -48,8 +48,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, ncurses
-PreReq: OpenPKG, openpkg >= 20020206, ncurses, perl
+BuildPreReq: OpenPKG, openpkg >= 20021204, gcc, ncurses
+PreReq: OpenPKG, openpkg >= 20021204, ncurses, perl
AutoReq: no
AutoReqProv: no
@@ -75,7 +75,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
CPPFLAGS="%{l_cppflags}" \
./configure \
--prefix=%{l_prefix} \
Index: openpkg-src/devtodo/devtodo.spec
============================================================
$ cvs diff -u -r1.4 -r1.5 devtodo.spec
--- openpkg-src/devtodo/devtodo.spec 21 Aug 2002 12:42:56 -0000 1.4
+++ openpkg-src/devtodo/devtodo.spec 4 Dec 2002 12:24:33 -0000 1.5
@@ -33,7 +33,7 @@
Group: Text
License: GPL
Version: 0.1.14
-Release: 20020821
+Release: 20021204
# list of sources
Source0: http://devtodo.sourceforge.net/?%{version}/devtodo-%{version}.tar.gz
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, gcc, readline, ncurses
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021204, make, gcc, readline, ncurses
+PreReq: OpenPKG, openpkg >= 20021204
AutoReq: no
AutoReqProv: no
@@ -58,7 +58,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O} -I%{l_prefix}/include" \
- CXXFLAGS="%{l_cflags -O} -I%{l_prefix}/include -Wno-deprecated" \
+ CXXFLAGS="%{l_cxxflags -O} -I%{l_prefix}/include -Wno-deprecated" \
LDFLAGS="-L%{l_prefix}/include" \
./configure \
--prefix=%{l_prefix} \
Index: openpkg-src/doxygen/doxygen.spec
============================================================
$ cvs diff -u -r1.14 -r1.15 doxygen.spec
--- openpkg-src/doxygen/doxygen.spec 13 Nov 2002 16:57:32 -0000 1.14
+++ openpkg-src/doxygen/doxygen.spec 4 Dec 2002 12:24:33 -0000 1.15
@@ -33,7 +33,7 @@
Group: Text
License: GPL
Version: 1.2.18
-Release: 20020919
+Release: 20021204
# list of sources
Source0: ftp://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, flex, bison, coreutils, perl, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021204, make, flex, bison, coreutils, perl, gcc
+PreReq: OpenPKG, openpkg >= 20021204
AutoReq: no
AutoReqProv: no
@@ -56,7 +56,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
./configure \
--prefix %{l_prefix} \
--perl %{l_prefix}/bin/perl \
Index: openpkg-src/dxpc/dxpc.spec
============================================================
$ cvs diff -u -r1.3 -r1.4 dxpc.spec
--- openpkg-src/dxpc/dxpc.spec 22 Nov 2002 11:51:45 -0000 1.3
+++ openpkg-src/dxpc/dxpc.spec 4 Dec 2002 12:24:34 -0000 1.4
@@ -33,7 +33,7 @@
Group: X11
License: BSD-style
Version: 3.8.2
-Release: 20021122
+Release: 20021204
# list of sources
Source0: http://www.vigor.nu/dxpc/%{version}/dxpc-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021122, X11, gcc, lzo >= 1.08-20021122
-PreReq: OpenPKG, openpkg >= 20021122, X11
+BuildPreReq: OpenPKG, openpkg >= 20021204, X11, gcc, lzo >= 1.08-20021122
+PreReq: OpenPKG, openpkg >= 20021204, X11
AutoReq: no
AutoReqProv: no
@@ -58,7 +58,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx} -Wno-deprecated" \
CFLAGS="%{l_cflags -O} %{l_cppflags lzo}" \
- CXXFLAGS="%{l_cflags -O} %{l_cppflags lzo}" \
+ CXXFLAGS="%{l_cxxflags -O} %{l_cppflags lzo}" \
CPPFLAGS="%{l_cppflags lzo}" \
LDFLAGS="%{l_ldflags}" \
./configure \
Index: openpkg-src/gc/gc.spec
============================================================
$ cvs diff -u -r1.1 -r1.2 gc.spec
--- openpkg-src/gc/gc.spec 1 Nov 2002 17:13:02 -0000 1.1
+++ openpkg-src/gc/gc.spec 4 Dec 2002 12:24:35 -0000 1.2
@@ -33,7 +33,7 @@
Group: System
License: MIT-style
Version: 6.1
-Release: 20021101
+Release: 20021204
# list of sources
Source0:
http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021204, gcc
+PreReq: OpenPKG, openpkg >= 20021204
AutoReq: no
AutoReqProv: no
@@ -59,7 +59,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
Index: openpkg-src/groff/groff.spec
============================================================
$ cvs diff -u -r1.27 -r1.28 groff.spec
--- openpkg-src/groff/groff.spec 8 Oct 2002 19:07:55 -0000 1.27
+++ openpkg-src/groff/groff.spec 4 Dec 2002 12:24:35 -0000 1.28
@@ -33,7 +33,7 @@
Group: Text
License: GPL
Version: 1.18.1
-Release: 20021008
+Release: 20021204
# list of sources
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, bison, gcc, texinfo
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021204, bison, gcc, texinfo
+PreReq: OpenPKG, openpkg >= 20021204
AutoReq: no
AutoReqProv: no
@@ -57,7 +57,7 @@
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
CXX="%{l_cxx}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
%{l_bash} ./configure \
--prefix=%{l_prefix}
PATH="`pwd`/src/roff/troff:$PATH"
Index: openpkg-src/htdig/htdig.spec
============================================================
$ cvs diff -u -r1.25 -r1.26 htdig.spec
--- openpkg-src/htdig/htdig.spec 22 Aug 2002 10:05:59 -0000 1.25
+++ openpkg-src/htdig/htdig.spec 4 Dec 2002 12:24:36 -0000 1.26
@@ -33,7 +33,7 @@
Group: Web
License: GPL
Version: 3.2.0b3
-Release: 20020822
+Release: 20021204
# list of sources
Source0: http://www.htdig.org/files/htdig-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, flex, zlib, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021204, make, flex, zlib, gcc
+PreReq: OpenPKG, openpkg >= 20021204
AutoReq: no
AutoReqProv: no
@@ -64,7 +64,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
./configure \
--prefix=%{l_prefix} \
--with-config-dir=%{l_prefix}/etc/htdig \
Index: openpkg-src/imagemagick/imagemagick.spec
============================================================
$ cvs diff -u -r1.68 -r1.69 imagemagick.spec
--- openpkg-src/imagemagick/imagemagick.spec 1 Dec 2002 19:32:31 -0000 1.68
+++ openpkg-src/imagemagick/imagemagick.spec 4 Dec 2002 12:24:36 -0000 1.69
@@ -50,7 +50,7 @@
Group: Graphics
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20021201
+Release: 20021204
# list of sources
Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{V_dist}.tar.gz
@@ -58,8 +58,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, gcc, tiff, jpeg, bzip2, zlib,
png, freetype
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021204, make, gcc, tiff, jpeg, bzip2, zlib,
png, freetype
+PreReq: OpenPKG, openpkg >= 20021204
%if "%{with_perl}" == "yes"
BuildPreReq: perl
PreReq: perl
@@ -99,7 +99,7 @@
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O} -I%{l_prefix}/include -I%{l_prefix}/include/tiff" \
CPPFLAGS="-I%{l_prefix}/include -I%{l_prefix}/include/tiff" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
LDFLAGS="-L%{l_prefix}/lib" \
./configure \
--prefix=%{l_prefix} \
Index: openpkg-src/its4/its4.spec
============================================================
$ cvs diff -u -r1.16 -r1.17 its4.spec
--- openpkg-src/its4/its4.spec 21 Aug 2002 12:22:37 -0000 1.16
+++ openpkg-src/its4/its4.spec 4 Dec 2002 12:24:37 -0000 1.17
@@ -33,7 +33,7 @@
Group: Development
License: OSS-style
Version: 1.1.1
-Release: 20020821
+Release: 20021204
# list of sources
Source0: http://www.cigital.com/its4/-NO-DIRECT-URL-/its4-%{version}.tgz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021204, gcc
+PreReq: OpenPKG, openpkg >= 20021204
AutoReq: no
AutoReqProv: no
@@ -61,7 +61,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
./configure \
--prefix=%{l_prefix} \
--datadir=%{l_prefix}/share/its4 \
Index: openpkg-src/lftp/lftp.spec
============================================================
$ cvs diff -u -r1.33 -r1.34 lftp.spec
--- openpkg-src/lftp/lftp.spec 4 Nov 2002 21:38:43 -0000 1.33
+++ openpkg-src/lftp/lftp.spec 4 Dec 2002 12:24:37 -0000 1.34
@@ -33,7 +33,7 @@
Group: FTP
License: GPL
Version: 2.6.3
-Release: 20021104
+Release: 20021204
# list of sources
Source0:
http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021204, make, gcc
+PreReq: OpenPKG, openpkg >= 20021204
AutoReq: no
AutoReqProv: no
@@ -56,7 +56,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/lftp
Index: openpkg-src/mapson/mapson.spec
============================================================
$ cvs diff -u -r1.8 -r1.9 mapson.spec
--- openpkg-src/mapson/mapson.spec 1 Dec 2002 08:02:51 -0000 1.8
+++ openpkg-src/mapson/mapson.spec 4 Dec 2002 12:24:38 -0000 1.9
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 2.1
-Release: 20020626
+Release: 20021204
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/mapson/mapson-%{version}.tar.gz
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, make
-PreReq: OpenPKG, openpkg >= 20020206, MTA
+BuildPreReq: OpenPKG, openpkg >= 20021204, gcc, make
+PreReq: OpenPKG, openpkg >= 20021204, MTA
AutoReq: no
AutoReqProv: no
@@ -60,7 +60,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/mapson \
Index: openpkg-src/mozilla/mozilla.spec
============================================================
$ cvs diff -u -r1.37 -r1.38 mozilla.spec
--- openpkg-src/mozilla/mozilla.spec 4 Dec 2002 09:03:15 -0000 1.37
+++ openpkg-src/mozilla/mozilla.spec 4 Dec 2002 12:24:38 -0000 1.38
@@ -44,8 +44,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, X11, glib, gtk, orbit, infozip, make,
gcc, perl
-PreReq: OpenPKG, openpkg >= 20020206, X11, glib, gtk, orbit, infozip, xsel
+BuildPreReq: OpenPKG, openpkg >= 20021204, X11, glib, gtk, orbit, infozip, make,
gcc, perl
+PreReq: OpenPKG, openpkg >= 20021204, X11, glib, gtk, orbit, infozip, xsel
AutoReq: no
AutoReqProv: no
@@ -62,7 +62,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags} %{l_cppflags}" \
- CXXFLAGS="%{l_cflags} -Wno-deprecated %{l_cppflags}" \
+ CXXFLAGS="%{l_cxxflags} -Wno-deprecated %{l_cppflags}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
GLIB_CONFIG="%{l_prefix}/bin/glib-config" \
Index: openpkg-src/mysql/mysql.spec
============================================================
$ cvs diff -u -r1.35 -r1.36 mysql.spec
--- openpkg-src/mysql/mysql.spec 4 Dec 2002 10:02:43 -0000 1.35
+++ openpkg-src/mysql/mysql.spec 4 Dec 2002 12:24:39 -0000 1.36
@@ -74,8 +74,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021204, gcc
+PreReq: OpenPKG, openpkg >= 20021204
AutoReq: no
AutoReqProv: no
@@ -109,7 +109,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/mysql \
Index: openpkg-src/openjade/openjade.spec
============================================================
$ cvs diff -u -r1.24 -r1.25 openjade.spec
--- openpkg-src/openjade/openjade.spec 3 Dec 2002 13:40:11 -0000 1.24
+++ openpkg-src/openjade/openjade.spec 4 Dec 2002 12:24:39 -0000 1.25
@@ -33,7 +33,7 @@
Group: SGML
License: GPL
Version: 1.3.2
-Release: 20021203
+Release: 20021204
# list of sources
Source0: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gettext, opensp, gcc, perl
-PreReq: OpenPKG, openpkg >= 20020206, sgml
+BuildPreReq: OpenPKG, openpkg >= 20021204, gettext, opensp, gcc, perl
+PreReq: OpenPKG, openpkg >= 20021204, sgml
AutoReq: no
AutoReqProv: no
@@ -58,7 +58,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
CPPFLAGS="%{l_cppflags}" \
./configure \
--prefix=%{l_prefix} \
Index: openpkg-src/opensp/opensp.spec
============================================================
$ cvs diff -u -r1.3 -r1.4 opensp.spec
--- openpkg-src/opensp/opensp.spec 3 Dec 2002 13:41:45 -0000 1.3
+++ openpkg-src/opensp/opensp.spec 4 Dec 2002 12:24:40 -0000 1.4
@@ -33,7 +33,7 @@
Group: SGML
License: GPL
Version: 1.5
-Release: 20021203
+Release: 20021204
# list of sources
Source0: http://download.sourceforge.net/openjade/OpenSP-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021122, gcc
-PreReq: OpenPKG, openpkg >= 20021122, sgml
+BuildPreReq: OpenPKG, openpkg >= 20021204, gcc
+PreReq: OpenPKG, openpkg >= 20021204, sgml
AutoReq: no
AutoReqProv: no
@@ -58,7 +58,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
CPPFLAGS="%{l_cppflags}" \
./configure \
--prefix=%{l_prefix} \
Index: openpkg-src/portfwd/portfwd.spec
============================================================
$ cvs diff -u -r1.4 -r1.5 portfwd.spec
--- openpkg-src/portfwd/portfwd.spec 1 Dec 2002 08:02:54 -0000 1.4
+++ openpkg-src/portfwd/portfwd.spec 4 Dec 2002 12:24:40 -0000 1.5
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 0.26rc3
-Release: 20021112
+Release: 20021204
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/portfwd/portfwd-%{version}.tar.gz
@@ -44,8 +44,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, fsl, gcc, make, flex
-PreReq: OpenPKG, openpkg >= 20020206, fsl
+BuildPreReq: OpenPKG, openpkg >= 20021204, fsl, gcc, make, flex
+PreReq: OpenPKG, openpkg >= 20021204, fsl
AutoReq: no
AutoReqProv: no
@@ -67,7 +67,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags} `%{l_prefix}/bin/fsl-config --all --ldflags --libs`" \
./configure \
Index: openpkg-src/ragel/ragel.spec
============================================================
$ cvs diff -u -r1.8 -r1.9 ragel.spec
--- openpkg-src/ragel/ragel.spec 20 Nov 2002 08:24:29 -0000 1.8
+++ openpkg-src/ragel/ragel.spec 4 Dec 2002 12:24:41 -0000 1.9
@@ -33,7 +33,7 @@
Group: Compiler
License: GPL
Version: 1.4.1
-Release: 20021120
+Release: 20021204
# list of sources
Source0: http://www.essemage.com/ragel/ragel-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, make, flex, bison
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021204, gcc, make, flex, bison
+PreReq: OpenPKG, openpkg >= 20021204
AutoReq: no
AutoReqProv: no
@@ -66,7 +66,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
./configure \
--prefix=%{l_prefix}
%{l_make} %{l_mflags}
Index: openpkg-src/swig/swig.spec
============================================================
$ cvs diff -u -r1.15 -r1.16 swig.spec
--- openpkg-src/swig/swig.spec 1 Dec 2002 08:02:57 -0000 1.15
+++ openpkg-src/swig/swig.spec 4 Dec 2002 12:24:41 -0000 1.16
@@ -33,7 +33,7 @@
Group: Development
License: BSD-style
Version: 1.3.17
-Release: 20021123
+Release: 20021204
# list of sources
Source0: http://osdn.dl.sourceforge.net/sourceforge/swig/swig-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021204, gcc
+PreReq: OpenPKG, openpkg >= 20021204
AutoReq: no
AutoReqProv: no
@@ -61,7 +61,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
./configure \
--prefix=%{l_prefix} \
--with-swiglibdir=%{l_prefix}/libexec/swig \
Index: openpkg-src/tardy/tardy.spec
============================================================
$ cvs diff -u -r1.2 -r1.3 tardy.spec
--- openpkg-src/tardy/tardy.spec 20 Oct 2002 07:22:43 -0000 1.2
+++ openpkg-src/tardy/tardy.spec 4 Dec 2002 12:24:42 -0000 1.3
@@ -33,7 +33,7 @@
Group: Archiver
License: GPL
Version: 1.11
-Release: 20021020
+Release: 20021204
# list of sources
Source0: http://www.canb.auug.org.au/~millerp/tardy-%{version}.tar.gz
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021204, make, gcc
+PreReq: OpenPKG, openpkg >= 20021204
AutoReq: no
AutoReqProv: no
@@ -64,7 +64,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
./configure \
--prefix=%{l_prefix}
%{l_make} %{l_mflags -O}
Index: openpkg-src/tetex/tetex.spec
============================================================
$ cvs diff -u -r1.26 -r1.27 tetex.spec
--- openpkg-src/tetex/tetex.spec 17 Oct 2002 18:10:28 -0000 1.26
+++ openpkg-src/tetex/tetex.spec 4 Dec 2002 12:24:42 -0000 1.27
@@ -42,7 +42,7 @@
Group: Text
License: GPL
Version: %{V_src}
-Release: 20021017
+Release: 20021204
# list of sources
Source0:
ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/1.0/distrib/sources/teTeX-src-%{V_src}.tar.gz
@@ -53,8 +53,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021002, make, infozip, flex, bison
-PreReq: OpenPKG, openpkg >= 20021002
+BuildPreReq: OpenPKG, openpkg >= 20021204, make, infozip, flex, bison
+PreReq: OpenPKG, openpkg >= 20021204
%if "%{with_x11}" == "yes"
BuildPreReq: X11
PreReq: X11
@@ -148,7 +148,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
./configure \
--prefix=$RPM_BUILD_ROOT%{l_prefix} \
--datadir=$RPM_BUILD_ROOT%{l_prefix}/share \
Index: openpkg-src/treecc/treecc.spec
============================================================
$ cvs diff -u -r1.7 -r1.8 treecc.spec
--- openpkg-src/treecc/treecc.spec 23 Nov 2002 19:43:21 -0000 1.7
+++ openpkg-src/treecc/treecc.spec 4 Dec 2002 12:24:43 -0000 1.8
@@ -33,7 +33,7 @@
Group: Language
License: GPL
Version: 0.1.8
-Release: 20021123
+Release: 20021204
# list of sources
Source0: http://www.southern-storm.com.au/download/treecc-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, gcc, flex, bison
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021204, make, gcc, flex, bison
+PreReq: OpenPKG, openpkg >= 20021204
AutoReq: no
AutoReqProv: no
@@ -59,7 +59,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O} -Wno-deprecated" \
+ CXXFLAGS="%{l_cxxflags -O} -Wno-deprecated" \
./configure \
--prefix=%{l_prefix}
%{l_make} %{l_mflags}
Index: openpkg-src/xplanet/xplanet.spec
============================================================
$ cvs diff -u -r1.2 -r1.3 xplanet.spec
--- openpkg-src/xplanet/xplanet.spec 2 Dec 2002 10:39:00 -0000 1.2
+++ openpkg-src/xplanet/xplanet.spec 4 Dec 2002 12:24:44 -0000 1.3
@@ -33,7 +33,7 @@
Group: XWindow
License: GPL
Version: 0.94
-Release: 20021202
+Release: 20021204
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/xplanet/xplanet-nomap-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021020, X11, gcc, freetype, jpeg, png, tiff
-PreReq: OpenPKG, openpkg >= 20021020, X11
+BuildPreReq: OpenPKG, openpkg >= 20021204, X11, gcc, freetype, jpeg, png, tiff
+PreReq: OpenPKG, openpkg >= 20021204, X11
AutoReq: no
AutoReqProv: no
@@ -65,7 +65,7 @@
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O} -Wno-deprecated" \
+ CXXFLAGS="%{l_cxxflags -O} -Wno-deprecated" \
CPPFLAGS="%{l_cppflags} -I%{l_prefix}/include/tiff" \
LDFLAGS="%{l_ldflags}" \
./configure \
@@ -84,7 +84,7 @@
--without-gl \
--without-glut
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cflags -O} -Wno-deprecated" \
+ CXXFLAGS="%{l_cxxflags -O} -Wno-deprecated" \
CPPFLAGS="%{l_cppflags} -I%{l_prefix}/include/tiff" \
LDFLAGS="%{l_ldflags}" \
%{l_make} %{l_mflags -O}
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]