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 openpkg-web Date: 18-Sep-2003 17:38:18
Branch: HEAD Handle: 2003091816380710
Modified files:
openpkg-src/dnstracer dnstracer.spec
openpkg-src/doxygen doxygen.spec
openpkg-src/dsniff dsniff.spec
openpkg-src/dss dss.spec
openpkg-src/exim exim.spec
openpkg-src/findutils findutils.spec
openpkg-src/ghostscript ghostscript.spec
openpkg-src/gnutls gnutls.spec
openpkg-src/guile guile.spec
openpkg-src/hexer hexer.spec
openpkg-src/icewm icewm.spec
openpkg-src/icon icon.spec
openpkg-src/imap imap.spec
openpkg-src/imapd imapd.spec
openpkg-src/infozip infozip.spec
openpkg-src/iozone iozone.spec
openpkg-src/ircii ircii.spec
openpkg-src/ispell ispell.spec
openpkg-web news.txt
Log:
convert to new %{l_platform} world order
Summary:
Revision Changes Path
1.22 +1 -1 openpkg-src/dnstracer/dnstracer.spec
1.28 +5 -5 openpkg-src/doxygen/doxygen.spec
1.20 +4 -4 openpkg-src/dsniff/dsniff.spec
1.33 +3 -3 openpkg-src/dss/dss.spec
1.57 +5 -5 openpkg-src/exim/exim.spec
1.34 +4 -4 openpkg-src/findutils/findutils.spec
1.42 +5 -5 openpkg-src/ghostscript/ghostscript.spec
1.30 +7 -8 openpkg-src/gnutls/gnutls.spec
1.36 +5 -7 openpkg-src/guile/guile.spec
1.27 +5 -5 openpkg-src/hexer/hexer.spec
1.6 +5 -5 openpkg-src/icewm/icewm.spec
1.12 +7 -7 openpkg-src/icon/icon.spec
1.10 +9 -9 openpkg-src/imap/imap.spec
1.96 +5 -5 openpkg-src/imapd/imapd.spec
1.29 +6 -6 openpkg-src/infozip/infozip.spec
1.88 +5 -5 openpkg-src/iozone/iozone.spec
1.39 +5 -5 openpkg-src/ircii/ircii.spec
1.38 +5 -5 openpkg-src/ispell/ispell.spec
1.6619 +17 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dnstracer/dnstracer.spec
============================================================================
$ cvs diff -u -r1.21 -r1.22 dnstracer.spec
--- openpkg-src/dnstracer/dnstracer.spec 18 Sep 2003 14:58:57 -0000 1.21
+++ openpkg-src/dnstracer/dnstracer.spec 18 Sep 2003 15:38:09 -0000 1.22
@@ -59,7 +59,7 @@
%build
opts=""
case "%{l_platform -t}" in
- *-solaris* ) opts="--disable-ipv6" ;;
+ *-sunos* ) opts="--disable-ipv6" ;;
esac
ACLOCAL=true \
AUTOCONF=true \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/doxygen/doxygen.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 doxygen.spec
--- openpkg-src/doxygen/doxygen.spec 25 Jul 2003 17:58:23 -0000 1.27
+++ openpkg-src/doxygen/doxygen.spec 18 Sep 2003 15:38:09 -0000 1.28
@@ -33,7 +33,7 @@
Group: Text
License: GPL
Version: 1.3.3
-Release: 20030725
+Release: 20030918
# 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 >= 20021204, make, flex, bison, perl, gcc
-PreReq: OpenPKG, openpkg >= 20021204
+BuildPreReq: OpenPKG, openpkg >= 20030909, make, flex, bison, perl, gcc
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
@@ -54,10 +54,10 @@
%build
opt=""
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) opt="--platform freebsd-g++" ;;
*-linux* ) opt="--platform linux-g++" ;;
- *-solaris* ) opt="--platform solaris-g++" ;;
+ *-sunos* ) opt="--platform solaris-g++" ;;
esac
CC="%{l_cc}" \
CXX="%{l_cxx}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/dsniff/dsniff.spec
============================================================================
$ cvs diff -u -r1.19 -r1.20 dsniff.spec
--- openpkg-src/dsniff/dsniff.spec 13 Aug 2003 16:04:22 -0000 1.19
+++ openpkg-src/dsniff/dsniff.spec 18 Sep 2003 15:38:10 -0000 1.20
@@ -49,7 +49,7 @@
Group: Network
License: BSD-style
Version: %{V_dsniff}
-Release: 20030813
+Release: 20030918
# list of sources
Source0: http://www.monkey.org/~dugsong/dsniff/dsniff-%{V_dsniff}.tar.gz
@@ -60,8 +60,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20030909
+PreReq: OpenPKG, openpkg >= 20030909
BuildPreReq: db, db::with_compat = yes, openssl, libpcap, libnet, libnids
PreReq: db, db::with_compat = yes, openssl, libpcap, libnet, libnids
AutoReq: no
@@ -94,7 +94,7 @@
( cd libnids-%{V_libnids}
PATH="`pwd`/../Libnet-%{V_libnet}:$PATH"
define="LIBNET_LIL_ENDIAN"
- case "%{l_target}" in
+ case "%{l_platform -t}" in
sparc*-* ) define="LIBNET_BIG_ENDIAN" ;;
*68*-* ) define="LIBNET_BIG_ENDIAN" ;;
esac
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/dss/dss.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 dss.spec
--- openpkg-src/dss/dss.spec 15 Sep 2003 08:51:52 -0000 1.32
+++ openpkg-src/dss/dss.spec 18 Sep 2003 15:38:10 -0000 1.33
@@ -37,7 +37,7 @@
Group: Video
License: APSL
Version: %{V_opkg}
-Release: 20030915
+Release: 20030918
# list of sources
Source0:
http://www.opensource.apple.com/projects/streaming/source/DSS-%{V_dss}.src.tar.gz
@@ -48,8 +48,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030718, perl, make, gcc
-PreReq: OpenPKG, openpkg >= 20030718, perl, perl-ssl
+BuildPreReq: OpenPKG, openpkg >= 20030909, perl, make, gcc
+PreReq: OpenPKG, openpkg >= 20030909, perl, perl-ssl
AutoReq: no
AutoReqProv: no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/exim/exim.spec
============================================================================
$ cvs diff -u -r1.56 -r1.57 exim.spec
--- openpkg-src/exim/exim.spec 18 Aug 2003 18:09:11 -0000 1.56
+++ openpkg-src/exim/exim.spec 18 Sep 2003 15:38:11 -0000 1.57
@@ -35,7 +35,7 @@
Group: Mail
License: GPL
Version: 4.22
-Release: 20030818
+Release: 20030918
# package options
%option with_fsl yes
@@ -49,8 +49,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030718, perl, gzip
-PreReq: OpenPKG, openpkg >= 20030718, perl, gzip
+BuildPreReq: OpenPKG, openpkg >= 20030909, perl, gzip
+PreReq: OpenPKG, openpkg >= 20030909, perl, gzip
BuildPreReq: openssl, db >= 4.1.24, libiconv
PreReq: openssl, db >= 4.1.24, libiconv
%if "%{with_fsl}" == "yes"
@@ -115,7 +115,7 @@
make="%{l_make}"
mflags="%{l_mflags}"
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) make="make"; mflags=""; PATH="/usr/bin:$PATH" ;;
esac
$make $mflags makefile
@@ -143,7 +143,7 @@
INST_INFO_DIRECTORY=$RPM_BUILD_ROOT%{l_prefix}/info; export INST_INFO_DIRECTORY
make="%{l_make}"
mflags="%{l_mflags}"
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) make="make"; mflags=""; PATH="/usr/bin:$PATH" ;;
esac
$make $mflags install
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/findutils/findutils.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 findutils.spec
--- openpkg-src/findutils/findutils.spec 21 Jul 2003 12:16:53 -0000 1.33
+++ openpkg-src/findutils/findutils.spec 18 Sep 2003 15:38:12 -0000 1.34
@@ -33,7 +33,7 @@
Group: Utility
License: GPL
Version: 4.1.20
-Release: 20030721
+Release: 20030918
# list of sources
Source0: ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030718
-PreReq: OpenPKG, openpkg >= 20030718
+BuildPreReq: OpenPKG, openpkg >= 20030909
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
@@ -57,7 +57,7 @@
CC="%{l_cc}"
CFLAGS="%{l_cflags -O}"
CPPFLAGS=""
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) CPPFLAGS="-DHAVE_F_FSTYPENAME_IN_STATFS" ;;
esac
export CC CFLAGS CPPFLAGS
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ghostscript/ghostscript.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 ghostscript.spec
--- openpkg-src/ghostscript/ghostscript.spec 18 Aug 2003 06:11:54 -0000 1.41
+++ openpkg-src/ghostscript/ghostscript.spec 18 Sep 2003 15:38:12 -0000 1.42
@@ -42,7 +42,7 @@
Group: Graphics
License: Aladdin
Version: %{V_real}
-Release: 20030818
+Release: 20030918
# package options
%option with_x11 yes
@@ -58,8 +58,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, gcc, make
-PreReq: OpenPKG, openpkg >= 20030103
+BuildPreReq: OpenPKG, openpkg >= 20030909, gcc, make
+PreReq: OpenPKG, openpkg >= 20030909
%if "%{with_x11}" == "yes"
BuildPreReq: X11
PreReq: X11
@@ -89,10 +89,10 @@
%build
mtcflags=""
mtldflags=""
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) mtcflags=""; mtldflags="-lc_r" ;;
*-linux* ) mtcflags=""; mtldflags="-lpthread" ;;
- *-solaris* ) mtcflags=""; mtldflags="-lpthread" ;;
+ *-sunos* ) mtcflags=""; mtldflags="-lpthread" ;;
esac
cd ghostscript-%{version}
%if "%{with_x11}" == "yes"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gnutls/gnutls.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 gnutls.spec
--- openpkg-src/gnutls/gnutls.spec 10 Aug 2003 08:01:47 -0000 1.29
+++ openpkg-src/gnutls/gnutls.spec 18 Sep 2003 15:38:13 -0000 1.30
@@ -33,7 +33,7 @@
Group: Cryptography
License: GPL
Version: 0.8.10
-Release: 20030810
+Release: 20030918
# list of sources
Source0: ftp://gnutls.hellug.gr/pub/gnutls/gnutls-%{version}.tar.gz
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20030909
+PreReq: OpenPKG, openpkg >= 20030909
BuildPreReq: gcrypt, libtasn1, lzo, getopt
PreReq: gcrypt, libtasn1, lzo, getopt
AutoReq: no
@@ -60,17 +60,16 @@
%patch -p0
%build
- case "%{l_target}" in
- *-solaris*) libs="-lsocket -lnsl " ;;
- *) libs="" ;;
+ libs=""
+ case "%{l_platform -t}" in
+ *-sunos* ) libs="-lsocket -lnsl" ;;
esac
-
echo 'ac_cv_type_ptrdiff_t=yes' >config.cache
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O} %{l_cppflags lzo}" \
CPPFLAGS="%{l_cppflags} %{l_cppflags lzo}" \
LDFLAGS="%{l_ldflags}" \
- LIBS="$libs-lgetopt" \
+ LIBS="$libs -lgetopt" \
LIBOPENCDK_CONFIG=no \
./configure \
--cache-file=config.cache \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/guile/guile.spec
============================================================================
$ cvs diff -u -r1.35 -r1.36 guile.spec
--- openpkg-src/guile/guile.spec 1 Aug 2003 15:25:29 -0000 1.35
+++ openpkg-src/guile/guile.spec 18 Sep 2003 15:38:13 -0000 1.36
@@ -33,7 +33,7 @@
Group: Language
License: GPL
Version: 1.6.4
-Release: 20030801
+Release: 20030918
# list of sources
Source0: ftp://ftp.gnu.org/gnu/guile/guile-%{version}.tar.gz
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, texinfo, gcc
-PreReq: OpenPKG, openpkg >= 20020206, libtool
+BuildPreReq: OpenPKG, openpkg >= 20030909, make, texinfo, gcc
+PreReq: OpenPKG, openpkg >= 20030909, libtool
AutoReq: no
AutoReqProv: no
@@ -57,10 +57,8 @@
%build
opt="%{l_cflags -O}"
- case "%{l_target}" in
- *-solaris* )
- opt="%{l_cflags}"
- ;;
+ case "%{l_platform -t}" in
+ *-sunos* ) opt="%{l_cflags}" ;;
esac
CC="%{l_cc}" \
LD="%{l_prefix}/bin/ld" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/hexer/hexer.spec
============================================================================
$ cvs diff -u -r1.26 -r1.27 hexer.spec
--- openpkg-src/hexer/hexer.spec 28 Jul 2003 19:18:45 -0000 1.26
+++ openpkg-src/hexer/hexer.spec 18 Sep 2003 15:38:14 -0000 1.27
@@ -33,7 +33,7 @@
Group: Editor
License: BSD
Version: 0.1.4c
-Release: 20030728
+Release: 20030918
# list of sources
Source0:
ftp://ftp.netsw.org/system/tools/fileutils/edit/hexer-%{version}.tar.gz
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030717
-PreReq: OpenPKG, openpkg >= 20030717
+BuildPreReq: OpenPKG, openpkg >= 20030909
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
@@ -58,10 +58,10 @@
# choose platform specific configuration file
# and always rely on having an ISO C compiler
ext=any
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) ext=bsd ;;
*-linux* ) ext=linux ;;
- *-solaris* ) ext=sunos ;;
+ *-sunos* ) ext=sunos ;;
esac
%{l_shtool} install \
-e 's;\(USE_STDARG\).*;\1 1;' \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/icewm/icewm.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 icewm.spec
--- openpkg-src/icewm/icewm.spec 28 Aug 2003 12:22:20 -0000 1.5
+++ openpkg-src/icewm/icewm.spec 18 Sep 2003 15:38:14 -0000 1.6
@@ -33,7 +33,7 @@
Group: XWindow
License: GPL
Version: 1.2.12
-Release: 20030828
+Release: 20030918
# package options
%option with_iconv no
@@ -47,8 +47,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, X11, imlib, gcc, make
-PreReq: OpenPKG, openpkg >= 20030103, X11, imlib
+BuildPreReq: OpenPKG, openpkg >= 20030909, X11, imlib, gcc, make
+PreReq: OpenPKG, openpkg >= 20030909, X11, imlib
%if "%{with_iconv}" == "yes"
BuildPreReq: libiconv
PreReq: libiconv
@@ -68,7 +68,7 @@
src/*.cc src/*.h
%build
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) libs="-lkvm" ;;
* ) libs="" ;;
esac
@@ -114,7 +114,7 @@
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) attr="2755,%{l_musr},kmem" ;;
* ) attr="0755,%{l_musr},%{l_mgrp}" ;;
esac
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/icon/icon.spec
============================================================================
$ cvs diff -u -r1.11 -r1.12 icon.spec
--- openpkg-src/icon/icon.spec 28 Jul 2003 18:12:34 -0000 1.11
+++ openpkg-src/icon/icon.spec 18 Sep 2003 15:38:14 -0000 1.12
@@ -37,7 +37,7 @@
Group: Language
License: GPL
Version: %{V_here}
-Release: 20030728
+Release: 20030918
# list of sources
Source0: ftp://ftp.cs.arizona.edu/icon/packages/unix/icon.v%{V_real}src.tgz
@@ -46,8 +46,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20030909, make, gcc
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
@@ -63,12 +63,12 @@
%patch -p0
%build
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) name="freebsd" ;;
*-linux* ) name="linux" ;;
- ix86-solaris* ) name="intel_solaris" ;;
- sparc*-solaris* ) name="sun_gcc" ;;
- * ) echo "platform %{l_target} not supported" 1>&2; exit 1 ;;
+ ix86-sunos* ) name="intel_solaris" ;;
+ sparc*-sunos* ) name="sun_gcc" ;;
+ * ) echo "platform %{l_platform -t} not supported" 1>&2; exit 1 ;;
esac
%{l_make} %{l_mflags} Configure name=$name
%{l_make} %{l_mflags}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/imap/imap.spec
============================================================================
$ cvs diff -u -r1.9 -r1.10 imap.spec
--- openpkg-src/imap/imap.spec 10 Sep 2003 18:07:46 -0000 1.9
+++ openpkg-src/imap/imap.spec 18 Sep 2003 15:38:15 -0000 1.10
@@ -37,7 +37,7 @@
Group: Mail
License: University of Washington's Free-Fork License
Version: %{V_here}
-Release: 20030910
+Release: 20030918
# list of sources
Source0: ftp://ftp.cac.washington.edu/imap/imap-%{V_real}.tar.Z
@@ -45,8 +45,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, openssl, gcc
-PreReq: OpenPKG, openpkg >= 20020206, openssl
+BuildPreReq: OpenPKG, openpkg >= 20030909, openssl, gcc
+PreReq: OpenPKG, openpkg >= 20030909, openssl
AutoReq: no
AutoReqProv: no
@@ -58,12 +58,12 @@
%build
os=""
- case "%{l_target}" in
- *-freebsd*) os=bsf ;;
- *-linux* ) os=slx ;;
- *-solaris*) os=gso ;;
- *-irix* ) os=gsg ;;
- *) echo "Unsupported platform %{l_target}" 1>&2; exit 1 ;;
+ case "%{l_platform -t}" in
+ *-freebsd* ) os=bsf ;;
+ *-linux* ) os=slx ;;
+ *-sunos* ) os=gso ;;
+ *-irix* ) os=gsg ;;
+ *) echo "Unsupported platform %{l_platform -t}" 1>&2; exit 1 ;;
esac
%{l_make} $os \
SSLDIR=%{l_prefix} \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/imapd/imapd.spec
============================================================================
$ cvs diff -u -r1.95 -r1.96 imapd.spec
--- openpkg-src/imapd/imapd.spec 18 Aug 2003 18:10:39 -0000 1.95
+++ openpkg-src/imapd/imapd.spec 18 Sep 2003 15:38:15 -0000 1.96
@@ -33,7 +33,7 @@
Group: Mail
License: BSD
Version: 2.1.15
-Release: 20030818
+Release: 20030918
# package options
%option with_fsl yes
@@ -51,8 +51,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030806, perl, perl-openpkg, make
-PreReq: OpenPKG, openpkg >= 20030806, perl, MTA
+BuildPreReq: OpenPKG, openpkg >= 20030909, perl, perl-openpkg, make
+PreReq: OpenPKG, openpkg >= 20030909, perl, MTA
BuildPreReq: sasl, db >= 4.1.24, openssl
PreReq: sasl, db >= 4.1.24, openssl
%if "%{with_fsl}" == "yes"
@@ -121,8 +121,8 @@
%build
cflags="%{l_cppflags}"
ldflags="%{l_ldflags} %{l_fsl_ldflags}"
- case "%{l_target}" in
- *-solaris* ) ldflags="$ldflags -lsocket -lnsl" ;;
+ case "%{l_platform -t}" in
+ *-sunos* ) ldflags="$ldflags -lsocket -lnsl" ;;
esac
CC="%{l_cc}" \
CPPFLAGS="$cflags" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/infozip/infozip.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 infozip.spec
--- openpkg-src/infozip/infozip.spec 31 Jul 2003 08:17:54 -0000 1.28
+++ openpkg-src/infozip/infozip.spec 18 Sep 2003 15:38:16 -0000 1.29
@@ -38,8 +38,8 @@
Distribution: OpenPKG [BASE]
Group: Archiver
License: BSD
-Version: 20030731
-Release: 20030731
+Version: 20030918
+Release: 20030918
# list of sources
Source0: ftp://ftp.info-zip.org/pub/infozip/src/zip%{V_zip_real}.tar.gz
@@ -49,8 +49,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20030909
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
@@ -70,9 +70,9 @@
) || exit $?
( cd unzip-%{V_unzip_here}
os=generic
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-linux* ) os=linux_noasm ;;
- *-solaris* ) os=solaris ;;
+ *-sunos* ) os=solaris ;;
ix86-freebsd* ) os=freebsd ;;
*-freebsd* ) os=bsd ;;
esac
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/iozone/iozone.spec
============================================================================
$ cvs diff -u -r1.87 -r1.88 iozone.spec
--- openpkg-src/iozone/iozone.spec 28 Jul 2003 07:44:39 -0000 1.87
+++ openpkg-src/iozone/iozone.spec 18 Sep 2003 15:38:16 -0000 1.88
@@ -37,7 +37,7 @@
Group: Benchmark
License: Open Source
Version: %{V_logic}
-Release: 20030728
+Release: 20030918
# list of sources
Source0: http://www.iozone.org/src/current/iozone%{V_real}.tar
@@ -45,8 +45,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, make
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20030909, gcc, make
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
@@ -64,12 +64,12 @@
cd src/current
platform="generic"
defs=""
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) platform="freebsd" ;;
*-linux2.2* ) platform="linux"
defs="-DNO_MADVISE" ;;
*-linux* ) platform="linux" ;;
- *-solaris* ) platform="Solaris" ;;
+ *-sunos* ) platform="Solaris" ;;
esac
%{l_make} %{l_mflags} \
CC="%{l_cc}" CFLAGS="%{l_cflags -O}" MADV="$defs" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ircii/ircii.spec
============================================================================
$ cvs diff -u -r1.38 -r1.39 ircii.spec
--- openpkg-src/ircii/ircii.spec 10 Jul 2003 08:02:09 -0000 1.38
+++ openpkg-src/ircii/ircii.spec 18 Sep 2003 15:38:17 -0000 1.39
@@ -33,7 +33,7 @@
Group: Network
License: BSD
Version: 20030709
-Release: 20030710
+Release: 20030918
# list of sources
Source0: ftp://ircii.warped.com/pub/ircII/ircii-%{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 >= 20030909, gcc
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
@@ -54,8 +54,8 @@
%build
libs=""
- case "%{l_target}" in
- *-solaris* ) libs="-lsocket -lnsl" ;;
+ case "%{l_platform -t}" in
+ *-sunos* ) libs="-lsocket -lnsl" ;;
esac
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ispell/ispell.spec
============================================================================
$ cvs diff -u -r1.37 -r1.38 ispell.spec
--- openpkg-src/ispell/ispell.spec 28 Jul 2003 19:41:02 -0000 1.37
+++ openpkg-src/ispell/ispell.spec 18 Sep 2003 15:38:17 -0000 1.38
@@ -37,7 +37,7 @@
Group: Text
License: BSD
Version: %{V_ispell}
-Release: 20030728
+Release: 20030918
# list of sources
Source0: http://fmg-www.cs.ucla.edu/geoff/tars/ispell-%{V_ispell}.tar.gz
@@ -49,8 +49,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, bison, perl
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20030909, make, bison, perl
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
@@ -98,8 +98,8 @@
echo "#define WORDS \"$RPM_BUILD_DIR/words\""
echo "#define YACC \"%{l_prefix}/bin/bison -y\""
echo "#define TERMLIB \"$termlib\""
- case "%{l_target}" in
- *-linux* | *-solaris* ) echo "#define USG" ;;
+ case "%{l_platform -t}" in
+ *-linux* | *-sunos* ) echo "#define USG" ;;
esac
# echo "#define LANGUAGES
\"{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=$RPM_BUILD_DIR/words}\""
) >local.h
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6618 -r1.6619 news.txt
--- openpkg-web/news.txt 18 Sep 2003 14:58:56 -0000 1.6618
+++ openpkg-web/news.txt 18 Sep 2003 15:38:07 -0000 1.6619
@@ -1,3 +1,20 @@
+18-Sep-2003: Upgraded package: P<ispell-3.2.06-20030918>
+18-Sep-2003: Upgraded package: P<ircii-20030709-20030918>
+18-Sep-2003: Upgraded package: P<iozone-3.196-20030918>
+18-Sep-2003: Upgraded package: P<infozip-20030918-20030918>
+18-Sep-2003: Upgraded package: P<imapd-2.1.15-20030918>
+18-Sep-2003: Upgraded package: P<imap-2002e-20030918>
+18-Sep-2003: Upgraded package: P<icon-9.4.2-20030918>
+18-Sep-2003: Upgraded package: P<icewm-1.2.12-20030918>
+18-Sep-2003: Upgraded package: P<hexer-0.1.4c-20030918>
+18-Sep-2003: Upgraded package: P<guile-1.6.4-20030918>
+18-Sep-2003: Upgraded package: P<gnutls-0.8.10-20030918>
+18-Sep-2003: Upgraded package: P<ghostscript-8.11-20030918>
+18-Sep-2003: Upgraded package: P<findutils-4.1.20-20030918>
+18-Sep-2003: Upgraded package: P<exim-4.22-20030918>
+18-Sep-2003: Upgraded package: P<dss-4.1.3-20030918>
+18-Sep-2003: Upgraded package: P<dsniff-2.3-20030918>
+18-Sep-2003: Upgraded package: P<doxygen-1.3.3-20030918>
18-Sep-2003: Upgraded package: P<dnstracer-1.7-20030918>
18-Sep-2003: Upgraded package: P<dhcping-1.2-20030918>
18-Sep-2003: Upgraded package: P<dhcp-agent-0.41-20030918>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]