|
@@ -29,11 +29,11 @@
|
|
|
%define V_cvs2cl 2.38
|
|
%define V_cvs2cl 2.38
|
|
|
|
|
|
|
|
# optional support for applying the RSE patches
|
|
# optional support for applying the RSE patches
|
|
|
-%ifndef rse_patches
|
|
|
|
|
-%define rse_patches no
|
|
|
|
|
|
|
+%ifndef rse_patches
|
|
|
|
|
+%define rse_patches no
|
|
|
%endif
|
|
%endif
|
|
|
-%ifndef rse_patch_cvsuser_caller
|
|
|
|
|
-%define rse_patch_cvsuser_caller cvs
|
|
|
|
|
|
|
+%ifndef rse_patch_cvsuser_caller
|
|
|
|
|
+%define rse_patch_cvsuser_caller cvs
|
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
# package information
|
|
# package information
|
|
@@ -46,7 +46,7 @@ Distribution: OpenPKG [REL]
|
|
|
Group: CVS
|
|
Group: CVS
|
|
|
License: GPL
|
|
License: GPL
|
|
|
Version: %{V_cvs}
|
|
Version: %{V_cvs}
|
|
|
-Release: 20020224
|
|
|
|
|
|
|
+Release: 20020312
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: http://www.cvshome.org/files/19/10/cvs-%{V_cvs}.tar.gz
|
|
Source0: http://www.cvshome.org/files/19/10/cvs-%{V_cvs}.tar.gz
|
|
@@ -54,6 +54,7 @@ Source1: ftp://riemann.iam.uni-bonn.de/pub/users/roessler/cvslock/cvslock-%
|
|
|
Source2: http://www.red-bean.com/cvs2cl/cvs2cl.pl
|
|
Source2: http://www.red-bean.com/cvs2cl/cvs2cl.pl
|
|
|
Source3: cvs.patches.rse
|
|
Source3: cvs.patches.rse
|
|
|
Source4: rc.cvs
|
|
Source4: rc.cvs
|
|
|
|
|
+Patch0: zlib.patch
|
|
|
|
|
|
|
|
# build information
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
@@ -89,6 +90,9 @@ AutoReqProv: no
|
|
|
%prep
|
|
%prep
|
|
|
%setup0 -q -c
|
|
%setup0 -q -c
|
|
|
%setup1 -q -T -D -a 1
|
|
%setup1 -q -T -D -a 1
|
|
|
|
|
+ ( cd cvs-%{V_cvs}/zlib
|
|
|
|
|
+ %patch0 -p1
|
|
|
|
|
+ )
|
|
|
%if "%{rse_patches}" == "yes"
|
|
%if "%{rse_patches}" == "yes"
|
|
|
( cd cvs-%{V_cvs}
|
|
( cd cvs-%{V_cvs}
|
|
|
cat %{SOURCE cvs.patches.rse} |\
|
|
cat %{SOURCE cvs.patches.rse} |\
|