|
|
|
@ -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 @@ Distribution: OpenPKG [BASE]
|
|
|
|
|
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 @@ Source5: rc.cvs
|
|
|
|
|
# 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,16 +77,14 @@ AutoReqProv: no
|
|
|
|
|
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 <rse@engelschall.com> (-DRSE_PATCHES). This |
|
|
|
|
means that (still undocumented) extra functionality is available. |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
%options -p30 |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup0 -q -c |
|
|
|
|
%setup1 -q -T -D -a 1 |
|
|
|
|