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: 30-Dec-2002 20:48:47
Branch: HEAD Handle: 2002123019484601
Modified files:
openpkg-src/sa sa.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.16 +5 -8 openpkg-src/sa/sa.spec
1.2452 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sa/sa.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 sa.spec
--- openpkg-src/sa/sa.spec 16 Dec 2002 15:51:54 -0000 1.15
+++ openpkg-src/sa/sa.spec 30 Dec 2002 19:48:47 -0000 1.16
@@ -23,9 +23,7 @@
##
# package options
-%ifndef with_ex
-%define with_ex no
-%endif
+%option with_ex no
# package information
Name: sa
@@ -37,7 +35,7 @@
Group: System
License: MIT/X11-style
Version: 1.0.2
-Release: 20021216
+Release: 20021230
# list of sources
Source0: ftp://ftp.ossp.org/pkg/lib/sa/sa-%{version}.tar.gz
@@ -45,8 +43,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021230
+PreReq: OpenPKG, openpkg >= 20021230
%if "%{with_ex}" == "yes"
BuildPreReq: ex
PreReq: ex
@@ -62,8 +60,7 @@
(local, IPv4, and IPv6), type abstraction, I/O timeouts, I/O stream
buffering and convenience I/O functions.
- Options:
- --define 'with_ex %{with_ex}'
+ %options
%prep
%setup -q
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2451 -r1.2452 news.txt
--- openpkg-web/news.txt 30 Dec 2002 19:48:40 -0000 1.2451
+++ openpkg-web/news.txt 30 Dec 2002 19:48:46 -0000 1.2452
@@ -1,3 +1,4 @@
+30-Dec-2002: Upgraded package: P<sa-1.0.2-20021230>
30-Dec-2002: Upgraded package: P<qt-3.1.1-20021230>
30-Dec-2002: Upgraded package: P<qpopper-4.0.4-20021230>
30-Dec-2002: Upgraded package: P<pureftpd-1.1.0-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]