packages: protobuf/protobuf.spec - Be explicit with .so.7

aredridel aredridel at pld-linux.org
Thu Mar 24 17:07:25 CET 2011


Author: aredridel                    Date: Thu Mar 24 16:07:25 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Be explicit with .so.7

---- Files affected:
packages/protobuf:
   protobuf.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/protobuf/protobuf.spec
diff -u packages/protobuf/protobuf.spec:1.7 packages/protobuf/protobuf.spec:1.8
--- packages/protobuf/protobuf.spec:1.7	Fri Mar 18 06:32:33 2011
+++ packages/protobuf/protobuf.spec	Thu Mar 24 17:07:20 2011
@@ -110,11 +110,11 @@
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libprotobuf-lite.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libprotobuf-lite.so.?
+%attr(755,root,root) %ghost %{_libdir}/libprotobuf-lite.so.7
 %attr(755,root,root) %{_libdir}/libprotobuf.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libprotobuf.so.?
+%attr(755,root,root) %ghost %{_libdir}/libprotobuf.so.7
 %attr(755,root,root) %{_libdir}/libprotoc.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libprotoc.so.?
+%attr(755,root,root) %ghost %{_libdir}/libprotoc.so.7
 
 %files devel
 %defattr(644,root,root,755)
@@ -141,6 +141,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2011/03/24 16:07:20  aredridel
+- Be explicit with .so.7
+
 Revision 1.7  2011/03/18 05:32:33  aredridel
  2.4.0a
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/protobuf/protobuf.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list