]> git.pld-linux.org Git - packages/python-M2Crypto.git/blame - python-M2Crypto.spec
- package .egg-info for python 2.5
[packages/python-M2Crypto.git] / python-M2Crypto.spec
CommitLineData
707d4e2c 1# NOTE: doesn't work properly (at least TLS in cjc) when built with recent swig
0dc1620e 2Summary: Python interface to OpenSSL
e60c4f73 3Summary(pl): Interfejs Pythona do OpenSSL
2917fb4e 4Name: python-M2Crypto
63fb16de 5Version: 0.16
e4ebaded 6Release: 2
db5bbf78 7License: BSD-like
707d4e2c 8Group: Development/Languages/Python
63fb16de 9Source0: http://wiki.osafoundation.org/pub/Projects/MeTooCrypto/m2crypto-%{version}.tar.gz
10# Source0-md5: 6fc06583a2be56fc2a46872a0540d78e
11Patch0: %{name}-swig_sources.patch
63fb16de 12URL: http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto
718a13ff 13BuildRequires: openssl-devel >= 0.9.7d
7662b057 14BuildRequires: python-devel >= 1:2.5
63fb16de 15BuildRequires: swig >= 1.3.24
24ac6e9a 16#BuildRequires: swig-python >= 1.3.25
8a818010 17BuildRequires: unzip
707d4e2c 18%pyrequires_eq python
2917fb4e 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
2917fb4e 21%description
22M2Crypto makes accessible to the Python programmer the following:
23- DH, RSA, DSA, symmetric ciphers, message digests, HMACs.
24- SSL functionality to implement clients and servers.
25- S/MIME v2.
26
db5bbf78 27M2Crypto is released under a very liberal BSD-like licence. See
2917fb4e 28LICENCE for details.
29
e60c4f73
JB
30%description -l pl
31