2011-05-31 12:57:01 +02:00
#
# spec file for package python-M2Crypto
#
2013-01-14 16:00:08 +01:00
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
2011-05-31 12:57:01 +02:00
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
2012-01-24 15:30:35 +01:00
2011-05-31 12:57:01 +02:00
Name : python-M2Crypto
Version : 0.21.1
2011-09-22 11:20:17 +02:00
Release : 0
2011-05-31 12:57:01 +02:00
Url : http://chandlerproject.org/bin/view/Projects/MeTooCrypto
Summary : Crypto and SSL toolkit for Python
2011-12-14 13:48:26 +01:00
License : MIT and ZPL-2.0 and BSD-3-Clause
2011-05-31 12:57:01 +02:00
Group : Development/Languages/Python
Source : M2Crypto-%{version} .tar.gz
BuildRoot : %{_tmppath} /%{name} -%{version} -build
2011-12-14 13:48:26 +01:00
BuildRequires : openssl
BuildRequires : openssl-devel
2011-05-31 12:57:01 +02:00
BuildRequires : python-devel
2011-09-22 11:20:17 +02:00
BuildRequires : python-distribute
2011-05-31 12:57:01 +02:00
BuildRequires : swig
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1010
BuildRequires : fdupes
%endif
%endif
%{!?python_sitearch: %global python_sitearch %(%{__python} -c " f r o m d i s t u t i l s . s y s c o n f i g i m p o r t g e t _ p y t h o n _ l i b ; p r i n t g e t _ p y t h o n _ l i b ( 1 ) " )}
Provides : python-m2crypto = %{version}
2012-01-24 15:30:35 +01:00
Obsoletes : python-m2crypto < %{version}
2011-05-31 12:57:01 +02:00
%description
M2Crypto is a crypto and SSL toolkit for Python featuring the
following:
RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including
AES). SSL functionality to implement clients and servers. HTTPS
extensions to Python's httplib, urllib, and xmlrpclib. Unforgeable
HMAC'ing AuthCookies for web session management. FTP/TLS client and
server. S/MIME. ZServerSSL: A HTTPS server for Zope. ZSmime: An S/MIME
messenger for Zope.
It currently lives at
http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto. The
original M2Crypto homepage is at http://sandbox.rulemaker.net/ngps/m2/.
%prep
%setup -n M2Crypto-%{version}
%build
2011-09-22 11:20:17 +02:00
CFLAGS=" %{optflags} " python setup.py build
2011-05-31 12:57:01 +02:00
%install
2011-09-22 11:20:17 +02:00
chmod 0644 demo/{https.howto/get_https,ssl/twistedsslclient,ssl/twistedsslserver,tinderbox/slave,x509/certdata2pem}.py # Fix executable bit for documentation:
2011-05-31 12:57:01 +02:00
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%if 0%{?suse_version} > 1010
2012-10-31 14:10:53 +01:00
%fdupes -s demo
2011-05-31 12:57:01 +02:00
%endif
%files
%defattr (-,root,root)
2011-09-22 11:20:17 +02:00
%doc CHANGES LICENCE README demo
2011-05-31 12:57:01 +02:00
%{python_sitearch} /*
%changelog