2024-01-06 10:40:32 +01:00
|
|
|
Name: python-M2Crypto
|
2024-01-06 10:40:33 +01:00
|
|
|
Version: 0.37.1
|
2024-01-06 10:40:32 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A python wrapper for OpenSSL featuring RSA, DSA, DH, EC, HMACs, message digests, symmetric ciphers and more
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 10:40:33 +01:00
|
|
|
URL: https://pypi.python.org/pypi/M2Crypto
|
2024-01-06 10:40:32 +01:00
|
|
|
Source: http://pypi.debian.net/M2Crypto/M2Crypto-%{version}.tar.gz
|
2024-01-06 10:40:32 +01:00
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
Requires: python >= %python_version
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA, DH, EC, HMACs, message digests, symmetric ciphers (including AES); SSL functionality to implement clients and servers; HTTPS extensions to Python's httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS server for Zope and ZSmime: An S/MIME messenger for Zope. M2Crypto can also be used to provide SSL for Twisted. Smartcards supported through the Engine interface.
|
|
|
|
|
2024-01-06 10:40:32 +01:00
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-06 10:40:32 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -c %{name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
cd M2Crypto-%{version}
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
cd M2Crypto-%{version}
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--single-version-externally-managed \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-06 10:40:32 +01:00
|
|
|
%files %{?pyappend} -f M2Crypto-%{version}/%{name}.filelist
|
2024-01-06 10:40:32 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 10:40:33 +01:00
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 0.37.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:40:32 +01:00
|
|
|
* Mon May 25 2020 Automatic Build System <autodist@mambasoft.it> 0.35.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 10:40:32 +01:00
|
|
|
* Sat Mar 30 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.32.0-1mamba
|
|
|
|
- update to 0.32.0
|
|
|
|
|
2024-01-06 10:40:32 +01:00
|
|
|
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 0.27.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 10:40:32 +01:00
|
|
|
* Thu Aug 04 2016 Automatic Build System <autodist@mambasoft.it> 0.25.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 10:40:32 +01:00
|
|
|
* Sat Feb 15 2014 Automatic Build System <autodist@mambasoft.it> 0.22.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.21.1-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Wed Sep 28 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.21.1-1mamba
|
|
|
|
- package created by autospec
|