automatic version update by autodist [release 0.18.0-1mamba;Fri Oct 07 2022]
This commit is contained in:
parent
6cf6efb990
commit
03ac933a22
@ -1,5 +1,5 @@
|
||||
Name: python-ecdsa
|
||||
Version: 0.17.0
|
||||
Version: 0.18.0
|
||||
Release: 1mamba
|
||||
Summary: An easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm)
|
||||
Group: System/Libraries
|
||||
@ -10,8 +10,13 @@ URL: https://pypi.org/project/ecdsa/
|
||||
Source: https://pypi.debian.net/ecdsa/ecdsa-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(six)
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -31,13 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/ecdsa-%{version}-py*.egg-info
|
||||
%{python_sitearch}/ecdsa-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Oct 07 2022 Automatic Build System <autodist@mambasoft.it> 0.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 28 2021 Automatic Build System <autodist@mambasoft.it> 0.17.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user