rpms/m2crypto/F-9 m2crypto.spec,1.40,1.41

Dennis Gilmore ausil at fedoraproject.org
Thu Sep 18 14:38:08 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/m2crypto/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22109

Modified Files:
	m2crypto.spec 
Log Message:
enable sparc arch building



Index: m2crypto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/m2crypto/F-9/m2crypto.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- m2crypto.spec	19 Feb 2008 13:52:58 -0000	1.40
+++ m2crypto.spec	18 Sep 2008 14:37:38 -0000	1.41
@@ -1,12 +1,12 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 # Keep this value in sync with the definition in openssl.spec.
-%define multilib_arches %{ix86} ia64 ppc ppc64 s390 s390x x86_64
+%define multilib_arches %{ix86} ia64 ppc ppc64 s390 s390x x86_64 sparc sparcv9 sparc64
 
 Summary: Support for using OpenSSL in python scripts
 Name: m2crypto
 Version: 0.18.2
-Release: 4
+Release: 5
 Source0: http://wiki.osafoundation.org/pub/Projects/MeTooCrypto/m2crypto-%{version}.tar.gz
 Patch0: m2crypto-0.18-timeouts.patch
 Patch1: m2crypto-0.18-proxy.patch
@@ -34,6 +34,9 @@
 %ifarch %{ix86}
 basearch=i386
 %endif
+%ifarch sparcv9
+basearch=sparc
+%endif
 %ifarch %{multilib_arches}
 sed -i -e "s/opensslconf/opensslconf-${basearch}/" SWIG/_ec.i
 %endif
@@ -77,6 +80,9 @@
 %{python_sitearch}/M2Crypto-*.egg-info
 
 %changelog
+* Thu Sep 18 2008 Dennis Gilmore <dennis at ausil.us> - 0.18.2-5
+- enable sparc arches
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.18.2-4
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list