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 Date: 12-Feb-2004 17:52:44
Branch: HEAD Handle: 2004021216524300
Modified files:
openpkg-src/bison bison.spec
Log:
modernize packaging
Summary:
Revision Changes Path
1.44 +4 -6 openpkg-src/bison/bison.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bison/bison.spec
============================================================================
$ cvs diff -u -r1.43 -r1.44 bison.spec
--- openpkg-src/bison/bison.spec 7 Feb 2004 17:53:50 -0000 1.43
+++ openpkg-src/bison/bison.spec 12 Feb 2004 16:52:43 -0000 1.44
@@ -38,7 +38,7 @@
Group: Language
License: GPL
Version: %{V_release}
-Release: 20040207
+Release: 20040212
# package options
%option with_beta yes
@@ -51,8 +51,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make, m4
-PreReq: OpenPKG, openpkg >= 20040130, m4
+BuildPreReq: OpenPKG, openpkg >= 20040212, make, m4
+PreReq: OpenPKG, openpkg >= 20040212, m4
AutoReq: no
AutoReqProv: no
@@ -82,9 +82,7 @@
%setup -q -c -n bison-%{V_release}
%if "%{with_beta}" == "yes"
%setup -q -T -D -a 1
- ( cd bison-%{V_beta}
- %patch -p0
- ) || exit $?
+ %patch -p0 -d bison-%{V_beta}
%endif
%build
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]