rebuilt with python 3.10 [release 2.1.18-2mamba;Tue Aug 01 2023]
This commit is contained in:
parent
06586c38ab
commit
aa72d9c7bf
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-faust-cchardet
|
Name: python-faust-cchardet
|
||||||
Version: 2.1.18
|
Version: 2.1.18
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A high speed universal character encoding detector
|
Summary: A high speed universal character encoding detector
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -46,13 +46,25 @@ 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
|
||||||
|
|
||||||
|
%if "%{?with_pyver}" != "3"
|
||||||
|
# Rename any conflicting file outside of python site packages tree
|
||||||
|
for f in %{_bindir}/cchardetect; do
|
||||||
|
mv %{buildroot}${f}{,-%{?pyappend}}
|
||||||
|
done
|
||||||
|
sed -i "\,%{_bindir}/cchardetect,d" %{name}.filelist
|
||||||
|
%endif
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/cchardetect*
|
||||||
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
||||||
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.18-2mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
* Thu Mar 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.18-1mamba
|
* Thu Mar 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.18-1mamba
|
||||||
- update to 2.1.18
|
- update to 2.1.18
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user