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:47:44
Branch: HEAD Handle: 2002123014474201
Modified files:
openpkg-src/bison bison.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.32 +5 -8 openpkg-src/bison/bison.spec
1.2433 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bison/bison.spec
============================================================================
$ cvs diff -u -r1.31 -r1.32 bison.spec
--- openpkg-src/bison/bison.spec 15 Oct 2002 13:04:56 -0000 1.31
+++ openpkg-src/bison/bison.spec 30 Dec 2002 14:47:43 -0000 1.32
@@ -24,9 +24,7 @@
##
# package options
-%ifndef with_beta
-%define with_beta yes
-%endif
+%option with_beta yes
# package versions
%define V_release 1.35
@@ -42,7 +40,7 @@
Group: Language
License: GPL
Version: %{V_release}
-Release: 20021015
+Release: 20021230
# list of sources
Source0: ftp://ftp.gnu.org/gnu/bison/bison-%{V_release}.tar.gz
@@ -52,8 +50,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, m4
-PreReq: OpenPKG, openpkg >= 20020206, m4
+BuildPreReq: OpenPKG, openpkg >= 20021230, make, m4
+PreReq: OpenPKG, openpkg >= 20021230, m4
AutoReq: no
AutoReqProv: no
@@ -67,8 +65,7 @@
with no change. Anyone familiar with yacc should be able to use bison with
little trouble.
- Options:
- --define 'with_beta %{with_beta}'
+ %options
%prep
%setup0 -q -c -n bison-%{V_release}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2432 -r1.2433 news.txt
--- openpkg-web/news.txt 30 Dec 2002 14:47:22 -0000 1.2432
+++ openpkg-web/news.txt 30 Dec 2002 14:47:42 -0000 1.2433
@@ -1,3 +1,4 @@
+30-Dec-2002: Upgraded package: P<bison-1.35-20021230>
30-Dec-2002: Upgraded package: P<cvs-1.11.4-20021230>
30-Dec-2002: Upgraded package: P<al-0.9.1-20021230>
30-Dec-2002: Upgraded package: P<apache-1.3.27-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]