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

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

Reply via email to