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:47:30
Branch: HEAD Handle: 2003090910472901
Modified files:
openpkg-src/cpu cpu.spec
openpkg-web news.txt
Log:
convert to new %{l_platform} world order
Summary:
Revision Changes Path
1.22 +5 -5 openpkg-src/cpu/cpu.spec
1.6466 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cpu/cpu.spec
============================================================================
$ cvs diff -u -r1.21 -r1.22 cpu.spec
--- openpkg-src/cpu/cpu.spec 7 Sep 2003 18:07:21 -0000 1.21
+++ openpkg-src/cpu/cpu.spec 9 Sep 2003 09:47:30 -0000 1.22
@@ -37,7 +37,7 @@
Group: Converter
License: GPL
Version: %{V_real}
-Release: 20030907
+Release: 20030909
# list of sources
Source0: http://osdn.dl.sourceforge.net/sourceforge/cpu/cpu-%{version}.tar.gz
@@ -45,8 +45,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030708, gcc
-PreReq: OpenPKG, openpkg >= 20030708
+BuildPreReq: OpenPKG, openpkg >= 20030909, gcc
+PreReq: OpenPKG, openpkg >= 20030909
BuildPreReq: openldap, openssl
PreReq: openldap, openssl
AutoReq: no
@@ -64,8 +64,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-web/news.txt
============================================================================
$ cvs diff -u -r1.6465 -r1.6466 news.txt
--- openpkg-web/news.txt 9 Sep 2003 09:46:23 -0000 1.6465
+++ openpkg-web/news.txt 9 Sep 2003 09:47:29 -0000 1.6466
@@ -1,3 +1,4 @@
+09-Sep-2003: Upgraded package: P<cpu-1.4.0a-20030909>
09-Sep-2003: Upgraded package: P<chkrootkit-0.41-20030909>
09-Sep-2003: Upgraded package: P<binutils-2.14-20030909>
09-Sep-2003: Upgraded package: P<bind-9.2.2-20030909>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]