added -py3 build [release 1.1.6-2mamba;Wed Nov 15 2017]

This commit is contained in:
Silvan Calarco 2024-01-06 11:07:29 +01:00
parent 452c1d9da7
commit 887d35e76d

View File

@ -1,6 +1,6 @@
Name: python-enum34 Name: python-enum34
Version: 1.1.6 Version: 1.1.6
Release: 1mamba Release: 2mamba
Summary: Python 3.4 Enum backported Summary: Python 3.4 Enum backported
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
%{summary}. %{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep %prep
%setup -q -n enum34-%{version} %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 #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Wed Nov 15 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.6-2mamba
- added -py3 build
* Sat Sep 17 2016 Automatic Build System <autodist@mambasoft.it> 1.1.6-1mamba * Sat Sep 17 2016 Automatic Build System <autodist@mambasoft.it> 1.1.6-1mamba
- automatic update by autodist - automatic update by autodist