SPECS: python-M2Crypto.spec - updated to 0.17beta1 - added store2s...

qboosh qboosh at pld-linux.org
Thu Dec 7 00:32:57 CET 2006


Author: qboosh                       Date: Wed Dec  6 23:32:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.17beta1
- added store2ssl patch needed by current pyxmpp
- release .2

---- Files affected:
SPECS:
   python-M2Crypto.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: SPECS/python-M2Crypto.spec
diff -u SPECS/python-M2Crypto.spec:1.38 SPECS/python-M2Crypto.spec:1.39
--- SPECS/python-M2Crypto.spec:1.38	Sat Nov 18 21:57:42 2006
+++ SPECS/python-M2Crypto.spec	Thu Dec  7 00:32:52 2006
@@ -1,20 +1,20 @@
 # $Revision$, $Date$
-# NOTE: doesn't work properly (at least TLS in cjc) when built with recent swig
 Summary:	Python interface to OpenSSL
 Summary(pl):	Interfejs Pythona do OpenSSL
 Name:		python-M2Crypto
-Version:	0.16
-Release:	2
+Version:	0.17
+%define	bver	beta1
+Release:	0.%{bver}.2
 License:	BSD-like
 Group:		Development/Languages/Python
-Source0:	http://wiki.osafoundation.org/pub/Projects/MeTooCrypto/m2crypto-%{version}.tar.gz
-# Source0-md5:	6fc06583a2be56fc2a46872a0540d78e
+Source0:	http://wiki.osafoundation.org/pub/Projects/MeTooCrypto/m2crypto-%{version}%{bver}.tar.gz
+# Source0-md5:	da7da465e423adc44e46cc160dc1fa89
 Patch0:		%{name}-swig_sources.patch
+Patch1:		%{name}-store2ssl.patch
 URL:		http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto
 BuildRequires:	openssl-devel >= 0.9.7d
 BuildRequires:	python-devel >= 1:2.5
-BuildRequires:	swig >= 1.3.24
-#BuildRequires:	swig-python >= 1.3.25
+BuildRequires:	swig-python >= 1.3.24
 BuildRequires:	unzip
 %pyrequires_eq	python
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,8 +35,9 @@
 - S/MIME v2.
 
 %prep
-%setup -q -n m2crypto-%{version}
+%setup -q -n m2crypto-%{version}%{bver}
 %patch0 -p1
+%patch1 -p1
 
 find demo -type d -name CVS | xargs rm -rf
 
@@ -76,6 +77,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2006/12/06 23:32:52  qboosh
+- updated to 0.17beta1
+- added store2ssl patch needed by current pyxmpp
+- release .2
+
 Revision 1.38  2006/11/18 20:57:42  qboosh
 - package .egg-info for python 2.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-M2Crypto.spec?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list