diff --git a/python-enum34.spec b/python-enum34.spec index b4885b5..17bd475 100644 --- a/python-enum34.spec +++ b/python-enum34.spec @@ -1,6 +1,6 @@ Name: python-enum34 Version: 1.1.6 -Release: 1mamba +Release: 2mamba Summary: Python 3.4 Enum backported 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 enum34-%{version} @@ -35,10 +39,13 @@ 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) %changelog +* Wed Nov 15 2017 Silvan Calarco 1.1.6-2mamba +- added -py3 build + * Sat Sep 17 2016 Automatic Build System 1.1.6-1mamba - automatic update by autodist