automatic version update by autodist [release 0.13.2-1mamba;Thu Apr 25 2019]

This commit is contained in:
Automatic Build System 2024-01-06 11:07:05 +01:00
parent e60d6b2192
commit 2b4fc7feb1

View File

@ -1,5 +1,5 @@
Name: python-ecdsa Name: python-ecdsa
Version: 0.13 Version: 0.13.2
Release: 1mamba Release: 1mamba
Summary: An easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm) Summary: An easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm)
Group: System/Libraries Group: System/Libraries
@ -33,18 +33,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist %files -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
## note: this list is just an example; modify as required
# %{python_sitearch}/%{name}.py*
# %{python_sitearch}/%{name}.so
%doc LICENSE %doc LICENSE
## note: eventually add the remaining documents (if any)
# %doc NEWS README.md
%changelog %changelog
* Thu Apr 25 2019 Automatic Build System <autodist@mambasoft.it> 0.13.2-1mamba
- automatic version update by autodist
* Sun Feb 08 2015 Automatic Build System <autodist@mambasoft.it> 0.13-1mamba * Sun Feb 08 2015 Automatic Build System <autodist@mambasoft.it> 0.13-1mamba
- automatic version update by autodist - automatic version update by autodist