]> git.pld-linux.org Git - packages/python-M2Crypto.git/blame - python-M2Crypto.spec
- updated to 0.17 release
[packages/python-M2Crypto.git] / python-M2Crypto.spec
CommitLineData
0dc1620e 1Summary: Python interface to OpenSSL
e60c4f73 2Summary(pl): Interfejs Pythona do OpenSSL
2917fb4e 3Name: python-M2Crypto
60daa667 4Version: 0.17
88d6e1a7 5Release: 1
db5bbf78 6License: BSD-like
707d4e2c 7Group: Development/Languages/Python
88d6e1a7
JB
8Source0: http://wiki.osafoundation.org/pub/Projects/MeTooCrypto/m2crypto-%{version}.tar.gz
9# Source0-md5: c67b45c752fd5e8115cd6b14831c5a38
63fb16de 10Patch0: %{name}-swig_sources.patch
60daa667 11Patch1: %{name}-store2ssl.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
60daa667 15BuildRequires: swig-python >= 1.3.24
8a818010 16BuildRequires: unzip
707d4e2c 17%pyrequires_eq python
2917fb4e 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
2917fb4e 20%description
21M2Crypto makes accessible to the Python programmer the following:
22- DH, RSA, DSA, symmetric ciphers, message digests, HMACs.
23- SSL functionality to implement clients and servers.
24- S/MIME v2.
25
db5bbf78 26M2Crypto is released under a very liberal BSD-like licence. See
2917fb4e 27LICENCE for details.
28
e60c4f73
JB
29%description -l pl
30