diff --git a/python-idna.spec b/python-idna.spec index 14ea54b..e26c5a0 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -1,6 +1,6 @@ Name: python-idna Version: 2.8 -Release: 1mamba +Release: 2mamba Summary: Internationalized Domain Names in Applications (IDNA) Group: System/Libraries Vendor: openmamba @@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n idna-%{version} @@ -36,10 +40,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist chmod -R +r %{buildroot}%{python_sitearch}/idna-*.egg-info -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %changelog +* Fri Mar 15 2019 Silvan Calarco 2.8-2mamba +- rebuilt with -py36 package + * Wed Dec 05 2018 Automatic Build System 2.8-1mamba - automatic version update by autodist