From 887d35e76d206f2f74de7f77d1364c7cd29a8f38 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:07:29 +0100 Subject: [PATCH] added -py3 build [release 1.1.6-2mamba;Wed Nov 15 2017] --- python-enum34.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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