rebuilt with distdeps [release 4.7.2-2mamba;Mon Aug 30 2021]
This commit is contained in:
parent
ef0b45acc0
commit
6340d28f80
@ -1,18 +1,19 @@
|
||||
Name: python-rsa
|
||||
Version: 4.7.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Pure-Python RSA implementation
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://stuvel.eu/rsa
|
||||
URL: https://stuvel.eu/rsa/
|
||||
Source: https://pypi.debian.net/rsa/rsa-%{version}.tar.gz
|
||||
License: ASL 2
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(pyasn1)
|
||||
BuildRequires: python3.7dist(setuptools)
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -36,13 +37,18 @@ 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
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/rsa-%{version}-py*.egg-info
|
||||
%{python_sitearch}/rsa-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.2-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 4.7.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user