rpms/m2crypto/devel m2crypto.spec,1.43,1.44

Dennis Gilmore ausil at fedoraproject.org
Thu Sep 18 14:42:55 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/m2crypto/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23007

Modified Files:
	m2crypto.spec 
Log Message:
enable sparc arches



Index: m2crypto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/m2crypto/devel/m2crypto.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- m2crypto.spec	11 Jun 2008 13:37:30 -0000	1.43
+++ m2crypto.spec	18 Sep 2008 14:42:25 -0000	1.44
@@ -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: 7
+Release: 8%{?dist}
 Source0: http://wiki.osafoundation.org/pub/Projects/MeTooCrypto/m2crypto-%{version}.tar.gz
 Patch0: m2crypto-0.18-timeouts.patch
 Patch1: m2crypto-0.18-proxy.patch
@@ -38,6 +38,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
@@ -81,6 +84,9 @@
 %{python_sitearch}/M2Crypto-*.egg-info
 
 %changelog
+* Thu Sep 18 2008 Dennis Gilmore <dennis at ausil.us> - 0.18.2-8
+- enable sparc arches
+
 * Wed Jun 11 2008 Miloslav Trmač <mitr at redhat.com> - 0.18.2-7
 - Update m2urllib2 to match the Python 2.5 code instead
 




More information about the fedora-extras-commits mailing list