]> git.pld-linux.org Git - packages/cvs.git/commitdiff
- release 2, cvs-1_11_1p1-2
authorkloczek <kloczek@pld-linux.org>
Mon, 16 Jul 2001 14:45:11 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- move rcs2log to %%{_bindir},
- regenerate ac/am/lt files for make spec ac 2.50 ready,
- aded no_new_am patch for remove require am >= 1.4a on rebuild am files
  (we have now 1.4 pl4 and now am >= 1.4a is requires for produce bzipped2
  tara ball on "make dist").

Changed files:
    cvs.spec -> 1.62

cvs.spec

index e4f8105b651026762458e7210f282a8930f34d70..d5d39b64883627a1c6ebfc735ee3ac6a3ad8d551 100644 (file)
--- a/cvs.spec
+++ b/cvs.spec
@@ -16,6 +16,7 @@ Patch0:               %{name}-tmprace.patch
 Patch1:                %{name}-info.patch
 Patch2:                http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/cvs-1.11.1-20010427-ipv6.patch.gz
 Patch3:                %{name}-zlib.patch
+Patch4:                %{name}-no_new_am.patch
 URL:           http://www.cyclic.com/
 BuildRequires: autoconf
 BuildRequires: zlib-devel
@@ -106,6 +107,7 @@ pserver.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 autoheader
@@ -126,11 +128,12 @@ install -d $RPM_BUILD_ROOT/{etc/sysconfig/rc-inetd,home/cvsroot}
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/cvs
 
+rm -f contrib/{.cvsignore,Makefile*,*.pl,*.sh,*.csh}
+mv $RPM_BUILD_ROOT%{_datadir}/cvs/contrib $RPM_BUILD_ROOT%{_bindir}
+
 gzip -9nf doc/*.ps BUGS FAQ MINOR-BUGS NEWS PROJECTS TODO README ChangeLog \
        contrib/{*.man,README,ChangeLog,intro.doc}
 
-rm -f contrib/{.cvsignore,Makefile*,*.pl,*.sh,*.csh}
-
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
This page took 0.111646 seconds and 4 git commands to generate.