SPECS: libstrlcpy.spec - pl, include ".so" in soname

qboosh qboosh at pld-linux.org
Thu Oct 6 07:44:38 CEST 2005


Author: qboosh                       Date: Thu Oct  6 05:44:38 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, include ".so" in soname

---- Files affected:
SPECS:
   libstrlcpy.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/libstrlcpy.spec
diff -u SPECS/libstrlcpy.spec:1.6 SPECS/libstrlcpy.spec:1.7
--- SPECS/libstrlcpy.spec:1.6	Mon Oct  3 17:57:57 2005
+++ SPECS/libstrlcpy.spec	Thu Oct  6 07:44:33 2005
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
-Summary:	A library implementing OpenBSD strlcpy/strlcat functions.
+Summary:	A library implementing OpenBSD strlcpy/strlcat functions
+Summary(pl):	Biblioteka implementująca funkcje strlcpy/strlcat z OpenBSD
 Name:		libstrlcpy
 %define		_snap 20050808
 Version:	0.%{_snap}
@@ -15,20 +16,29 @@
 URL:		http://mail.gnome.org/archives/gtk-list/2000-April/msg00249.html
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		soname %{name}.0
+%define		soname %{name}.so.0
 
 %description
 strlcpy and strlcat - consistent, safe, string copy and concatenation.
 
+%description -l pl
+strlcpy i strlcat - spójne i bezpieczne kopiowanie i łączenie
+łańcuchów znaków.
+
 %package devel
-Summary:	Development libraries for libstrlcpy
+Summary:	Development files for libstrlcpy
+Summary(pl):	Pliki programistyczne libstrlcpy
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description devel
-This is the package containing the development library and manual
+This is the package containing the development files and manual
 pages for libstrlcpy.
 
+%description devel -l pl
+Ten pakiet zawiera pliki programistyczne i strony manuala dla
+libstrlcpy.
+
 %prep
 %setup -q -c -T
 cp %{SOURCE0} .
@@ -68,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/10/06 05:44:33  qboosh
+- pl, include ".so" in soname
+
 Revision 1.6  2005/10/03 15:57:57  glen
 - -devel desc update
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libstrlcpy.spec?r1=1.6&r2=1.7&f=u




More information about the pld-cvs-commit mailing list