Author: arekm                        Date: Sat Jun 14 13:35:49 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ... or better rename binaries (append 02 suffix)

---- Files affected:
SPECS:
   libopensync02.spec (1.41 -> 1.42) 

---- Diffs:

================================================================
Index: SPECS/libopensync02.spec
diff -u SPECS/libopensync02.spec:1.41 SPECS/libopensync02.spec:1.42
--- SPECS/libopensync02.spec:1.41       Sat Jun 14 15:32:21 2008
+++ SPECS/libopensync02.spec    Sat Jun 14 15:35:44 2008
@@ -124,6 +124,10 @@
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+for bin in osyncbinary osyncdump osyncplugin osyncstress osynctest; do
+       mv $RPM_BUILD_ROOT%{_bindir}/${bin}{,02}
+done
+
 rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{py,la,a}
 rm -f $RPM_BUILD_ROOT%{_libdir}/opensync/formats/*.a
 
@@ -136,8 +140,7 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-# use these from opensync 0.3.x
-# %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/*02
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 %attr(755,root,root) %{_libdir}/osplugin
 %dir %{_libdir}/opensync
@@ -174,6 +177,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.42  2008-06-14 13:35:44  arekm
+- ... or better rename binaries (append 02 suffix)
+
 Revision 1.41  2008-06-14 13:32:21  arekm
 - rel 2; don't package bindir binaries
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libopensync02.spec?r1=1.41&r2=1.42&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to