python-M2Crypto/python-M2Crypto.spec

96 lines
3.6 KiB
RPMSpec
Raw Normal View History

%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-M2Crypto
Version: 0.42.0
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>
URL: https://gitlab.com/m2crypto/m2crypto
Source: http://pypi.debian.net/M2Crypto/m2crypto-%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libopenssl-devel
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
%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.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n m2crypto-%{version}
%build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
#%if "%{?with_pyver}" != "3"
## Rename any conflicting file outside of python site packages tree
#for f in %{_bindir}/pdm; do
# mv %{buildroot}${f}{,-%{?pyappend}}
#done
#%endif
%files %{?pyappend}
%defattr(-,root,root)
%dir %{python_sitearch}/%{pkgname}-%{version}.dist-info
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitearch}/%{pkgname}
%{python_sitearch}/%{pkgname}/*
%doc LICENCE
%changelog
* Tue Sep 03 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.42.0-1mamba
- update to 0.42.0
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 0.41.0-1mamba
- automatic version update by autodist
* Thu Oct 26 2023 Automatic Build System <autodist@mambasoft.it> 0.40.1-1mamba
- automatic version update by autodist
* Wed Oct 25 2023 Automatic Build System <autodist@mambasoft.it> 0.40.0-1mamba
- automatic version update by autodist
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 0.39.0-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Wed Jul 05 2023 Automatic Build System <autodist@mambasoft.it> 0.39.0-1mamba
- automatic version update by autodist
* Tue Jun 15 2021 Automatic Build System <autodist@mambasoft.it> 0.38.0-1mamba
- automatic version update by autodist
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 0.37.1-1mamba
- automatic version update by autodist
* Mon May 25 2020 Automatic Build System <autodist@mambasoft.it> 0.35.2-1mamba
- automatic update by autodist
* Sat Mar 30 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.32.0-1mamba
- update to 0.32.0
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 0.27.0-1mamba
- automatic update by autodist
* Thu Aug 04 2016 Automatic Build System <autodist@mambasoft.it> 0.25.1-1mamba
- automatic update by autodist
* 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