rebuilt with distdeps and python 3.10 subpackage [release 1.1-2mamba;Thu May 05 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 11:14:11 +01:00
parent d6174d9fc2
commit b39f78edcb

View File

@ -1,19 +1,20 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-html5lib Name: python-html5lib
Version: 1.1 Version: 1.1
Release: 1mamba Release: 2mamba
Summary: HTML parser based on the HTML5 specifcation Summary: HTML parser based on the HTML5 specifcation
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/html5lib/html5lib-python URL: https://github.com/html5lib/html5lib-python
Source: https://github.com/html5lib/html5lib-python.git/%{version}/html5lib-python-%{version}.tar.bz2 Source: https://github.com/html5lib/html5lib-python.git/%{version}/html5lib-python-%{version}.tar.bz2
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(six)
BuildRequires: python3.7dist(webencodings)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.7.4
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArch: noarch BuildArch: noarch
%description %description
@ -38,15 +39,20 @@ HTML parser based on the HTML5 specifcation.
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files %{?pyappend} -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
%changelog %changelog
* Thu May 05 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-2mamba
- rebuilt with distdeps and python 3.10 subpackage
* Fri Jul 03 2020 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba * Fri Jul 03 2020 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
- automatic version update by autodist - automatic version update by autodist