automatic version update by autodist [release 4.6-1mamba;Sun Jul 19 2020]
This commit is contained in:
parent
eb86b3bf39
commit
63ff021192
@ -1,5 +1,5 @@
|
||||
Name: python-rsa
|
||||
Version: 4.0
|
||||
Version: 4.6
|
||||
Release: 1mamba
|
||||
Summary: Pure-Python RSA implementation
|
||||
Group: System/Libraries
|
||||
@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n rsa-%{version}
|
||||
|
||||
@ -35,11 +39,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Sun Jul 19 2020 Automatic Build System <autodist@mambasoft.it> 4.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 17 2018 Automatic Build System <autodist@mambasoft.it> 4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user