]> git.pld-linux.org Git - packages/cvs-nserver.git/commitdiff
s/cvs-common/cvs-nclient/
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 22 Jul 2001 22:10:32 +0000 (22:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvs-nserver.spec -> 1.13

cvs-nserver.spec

index 55ae980904c9803b220ef22a0a4eb79e08a7a4d1..830620fe7864d04dfe4150fb9c8ac6939f91cc9a 100644 (file)
@@ -78,15 +78,15 @@ dosyalar
 eþzamanlý olarak yapýlmasýný kontrol etmek için gereken iþlevleri
 saðlar.
 
-%package -n cvs-common
+%package -n cvs-nclient
 Summary:        Concurrent Versions System - common
 Summary(pl):    Concurrent Versions System
 Group:          Development/Version Control
 
-%description -n cvs-common
+%description -n cvs-nclient
 Client and some common files.
 
-%description -l pl -n cvs-common
+%description -l pl -n cvs-nclient
 Klient CVS i trochê wspólnych plików.
 
 %package -n cvs-nserver-common
@@ -200,7 +200,7 @@ else
        /usr/sbin/useradd -u 53 -r -d %{_cvsroot} -s /bin/false -c "CVS user" -g cvsadmin -G cvs cvsadmin 1>&2
 fi
 
-%post -n cvs-common
+%post -n cvs-nclient
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 
@@ -242,14 +242,14 @@ if [ -f /var/lock/subsys/rc-inetd ]; then
         /etc/rc.d/init.d/rc-inetd reload
 fi
 
-%postun -n cvs-common
+%postun -n cvs-nclient
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-%files -n cvs-common
+%files -n cvs-nclient
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/cvs
 %attr(755,root,root) %{_bindir}/cvsbug
This page took 0.042454 seconds and 4 git commands to generate.