]> git.pld-linux.org Git - packages/python-M2Crypto.git/blame - python-M2Crypto.spec
- removed INSTALL from doc (useless in binary package)
[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
63fb16de 4Version: 0.16
e4ebaded 5Release: 2
db5bbf78 6License: BSD-like
63fb16de 7Source0: http://wiki.osafoundation.org/pub/Projects/MeTooCrypto/m2crypto-%{version}.tar.gz
8# Source0-md5: 6fc06583a2be56fc2a46872a0540d78e
9Patch0: %{name}-swig_sources.patch
2917fb4e 10Group: Development/Languages/Python
63fb16de 11URL: http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto
a9c69f68 12%pyrequires_eq python
718a13ff 13BuildRequires: openssl-devel >= 0.9.7d
24ac6e9a 14BuildRequires: python-devel >= 2.2.1
63fb16de 15BuildRequires: swig >= 1.3.24
24ac6e9a 16#BuildRequires: swig-python >= 1.3.25
8a818010 17BuildRequires: unzip
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