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 15:44:04
Branch: HEAD Handle: 2002123014440301
Modified files:
openpkg-src/al al.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.4 +5 -8 openpkg-src/al/al.spec
1.2431 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/al/al.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 al.spec
--- openpkg-src/al/al.spec 16 Dec 2002 15:50:47 -0000 1.3
+++ openpkg-src/al/al.spec 30 Dec 2002 14:44:04 -0000 1.4
@@ -23,9 +23,7 @@
##
# package options
-%ifndef with_ex
-%define with_ex no
-%endif
+%option with_ex no
# package information
Name: al
@@ -37,7 +35,7 @@
Group: System
License: MIT/X11-style
Version: 0.9.1
-Release: 20021216
+Release: 20021230
# list of sources
Source0: ftp://ftp.ossp.org/pkg/lib/al/al-%{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
@@ -63,8 +61,7 @@
has convenient chunk traversal methods and optional OSSP ex based
exception handling.
- Options:
- --define 'with_ex %{with_ex}'
+ %options
%prep
%setup -q
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2430 -r1.2431 news.txt
--- openpkg-web/news.txt 30 Dec 2002 14:40:18 -0000 1.2430
+++ openpkg-web/news.txt 30 Dec 2002 14:44:03 -0000 1.2431
@@ -1,3 +1,4 @@
+30-Dec-2002: Upgraded package: P<al-0.9.1-20021230>
30-Dec-2002: Upgraded package: P<apache-1.3.27-20021230>
30-Dec-2002: Upgraded package: P<postfix-2.0.0.1-20021230>
30-Dec-2002: Upgraded package: P<openpkg-tool-20021230-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]