]> git.pld-linux.org Git - packages/python-M2Crypto.git/blame - python-M2Crypto.spec
- force to use openssl >= 0.9.7, idea by kloczek
[packages/python-M2Crypto.git] / python-M2Crypto.spec
CommitLineData
711c703d 1%include /usr/lib/rpm/macros.python
2
0dc1620e 3Summary: Python interface to OpenSSL
e60c4f73 4Summary(pl): Interfejs Pythona do OpenSSL
2917fb4e 5Name: python-M2Crypto
6Version: 0.06
e60c4f73 7Release: 2
db5bbf78 8License: BSD-like
2917fb4e 9Source0: http://www.pobox.org.sg/home/ngps/m2/m2crypto-%{version}.zip
10URL: http://www.pobox.org.sg/home/ngps/m2/
11Group: Development/Languages/Python
a9c69f68 12%pyrequires_eq python
711c703d 13BuildRequires: python-devel >= 2.2.1
7f616105 14BuildRequires: openssl-devel >= 0.9.7
40db129e 15BuildRequires: swig
78cb6a25 16BuildRequires: rpm-pythonprov
2917fb4e 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
2917fb4e 19%description
20M2Crypto makes accessible to the Python programmer the following:
21- DH, RSA, DSA, symmetric ciphers, message digests, HMACs.
22- SSL functionality to implement clients and servers.
23- S/MIME v2.
24
db5bbf78 25M2Crypto is released under a very liberal BSD-like licence. See
2917fb4e 26LICENCE for details.
27
e60c4f73
JB
28%description -l pl
29