|
|
@@ -24,7 +24,7 @@
|
|
|
##
|
|
|
|
|
|
# the involved versions
|
|
|
-%define V_cvs 1.11.5
|
|
|
+%define V_cvs 1.11.6
|
|
|
%define V_cvslock 0.2
|
|
|
|
|
|
# package information
|
|
|
@@ -37,18 +37,17 @@ Distribution: OpenPKG [CORE]
|
|
|
Group: SCM
|
|
|
License: GPL
|
|
|
Version: %{V_cvs}
|
|
|
-Release: 20030408
|
|
|
+Release: 20030527
|
|
|
|
|
|
# optional support for applying the RSE patches
|
|
|
%option with_rse_patches no
|
|
|
%option with_rse_patch_cvsuser_caller cvs
|
|
|
|
|
|
# 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.bz2
|
|
|
Source1: ftp://riemann.iam.uni-bonn.de/pub/users/roessler/cvslock/cvslock-%{V_cvslock}.tar.gz
|
|
|
Source2: cvs.patches.rse
|
|
|
-Source3: cvs.patches.msvb
|
|
|
-Source4: rc.cvs
|
|
|
+Source3: rc.cvs
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -90,12 +89,6 @@ AutoReqProv: no
|
|
|
cat %{SOURCE cvs.patches.rse} |\
|
|
|
sed -e 's;\(#define RSE_PATCH_CVSUSER_CALLER "\)cvs\("\);\1%{with_rse_patch_cvsuser_caller}\2;' |\
|
|
|
%{l_patch} -p0
|
|
|
- # patch the patches to run on Solaris
|
|
|
- case "%{l_target}" in
|
|
|
- *-solaris* )
|
|
|
- %{l_patch} -p0 <%{SOURCE cvs.patches.msvb}
|
|
|
- ;;
|
|
|
- esac
|
|
|
)
|
|
|
%endif
|
|
|
|