PLD-doc: devel-hints-en.txt, devel-hints-pl.txt - use so.*.*.* instead of s...

pawelz pawelz at pld-linux.org
Wed Jan 27 01:46:59 CET 2010


Author: pawelz                       Date: Wed Jan 27 00:46:59 2010 GMT
Module: PLD-doc                       Tag: HEAD
---- Log message:
- use so.*.*.* instead of so.*.* to mach so binary name (thx sparky)

---- Files affected:
PLD-doc:
   devel-hints-en.txt (1.36 -> 1.37) , devel-hints-pl.txt (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: PLD-doc/devel-hints-en.txt
diff -u PLD-doc/devel-hints-en.txt:1.36 PLD-doc/devel-hints-en.txt:1.37
--- PLD-doc/devel-hints-en.txt:1.36	Wed Jan 27 01:12:24 2010
+++ PLD-doc/devel-hints-en.txt	Wed Jan 27 01:46:54 2010
@@ -413,7 +413,7 @@
 'libexample.so.1'. Correct %files sections should contain following lines:
 
 %files
-%attr(755,root,root) %{_libdir}/libexample.so.*.*
+%attr(755,root,root) %{_libdir}/libexample.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libexample.so.1
 
 %files devel

================================================================
Index: PLD-doc/devel-hints-pl.txt
diff -u PLD-doc/devel-hints-pl.txt:1.56 PLD-doc/devel-hints-pl.txt:1.57
--- PLD-doc/devel-hints-pl.txt:1.56	Wed Jan 27 00:54:42 2010
+++ PLD-doc/devel-hints-pl.txt	Wed Jan 27 01:46:54 2010
@@ -391,14 +391,14 @@
 libexample.so.1. Wtedy sekcje %files powinny wygl±daæ tak:
 
 %files
-%attr(755,root,root) %{_libdir}/libexample.so.*.*
+%attr(755,root,root) %{_libdir}/libexample.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libexample.so.1
 
 %files devel
 %attr(755,root,root) %{_libdir}/libexample.so
 
 Wa¿ne jest, ¿eby odpowiednio wpisaæ wildcardy w nazwie binarki tak, ¿eby nie
-z³apa³y symlinka paczkowanego jako %ghost. Przyk³adowo: libexample.so.*.* -
+z³apa³y symlinka paczkowanego jako %ghost. Przyk³adowo: libexample.so.*.*.* -
 dobrze, libexample.so.* - ¼le, libexample.so* - bardzo ¼le.
 symlink %{_libdir}/SONAME paczkujemy jako %ghost, poniewa¿ jest on tworzony w
 skryplecie %post przez ldconfig. Oczywi¶cie, plik ten zostanie utworzony
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/PLD-doc/devel-hints-en.txt?r1=1.36&r2=1.37&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/PLD-doc/devel-hints-pl.txt?r1=1.56&r2=1.57&f=u



More information about the pld-cvs-commit mailing list