diff --git a/python-rsa.spec b/python-rsa.spec index f9753d8..31c31bb 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -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 4.6-1mamba +- automatic version update by autodist + * Mon Sep 17 2018 Automatic Build System 4.0-1mamba - automatic version update by autodist