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:38:17
Branch: HEAD Handle: 2003090910381601
Modified files:
openpkg-src/apg apg.spec
openpkg-web news.txt
Log:
convert to new %{l_platform} world order
Summary:
Revision Changes Path
1.35 +9 -9 openpkg-src/apg/apg.spec
1.6461 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apg/apg.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 apg.spec
--- openpkg-src/apg/apg.spec 2 Sep 2003 07:53:51 -0000 1.34
+++ openpkg-src/apg/apg.spec 9 Sep 2003 09:38:17 -0000 1.35
@@ -33,7 +33,7 @@
Group: System
License: GPL
Version: 2.2.2
-Release: 20030902
+Release: 20030909
# list of sources
Source0: http://www.adel.nursat.kz/apg/download/apg-%{version}.tar.gz
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20020909, gcc
+PreReq: OpenPKG, openpkg >= 20020909
AutoReq: no
AutoReqProv: no
@@ -67,12 +67,12 @@
%build
libs=""
defs=""
- case "%{l_target}" in
- *-freebsd* ) libs="" ;;
- *-linux* ) libs="-lnsl" ;;
- *-solaris2.6* ) libs="-lnsl -lsocket" ; defs="-DNEED_SOCKLEN_T" ;;
- *-solaris* ) libs="-lnsl -lsocket" ;;
- *-irix* ) libs="-lnsl -lsocket" ; defs="-DNEED_SOCKLEN_T";;
+ case "%{l_platform -t}" in
+ *-freebsd* ) libs="" ;;
+ *-linux* ) libs="-lnsl" ;;
+ *-sunos5.6* ) libs="-lnsl -lsocket"; defs="-DNEED_SOCKLEN_T" ;;
+ *-sunos5* ) libs="-lnsl -lsocket" ;;
+ *-irix* ) libs="-lnsl -lsocket"; defs="-DNEED_SOCKLEN_T" ;;
esac
%{l_make} %{l_mflags -O} all \
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6460 -r1.6461 news.txt
--- openpkg-web/news.txt 9 Sep 2003 09:36:31 -0000 1.6460
+++ openpkg-web/news.txt 9 Sep 2003 09:38:16 -0000 1.6461
@@ -1,3 +1,4 @@
+09-Sep-2003: Upgraded package: P<apg-2.2.2-20030909>
09-Sep-2003: Upgraded package: P<analog-5.32-20030909>
09-Sep-2003: Upgraded package: P<amd-6.0.9-20030909>
09-Sep-2003: Upgraded package: P<acroread-5.08-20030909>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]