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: 09-Sep-2003 11:44:02
Branch: HEAD Handle: 2003090910440001
Modified files:
openpkg-src/binutils binutils.spec
openpkg-web news.txt
Log:
convert to new %{l_platform} world order
Summary:
Revision Changes Path
1.43 +5 -5 openpkg-src/binutils/binutils.spec
1.6464 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/binutils/binutils.spec
============================================================================
$ cvs diff -u -r1.42 -r1.43 binutils.spec
--- openpkg-src/binutils/binutils.spec 23 Jul 2003 18:55:58 -0000 1.42
+++ openpkg-src/binutils/binutils.spec 9 Sep 2003 09:44:01 -0000 1.43
@@ -33,7 +33,7 @@
Group: Utility
License: GPL
Version: 2.14
-Release: 20030723
+Release: 20030909
# list of sources
Source0:
ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230, make
-PreReq: OpenPKG, openpkg >= 20021230
+BuildPreReq: OpenPKG, openpkg >= 20030909, make
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
@@ -68,10 +68,10 @@
# configure package
CC="%{l_cc}"; export CC
CFLAGS="%{l_cflags -O}"; export CFLAGS
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) CFLAGS="$CFLAGS -DOPENPKG_OS_FREEBSD" ;;
*-linux* ) CFLAGS="$CFLAGS -DOPENPKG_OS_LINUX" ;;
- *-solaris* ) CFLAGS="$CFLAGS -DOPENPKG_OS_SOLARIS" ;;
+ *-sunos* ) CFLAGS="$CFLAGS -DOPENPKG_OS_SOLARIS" ;;
esac
./configure \
--prefix=%{l_prefix}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6463 -r1.6464 news.txt
--- openpkg-web/news.txt 9 Sep 2003 09:42:19 -0000 1.6463
+++ openpkg-web/news.txt 9 Sep 2003 09:44:00 -0000 1.6464
@@ -1,3 +1,4 @@
+09-Sep-2003: Upgraded package: P<binutils-2.14-20030909>
09-Sep-2003: Upgraded package: P<bind-9.2.2-20030909>
09-Sep-2003: Upgraded package: P<autogen-5.5.6-20030909>
09-Sep-2003: Upgraded package: P<apg-2.2.2-20030909>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]