]> git.pld-linux.org Git - packages/python-M2Crypto.git/blame - python-M2Crypto.spec
- rel 3; fix openssl 1.0.0 build
[packages/python-M2Crypto.git] / python-M2Crypto.spec
CommitLineData
0dc1620e 1Summary: Python interface to OpenSSL
f3256f05 2Summary(pl.UTF-8): Interfejs Pythona do OpenSSL
2917fb4e 3Name: python-M2Crypto
2bac54a7 4Version: 0.20.2
7e33a608 5Release: 3
db5bbf78 6License: BSD-like
4988ab36 7Group: Libraries/Python
e03c4abe 8Source0: http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz
2bac54a7 9# Source0-md5: 6c24410410d6eb1920ea43f77a93613a
63fb16de 10Patch0: %{name}-swig_sources.patch
60daa667 11Patch1: %{name}-store2ssl.patch
cc56e89f 12Patch2: %{name}-swig.patch
7e33a608 13Patch3: %{name}-openssl.patch
63fb16de 14URL: http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto
718a13ff 15BuildRequires: openssl-devel >= 0.9.7d
7662b057 16BuildRequires: python-devel >= 1:2.5
4988ab36 17BuildRequires: rpmbuild(macros) >= 1.219
60daa667 18BuildRequires: swig-python >= 1.3.24
8a818010 19BuildRequires: unzip
707d4e2c 20%pyrequires_eq python
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
12a04f9d
JR
32%description -l pl.UTF-8
33M2Crypto udostępnia z poziomu Pythona następujące funkcje:
34- DH, RSA, DSA, szyfry symetryczne, skróty, HMAC
35- SSL do implementacji klientów i serwerów
e60c4f73
JB
36- S/MIME v2.
37
2917fb4e 38%prep
e03c4abe 39%setup -q -n M2Crypto-%{version}
63fb16de 40%patch0 -p1
60daa667 41%patch1 -p1
4988ab36 42%patch2 -p1
7e33a608 43%patch3 -p0
2917fb4e 44
8be7ac7c
JB
45find demo -type d -name CVS | xargs rm -rf
46
2917fb4e 47%build
24ac6e9a 48python setup.py build
2917fb4e 49
50%install
51rm -rf $RPM_BUILD_ROOT
4988ab36 52install -d $RPM_BUILD_ROOT{%{py_sitedir},%{_examplesdir}/%{name}-%{version}}
84c63765 53
5d2d2a18
AF
54python setup.py install \
55 --root=$RPM_BUILD_ROOT \
56 --optimize=2
2917fb4e 57
4988ab36 58%py_postclean
59cp -r demo/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
24ac6e9a 60
2917fb4e 61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files
65%defattr(644,root,root,755)
4988ab36 66%doc CHANGES LICENCE README doc/*.html
24b30991 67%dir %{py_sitedir}/M2Crypto
5d2d2a18
AF
68%attr(755,root,root) %{py_sitedir}/M2Crypto/*.so
69%{py_sitedir}/M2Crypto/*.py[oc]
70%dir %{py_sitedir}/M2Crypto/SSL
71%{py_sitedir}/M2Crypto/SSL/*.py[oc]
72%dir %{py_sitedir}/M2Crypto/PGP
73%{py_sitedir}/M2Crypto/PGP/*.py[oc]
7662b057 74%{py_sitedir}/M2Crypto-*.egg-info
4988ab36 75%dir %{_examplesdir}/%{name}-%{version}
76%{_examplesdir}/%{name}-%{version}/*
This page took 0.063351 seconds and 4 git commands to generate.