rpms/m2crypto/devel m2crypto.spec,1.61,1.62

Miloslav Trmac mitr at fedoraproject.org
Tue Jan 5 18:28:06 UTC 2010


Author: mitr

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

Modified Files:
	m2crypto.spec 
Log Message:
* Tue Jan  5 2010 Miloslav Trmač <mitr at redhat.com> - 0.20.2-4
- s/%%define/%%global/



Index: m2crypto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/m2crypto/devel/m2crypto.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- m2crypto.spec	8 Dec 2009 18:25:29 -0000	1.61
+++ m2crypto.spec	5 Jan 2010 18:28:06 -0000	1.62
@@ -1,12 +1,12 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitearch: %global 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 sparc sparcv9 sparc64
+%global 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.20.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 Source0: http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz
 # https://bugzilla.osafoundation.org/show_bug.cgi?id=2341
 Patch0: m2crypto-0.18-timeouts.patch
@@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/M2Crypto-*.egg-info
 
 %changelog
+* Tue Jan  5 2010 Miloslav Trmač <mitr at redhat.com> - 0.20.2-4
+- s/%%define/%%global/
+
 * Mon Dec  7 2009 Miloslav Trmač <mitr at redhat.com> - 0.20.2-3
 - Don't use '!# /usr/bin/env python'
   Resolves: #521887




More information about the fedora-extras-commits mailing list