rebuilt with distdeps [release 2.3.1-2mamba;Fri Apr 29 2022]
This commit is contained in:
parent
d6740b2a66
commit
142e59c7bb
@ -1,6 +1,6 @@
|
|||||||
Name: python-soupsieve
|
Name: python-soupsieve
|
||||||
Version: 2.3.1
|
Version: 2.3.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A CSS selector library designed to be used with Beautiful Soup 4
|
Summary: A CSS selector library designed to be used with Beautiful Soup 4
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,9 +10,8 @@ URL: https://github.com/facelessuser/soupsieve
|
|||||||
Source: https://pypi.debian.net/soupsieve/soupsieve-%{version}.tar.gz
|
Source: https://pypi.debian.net/soupsieve/soupsieve-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -36,12 +35,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/soupsieve-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/soupsieve-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 29 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Thu Nov 11 2021 Automatic Build System <autodist@mambasoft.it> 2.3.1-1mamba
|
* Thu Nov 11 2021 Automatic Build System <autodist@mambasoft.it> 2.3.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user