diff --git a/python-chardet.spec b/python-chardet.spec index b088e55..fb6053b 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -1,6 +1,6 @@ Name: python-chardet Version: 3.0.4 -Release: 1mamba +Release: 2mamba Summary: Universal Encoding Detector Group: System/Libraries Vendor: openmamba @@ -35,6 +35,10 @@ Detects: - ISO-8859-8, windows-1255 (Visual and Logical Hebrew) - TIS-620 (Thai) +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %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 -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) #%doc COPYING %changelog +* Fri Mar 15 2019 Silvan Calarco 3.0.4-2mamba +- rebuilt with -py36 support + * Sat Nov 04 2017 Silvan Calarco 3.0.4-1mamba - update to 3.0.4