SPECS: cvsnt.spec - sync protocol subpackage

arekm arekm at pld-linux.org
Wed Mar 26 01:27:27 CET 2008


Author: arekm                        Date: Wed Mar 26 00:27:27 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- sync protocol subpackage

---- Files affected:
SPECS:
   cvsnt.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/cvsnt.spec
diff -u SPECS/cvsnt.spec:1.10 SPECS/cvsnt.spec:1.11
--- SPECS/cvsnt.spec:1.10	Wed Mar 26 01:12:40 2008
+++ SPECS/cvsnt.spec	Wed Mar 26 01:27:22 2008
@@ -153,6 +153,14 @@
 %description protocol-sserver
 sserver (SSL) protocol support for CVSNT.
 
+%package protocol-sync
+Summary:	sync procotol support for for CVSNT
+Group:		Development/Version Control
+Requires:	%{name} = %{version}-%{release}
+
+%description protocol-sync
+sync protocol support for CVSNT.
+
 %package rcs
 Summary:	CVSNT version of RCS tools
 Group:		Development/Version Control
@@ -252,6 +260,7 @@
 %attr(755,root,root) %{_bindir}/cvs
 %attr(755,root,root) %{_bindir}/cvslockd
 %attr(755,root,root) %{_bindir}/cvsnt
+%attr(755,root,root) %{_bindir}/cvsscript
 %dir %{_libdir}/cvsnt
 %dir %{_libdir}/cvsnt/database
 %dir %{_libdir}/cvsnt/mdns
@@ -320,6 +329,11 @@
 %attr(755,root,root) %{_libdir}/cvsnt/protocols/sserver.so
 %{_libdir}/cvsnt/protocols/sserver.la
 
+%files protocol-sync
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/cvsnt/protocols/sync.so
+%{_libdir}/cvsnt/protocols/sync.la
+
 %files rcs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/co
@@ -332,6 +346,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2008-03-26 00:27:22  arekm
+- sync protocol subpackage
+
 Revision 1.10  2008-03-26 00:12:40  arekm
 - rcs tools subpackage; fix database subpackages
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cvsnt.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list