added -py3 build [release 1.1.6-2mamba;Wed Nov 15 2017]
This commit is contained in:
parent
452c1d9da7
commit
887d35e76d
@ -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 <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
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user