|
|
@@ -23,7 +23,7 @@
|
|
|
##
|
|
|
|
|
|
# package version
|
|
|
-%define V_sccs 070311
|
|
|
+%define V_sccs 070527
|
|
|
%define V_cssc 1.0.1
|
|
|
|
|
|
# package information
|
|
|
@@ -37,11 +37,12 @@ Class: EVAL
|
|
|
Group: SCM
|
|
|
License: BSD/CDDL & GPL
|
|
|
Version: %{V_sccs}
|
|
|
-Release: 20070312
|
|
|
+Release: 20070607
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://switch.dl.sourceforge.net/heirloom/heirloom-devtools-%{V_sccs}.tar.bz2
|
|
|
Source1: http://switch.dl.sourceforge.net/cssc/CSSC-%{V_cssc}.tar.gz
|
|
|
+Patch0: sccs.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -75,6 +76,7 @@ AutoReqProv: no
|
|
|
%prep
|
|
|
%setup -q -c
|
|
|
%setup -q -D -T -a 1
|
|
|
+ %patch -p0 -d heirloom-devtools-%{V_sccs}
|
|
|
|
|
|
%build
|
|
|
# build Heirloom SCCS
|