Author: qboosh Date: Wed Nov 9 16:55:11 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.21.1 - removed obsolete openssl patch
---- Files affected: packages/python-M2Crypto: python-M2Crypto.spec (1.54 -> 1.55) , python-M2Crypto-openssl.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/python-M2Crypto/python-M2Crypto.spec diff -u packages/python-M2Crypto/python-M2Crypto.spec:1.54 packages/python-M2Crypto/python-M2Crypto.spec:1.55 --- packages/python-M2Crypto/python-M2Crypto.spec:1.54 Thu Jul 8 10:21:00 2010 +++ packages/python-M2Crypto/python-M2Crypto.spec Wed Nov 9 17:55:06 2011 @@ -2,16 +2,15 @@ Summary: Python interface to OpenSSL Summary(pl.UTF-8): Interfejs Pythona do OpenSSL Name: python-M2Crypto -Version: 0.20.2 -Release: 4 +Version: 0.21.1 +Release: 1 License: BSD-like Group: Libraries/Python Source0: http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz -# Source0-md5: 6c24410410d6eb1920ea43f77a93613a +# Source0-md5: f93d8462ff7646397a9f77a2fe602d17 Patch0: %{name}-swig_sources.patch Patch1: %{name}-store2ssl.patch Patch2: %{name}-swig.patch -Patch3: %{name}-openssl.patch URL: http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto BuildRequires: openssl-devel >= 0.9.7d BuildRequires: python-devel >= 1:2.5 @@ -43,18 +42,17 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p0 find demo -type d -name CVS | xargs rm -rf %build -python setup.py build +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{py_sitedir},%{_examplesdir}/%{name}-%{version}} -python setup.py install \ +%{__python} setup.py install \ --root=$RPM_BUILD_ROOT \ --optimize=2 @@ -75,8 +73,7 @@ %dir %{py_sitedir}/M2Crypto/PGP %{py_sitedir}/M2Crypto/PGP/*.py[oc] %{py_sitedir}/M2Crypto-*.egg-info -%dir %{_examplesdir}/%{name}-%{version} -%{_examplesdir}/%{name}-%{version}/* +%{_examplesdir}/%{name}-%{version} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -84,6 +81,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.55 2011/11/09 16:55:06 qboosh +- updated to 0.21.1 +- removed obsolete openssl patch + Revision 1.54 2010/07/08 08:21:00 arekm - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-M2Crypto/python-M2Crypto.spec?r1=1.54&r2=1.55&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
