SPECS: mozldap.spec - remaining pl, adjusted Groups

qboosh qboosh at pld-linux.org
Thu May 11 20:28:14 CEST 2006


Author: qboosh                       Date: Thu May 11 18:28:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- remaining pl, adjusted Groups

---- Files affected:
SPECS:
   mozldap.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/mozldap.spec
diff -u SPECS/mozldap.spec:1.10 SPECS/mozldap.spec:1.11
--- SPECS/mozldap.spec:1.10	Tue May  9 11:48:41 2006
+++ SPECS/mozldap.spec	Thu May 11 20:28:09 2006
@@ -7,12 +7,12 @@
 %define	major		5
 %define	minor		17
 Summary:	Mozilla LDAP C SDK
-Summary(pl):	Mozilla LDAP C SDK
+Summary(pl):	Biblioteki Mozilla LDAP C SDK
 Name:		mozldap
 Version:	%{major}.%{minor}
 Release:	0.2
 License:	MPL/GPL/LGPL
-Group:		System
+Group:		Libraries
 Source0:	ftp://ftp.mozilla.org/pub/mozilla.org/directory/c-sdk/releases/v%{major}.17/src/ldapcsdk-5.1.7.tar.gz
 # Source0-md5:	66ddb43e984c0df67e21afb4dc6977b1
 URL:		http://www.mozilla.org/directory/csdk.html
@@ -33,24 +33,40 @@
 derived from the University of Michigan and Netscape LDAP libraries.
 They use Mozilla NSPR and NSS for crypto.
 
+%description -l pl
+Mozilla LDAP C SDK to zestaw bibliotek pozwalających aplikacjom
+komunikować się z serwerami usług katalogowych LDAP. Biblioteki te
+wywodzą się z bibliotek LDAP University of Michigan i Netscape.
+Wykorzystują biblioteki Mozilla NSPR i NSS do kryptografii.
+
 %package tools
 Summary:	Tools for the Mozilla LDAP C SDK
-Group:		System
+Summary(pl):	Narzędzia dla bibliotek Mozilla LDAP C SDK
+Group:		Applications/System
 Requires:	mozldap = %{version}-%{release}
 
 %description tools
 The mozldap-tools package provides the ldapsearch, ldapmodify, and
 ldapdelete tools that use the Mozilla LDAP C SDK libraries.
 
+%description tools -l pl
+Ten pakiet dostarcza narzędzia ldapsearch, ldapmodify i ldapdelete
+wykorzystujące biblioteki Mozilla LDAP C SDK.
+
 %package devel
-Summary:	Development libraries and examples for Mozilla LDAP C SDK
+Summary:	Development files and examples for Mozilla LDAP C SDK
+Summary(pl):	Pliki programistyczne i przykłady dla bibliotek Mozilla LDAP C SDK
 Group:		Development/Libraries
 Requires:	mozldap = %{version}-%{release}
 
 %description devel
-Header and Library files for doing development with the Mozilla LDAP C
+Header and other files for doing development with the Mozilla LDAP C
 SDK.
 
+%description devel -l pl
+Pliki nagłówkowe i inne do tworzenia oprogramowania z użyciem
+bibliotek Mozilla LDAP C SDK
+
 %package static
 Summary:	Static Mozilla LDAP C SDK libraries
 Summary(pl):	Statyczne biblioteki Mozilla LDAP C SDK
@@ -67,10 +83,6 @@
 %setup -q -n mozilla
 
 %build
-%ifarch %{x8664} ia64 ppc64 s390x
-arg64="--enable-64bit"
-%endif
-
 # build local svrcore
 %{__make} -C security/coreconf
 %{__make} -C security/svrcore \
@@ -78,7 +90,12 @@
 # end svrcore
 
 cd directory/c-sdk
-%configure $arg64 \
+%configure \
+%ifarch %{x8664} ia64 ppc64 s390x
+	--enable-64bit \
+%endif
+	--disable-debug \
+	--enable-optimize \
 	--with-nspr \
 	--with-nspr-inc=%{_includedir}/nspr \
 	--with-nspr-lib=%{_libdir} \
@@ -86,9 +103,7 @@
 	--with-nss-inc=%{_includedir}/nss \
 	--with-nss-lib=%{_libdir} \
 	--with-svrcore \
-	--with-svrcore-inc=$PWD/../../security/svrcore \
-	--enable-optimize \
-	--disable-debug
+	--with-svrcore-inc=$PWD/../../security/svrcore
 
 %ifarch %{x8664} ppc64 ia64 s390x
 USE_64=1
@@ -164,12 +179,14 @@
 %{_libdir}/lib*.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
-
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2006/05/11 18:28:09  qboosh
+- remaining pl, adjusted Groups
+
 Revision 1.10  2006/05/09 09:48:41  qboosh
 - use x8664 macro, missing dir
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mozldap.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list