%define pkgname %(echo %name | cut -d- -f2-) Name: python-charset-normalizer Version: 2.0.12 Release: 1mamba Summary: The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/ousret/charset_normalizer Source: https://pypi.debian.net/charset-normalizer/charset-normalizer-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel BuildRequires: python3.7dist(setuptools) ## AUTOBUILDREQ-END %description %{summary}. %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q -n charset-normalizer-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ --install-headers=%{python_inc} \ --install-lib=%{python_sitearch} \ --record=%{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %if "%{?with_pyver}" != "3" mv %{buildroot}%{_bindir}/normalizer{,%{with_pyver}} sed -i "s|%{_bindir}/normalizer|%{_bindir}/normalizer%{with_pyver}|" %{name}.filelist %endif %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %dir %{python_sitearch}/charset_normalizer-%{version}-py*.egg-info %{python_sitearch}/charset_normalizer-%{version}-py*.egg-info/* %doc LICENSE %changelog * Sun Feb 13 2022 Automatic Build System 2.0.12-1mamba - automatic version update by autodist * Mon Jan 31 2022 Automatic Build System 2.0.11-1mamba - automatic version update by autodist * Thu Jan 06 2022 Automatic Build System 2.0.10-1mamba - automatic version update by autodist * Sat Dec 04 2021 Automatic Build System 2.0.9-1mamba - automatic version update by autodist * Thu Nov 25 2021 Automatic Build System 2.0.8-1mamba - automatic version update by autodist * Tue Oct 12 2021 Automatic Build System 2.0.7-1mamba - automatic version update by autodist * Sat Sep 18 2021 Automatic Build System 2.0.6-1mamba - automatic version update by autodist * Wed Sep 15 2021 Automatic Build System 2.0.5-1mamba - automatic version update by autodist * Mon Aug 30 2021 Silvan Calarco 2.0.4-1mamba - package created using the webbuild interface