rebuilt with -py36 support [release 3.0.4-2mamba;Fri Mar 15 2019]
This commit is contained in:
parent
e8047ca30a
commit
6c6ff0c636
@ -1,6 +1,6 @@
|
|||||||
Name: python-chardet
|
Name: python-chardet
|
||||||
Version: 3.0.4
|
Version: 3.0.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Universal Encoding Detector
|
Summary: Universal Encoding Detector
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -35,6 +35,10 @@ Detects:
|
|||||||
- ISO-8859-8, windows-1255 (Visual and Logical Hebrew)
|
- ISO-8859-8, windows-1255 (Visual and Logical Hebrew)
|
||||||
- TIS-620 (Thai)
|
- TIS-620 (Thai)
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n chardet-%{version}
|
%setup -q -n chardet-%{version}
|
||||||
|
|
||||||
@ -52,11 +56,14 @@ 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)
|
||||||
#%doc COPYING
|
#%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.4-2mamba
|
||||||
|
- rebuilt with -py36 support
|
||||||
|
|
||||||
* Sat Nov 04 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.4-1mamba
|
* Sat Nov 04 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.4-1mamba
|
||||||
- update to 3.0.4
|
- update to 3.0.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user