rpms/mozldap/devel mozldap.spec,1.9,1.10

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Aug 11 15:48:17 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/mozldap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25858

Modified Files:
	mozldap.spec 
Log Message:
fix license tag


Index: mozldap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mozldap/devel/mozldap.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mozldap.spec	19 Feb 2008 21:46:16 -0000	1.9
+++ mozldap.spec	11 Aug 2008 15:47:47 -0000	1.10
@@ -13,8 +13,8 @@
 Summary:          Mozilla LDAP C SDK
 Name:             mozldap
 Version:          %{major}.%{minor}.%{submin}
-Release:          2%{?dist}
-License:          MPL/GPL/LGPL
+Release:          3%{?dist}
+License:          MPL 1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/directory/csdk.html
 Group:            System Environment/Libraries
 Requires:         %{nspr_name} >= %{nspr_version}
@@ -70,7 +70,7 @@
 cd mozilla/directory/c-sdk
 
 %configure \
-%ifarch x86_64 ppc64 ia64 s390x
+%ifarch x86_64 ppc64 ia64 s390x sparc64
     --enable-64bit \
 %endif
     --with-sasl \
@@ -94,7 +94,7 @@
 export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS
 
 make \
-%ifarch x86_64 ppc64 ia64 s390x
+%ifarch x86_64 ppc64 ia64 s390x sparc64
     USE_64=1
 %endif
 
@@ -186,6 +186,10 @@
 %{_datadir}/%{name}
 
 %changelog
+* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 6.0.5-3
+- fix license tag
+- enable sparc64
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 6.0.5-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list