rebuilt with distdeps [release 20.0.1-2mamba;Fri Apr 09 2021]
This commit is contained in:
parent
b42f98b4e3
commit
e6c9d453e4
@ -1,6 +1,6 @@
|
||||
Name: python-pyOpenSSL
|
||||
Version: 20.0.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Python interface to the OpenSSL library
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
@ -14,16 +14,14 @@ Patch2: python-pyOpenSSL-nopdfout.patch
|
||||
Patch3: python-pyOpenSSL-threadsafe.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(cryptography)
|
||||
BuildRequires: python3.7dist(six)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: elinks
|
||||
BuildRequires: tetex-dvips
|
||||
BuildRequires: tetex-latex
|
||||
BuildRequires: latex2html
|
||||
Requires: python-cryptography
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Python wrapper around a small subset of the OpenSSL library. Includes: X509 Certificates, SSL Context objects, SSL Connection objects using Python sockets as transport layer. The Connection object wraps all the socket methods and can therefore be used in
|
||||
@ -54,15 +52,20 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/pyOpenSSL-%{version}-py*.egg-info
|
||||
%{python_sitearch}/pyOpenSSL-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20.0.1-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 20.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user