rebuilt with -py36 package [release 2.8-2mamba;Fri Mar 15 2019]
This commit is contained in:
parent
b70af7f004
commit
66991afcce
@ -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 <silvan.calarco@mambasoft.it> 2.8-2mamba
|
||||
- rebuilt with -py36 package
|
||||
|
||||
* Wed Dec 05 2018 Automatic Build System <autodist@mambasoft.it> 2.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user