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:23
Branch: HEAD Handle: 2002123014472201
Modified files:
openpkg-src/cvs cvs.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.44 +7 -13 openpkg-src/cvs/cvs.spec
1.2432 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cvs/cvs.spec
============================================================================
$ cvs diff -u -r1.43 -r1.44 cvs.spec
--- openpkg-src/cvs/cvs.spec 29 Dec 2002 16:58:30 -0000 1.43
+++ openpkg-src/cvs/cvs.spec 30 Dec 2002 14:47:23 -0000 1.44
@@ -28,12 +28,8 @@
%define V_cvslock 0.2
# optional support for applying the RSE patches
-%ifndef with_rse_patches
-%define with_rse_patches no
-%endif
-%ifndef with_rse_patch_cvsuser_caller
-%define with_rse_patch_cvsuser_caller cvs
-%endif
+%option with_rse_patches no
+%option with_rse_patch_cvsuser_caller cvs
# package information
Name: cvs
@@ -45,7 +41,7 @@
Group: SCM
License: GPL
Version: %{V_cvs}
-Release: 20021229
+Release: 20021230
# list of sources
Source0: http://www.cvshome.org/files/19/10/cvs-%{V_cvs}.tar.gz
@@ -58,8 +54,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020714, perl, patch
-PreReq: OpenPKG, openpkg >= 20020714, perl, patch
+BuildPreReq: OpenPKG, openpkg >= 20021230, perl, patch
+PreReq: OpenPKG, openpkg >= 20021230, perl, patch
AutoReq: no
AutoReqProv: no
@@ -81,15 +77,13 @@
and cvslock (an administration tool for manually locking a CVS
repository area).
- Options:
- --define 'with_rse_patches %{with_rse_patches}'
- --define 'with_rse_patch_cvsuser_caller %{with_rse_patch_cvsuser_caller}'
-
%if "%{with_rse_patches}" == "yes"
This version of CVS has the large set of patches applied from
Ralf S. Engelschall <[EMAIL PROTECTED]> (-DRSE_PATCHES). This
means that (still undocumented) extra functionality is available.
%endif
+
+ %options -p30
%prep
%setup0 -q -c
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2431 -r1.2432 news.txt
--- openpkg-web/news.txt 30 Dec 2002 14:44:03 -0000 1.2431
+++ openpkg-web/news.txt 30 Dec 2002 14:47:22 -0000 1.2432
@@ -1,3 +1,4 @@
+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>
30-Dec-2002: Upgraded package: P<postfix-2.0.0.1-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]