]> git.pld-linux.org Git - packages/python-M2Crypto.git/blame - python-M2Crypto.spec
- swig >= 1.3.24 creates broken package - fix needed
[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
a568c85b 4Version: 0.13
24b30991 5Release: 5
db5bbf78 6License: BSD-like
a118a342 7Source0: http://sandbox.rulemaker.net/ngps/Dist/m2crypto-%{version}.zip
a568c85b 8# Source0-md5: be2790a34349ab452dddbcfe4c95606a
58085682
AF
9# http://sandbox.rulemaker.net/ngps/Dist/0.13p1.patch
10Patch0: %{name}-0.13p1.patch
35d9c22e 11Patch1: %{name}-swig_sources.patch
db1d688d 12URL: http://sandbox.rulemaker.net/ngps/m2/
2917fb4e 13Group: Development/Languages/Python
a9c69f68 14%pyrequires_eq python
711c703d 15BuildRequires: python-devel >= 2.2.1
718a13ff 16BuildRequires: openssl-devel >= 0.9.7d
5f1da4a5
JB
17#BuildRequires: swig-python >= 1.3.25
18BuildRequires: swig >= 1.3.21
19BuildRequires: swig < 1.3.24
8a818010 20BuildRequires: unzip
2917fb4e 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
2917fb4e 23%description
24M2Crypto makes accessible to the Python programmer the following:
25- DH, RSA, DSA, symmetric ciphers, message digests, HMACs.
26- SSL functionality to implement clients and servers.
27- S/MIME v2.
28
db5bbf78 29M2Crypto is released under a very liberal BSD-like licence. See
2917fb4e 30LICENCE for details.
31
e60c4f73
JB
32%description -l pl
33