]> git.pld-linux.org Git - packages/gcvs.git/commitdiff
- after all, we need special cvs
authorbonkey <bonkey@bonkey.pl.eu.org>
Fri, 26 May 2000 22:37:20 +0000 (22:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcvs.spec -> 1.2

gcvs.spec

index 4ffc681bdcd6cd21625b72dbd9f709a2ad3cb0f8..10b1ed872add5922ee75b88dd7b21abc6899cf78 100644 (file)
--- a/gcvs.spec
+++ b/gcvs.spec
@@ -47,12 +47,19 @@ LDFLAGS="-s"; export LDFLAGS
 %configure
 make
 
+cd cvsunix
+%configure
+make
+cd ..
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install \
        DESTDIR=$RPM_BUILD_ROOT \
        sysdir=%{_applnkdir}/Utilities
 
+install cvsunix/src/cvs $RPM_BUILD_ROOT/%{_bindir}
+
 install -d $RPM_BUILD_ROOT/%{_docdir}/howto/%{name}-%{version}
 unzip %{SOURCE1} -d $RPM_BUILD_ROOT/%{_docdir}/howto/%{name}-%{version}
 
@@ -66,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.gz
 %doc GuiDoc/cvsgui*html
 %attr(755,root,root) %{_bindir}/gcvs
+%attr(755,root,root) %{_bindir}/cvs
 %{_datadir}/%{name}/
 
 %files howto
This page took 0.08674 seconds and 4 git commands to generate.