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:52:02
Branch: HEAD Handle: 2002123014520001
Modified files:
openpkg-src/flex flex.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.47 +5 -8 openpkg-src/flex/flex.spec
1.2435 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/flex/flex.spec
============================================================================
$ cvs diff -u -r1.46 -r1.47 flex.spec
--- openpkg-src/flex/flex.spec 3 Dec 2002 08:11:20 -0000 1.46
+++ openpkg-src/flex/flex.spec 30 Dec 2002 14:52:01 -0000 1.47
@@ -24,9 +24,7 @@
##
# package options
-%ifndef with_beta
-%define with_beta yes
-%endif
+%option with_beta yes
# package versions
%define V_release 2.5.4a
@@ -43,7 +41,7 @@
Group: Language
License: BSD
Version: %{V_release}
-Release: 20021203
+Release: 20021230
# list of sources
Source0: ftp://ftp.gnu.org/non-gnu/flex/flex-%{V_release}.tar.gz
@@ -52,8 +50,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, bison, make
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021230, bison, make
+PreReq: OpenPKG, openpkg >= 20021230
AutoReq: no
AutoReqProv: no
@@ -67,8 +65,7 @@
is run, it analyzes its input for occurrences of the regular expressions.
Whenever it finds one, it executes the corresponding C code.
- Options:
- --define 'with_beta %{with_beta}'
+ %options
%prep
%setup0 -q -c -n flex-%{version}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2434 -r1.2435 news.txt
--- openpkg-web/news.txt 30 Dec 2002 14:51:34 -0000 1.2434
+++ openpkg-web/news.txt 30 Dec 2002 14:52:00 -0000 1.2435
@@ -1,3 +1,4 @@
+30-Dec-2002: Upgraded package: P<flex-2.5.4a-20021230>
30-Dec-2002: Upgraded package: P<emacs-21.2-20021230>
30-Dec-2002: Upgraded package: P<bison-1.35-20021230>
30-Dec-2002: Upgraded package: P<cvs-1.11.4-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]