SPECS: libmd5.spec - pl, more archs

qboosh qboosh at pld-linux.org
Wed Sep 17 19:58:39 CEST 2008


Author: qboosh                       Date: Wed Sep 17 17:58:39 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, more archs

---- Files affected:
SPECS:
   libmd5.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/libmd5.spec
diff -u SPECS/libmd5.spec:1.5 SPECS/libmd5.spec:1.6
--- SPECS/libmd5.spec:1.5	Wed Sep 17 16:14:38 2008
+++ SPECS/libmd5.spec	Wed Sep 17 19:58:34 2008
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 Summary:	RFC1321-based (RSA-free) MD5 library
+Summary(pl.UTF-8):	Biblioteka MD5 oparta na RFC1321 (wolna od zobowiązań RSA)
 Name:		libmd5
 Version:	20020413
 Release:	1
@@ -11,10 +12,10 @@
 BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%ifarch %{ix86} %{x8664} alpha
+%ifarch %{ix86} %{x8664} alpha ia64
 %define		specflags	-DARCH_IS_BIG_ENDIAN=0
 %endif
-%ifarch sparc sparc64 powerpc ppc ppc64
+%ifarch ppc ppc64 s390 s390x sparc sparcv9 sparc64
 %define		specflags	-DARCH_IS_BIG_ENDIAN=1
 %endif
 %ifarch arm
@@ -27,22 +28,37 @@
 the specifications (not the sample code) in RFC1321, and therefore is
 not required to acknowledge RSA in any way.
 
+%description -l pl.UTF-8
+To jest bardzo mała biblioteka C zawierająca implementację RFC1321 -
+funkcję skrótu MD5. W przeciwieństwie do istniejącej wcześniej libmd5
+z W3C ta wersja została napisana na podstawie specyfikacji (a nie kodu
+przykładowego) z RFC1321, więc nie wymaga jakiegokolwiek powoływania
+się na RSA.
+
 %package devel
-Summary:	Header files for libmd5 library
+Summary:	Header file for libmd5 library
+Summary(pl.UTF-8):	Plik nagłówkowy biblioteki libmd5
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description devel
-Header files for libmd5 library.
+Header file for libmd5 library.
+
+%description devel -l pl.UTF-8
+Plik nagłówkowy biblioteki libmd5.
 
 %package static
 Summary:	Static libmd5 library
+Summary(pl.UTF-8):	Statyczna biblioteka libmd5
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
 Static libmd5 library.
 
+%description static -l pl.UTF-8
+Statyczna biblioteka libmd5.
+
 %prep
 %setup -qc
 
@@ -76,8 +92,8 @@
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libmd5.so
 %{_libdir}/libmd5.la
-%{_libdir}/libmd5.so
 %{_includedir}/md5.h
 
 %files static
@@ -90,6 +106,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2008/09/17 17:58:34  qboosh
+- pl, more archs
+
 Revision 1.5  2008/09/17 14:14:38  glen
 - libtool link also needs --tag
 - package ghost soname symlink
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libmd5.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list