]> git.pld-linux.org Git - packages/python-M2Crypto.git/blobdiff - python-M2Crypto.spec
- openssl 1.0.2g rebuild
[packages/python-M2Crypto.git] / python-M2Crypto.spec
index 09bfc2bba7951c2c50657ac67f5c4215ac38783e..60a262a78411852f5966aa67a33d19947aa5270c 100644 (file)
@@ -1,21 +1,21 @@
 Summary:       Python interface to OpenSSL
 Summary(pl.UTF-8):     Interfejs Pythona do OpenSSL
 Name:          python-M2Crypto
-Version:       0.20.2
-Release:       3
+Version:       0.22.5
+Release:       2
 License:       BSD-like
 Group:         Libraries/Python
-Source0:       http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz
-# Source0-md5: 6c24410410d6eb1920ea43f77a93613a
-Patch0:                %{name}-swig_sources.patch
-Patch1:                %{name}-store2ssl.patch
-Patch2:                %{name}-swig.patch
-Patch3:                %{name}-openssl.patch
-URL:           http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto
-BuildRequires: openssl-devel >= 0.9.7d
-BuildRequires: python-devel >= 1:2.5
-BuildRequires: rpmbuild(macros) >= 1.219
-BuildRequires: swig-python >= 1.3.24
+Source0:       https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz
+# Source0-md5: f84eb07aa1687f39bc26ee7b1ba5a105
+Patch0:                %{name}-store2ssl.patch
+Patch1:                %{name}-swig.patch
+URL:           https://gitlab.com/m2crypto/m2crypto
+BuildRequires: openssl-devel >= 0.9.8
+BuildRequires: python-devel >= 1:2.6
+BuildRequires: python-modules
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.710
+BuildRequires: swig-python >= 2.0
 BuildRequires: unzip
 %pyrequires_eq python
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,38 +39,29 @@ M2Crypto udostępnia z poziomu Pythona następujące funkcje:
 %setup -q -n M2Crypto-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p0
-
-find demo -type d -name CVS | xargs rm -rf
 
 %build
-python setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{py_sitedir},%{_examplesdir}/%{name}-%{version}}
 
-python setup.py install \
-       --root=$RPM_BUILD_ROOT \
-       --optimize=2
+%py_install
 
 %py_postclean
-cp -r demo/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES LICENCE README doc/*.html
+%doc README
 %dir %{py_sitedir}/M2Crypto
 %attr(755,root,root) %{py_sitedir}/M2Crypto/*.so
-%{py_sitedir}/M2Crypto/*.py[oc]
-%dir %{py_sitedir}/M2Crypto/SSL
-%{py_sitedir}/M2Crypto/SSL/*.py[oc]
+%{py_sitedir}/M2Crypto/*.py[co]
 %dir %{py_sitedir}/M2Crypto/PGP
-%{py_sitedir}/M2Crypto/PGP/*.py[oc]
+%{py_sitedir}/M2Crypto/PGP/*.py[co]
+%dir %{py_sitedir}/M2Crypto/SSL
+%{py_sitedir}/M2Crypto/SSL/*.py[co]
 %{py_sitedir}/M2Crypto-*.egg-info
-%dir %{_examplesdir}/%{name}-%{version}
-%{_examplesdir}/%{name}-%{version}/*
This page took 0.279448 seconds and 4 git commands to generate.