rebuilt with distdeps [release 4.11.1-2mamba;Fri Apr 29 2022]
This commit is contained in:
parent
5485c5384b
commit
fc05db934a
@ -1,6 +1,6 @@
|
|||||||
Name: python-beautifulsoup4
|
Name: python-beautifulsoup4
|
||||||
Version: 4.11.1
|
Version: 4.11.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library that makes it easy to scrape information from web pages
|
Summary: A library that makes it easy to scrape information from web pages
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,9 +11,8 @@ Source: https://pypi.debian.net/beautifulsoup4/beautifulsoup4-%{version}.
|
|||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(soupsieve)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -37,18 +36,18 @@ 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)
|
||||||
## note: this list is just an example; modify as required
|
%dir %{python_sitearch}/beautifulsoup4-%{version}-py*.egg-info
|
||||||
# %{python_sitearch}/%{name}.py*
|
%{python_sitearch}/beautifulsoup4-%{version}-py*.egg-info/*
|
||||||
# %{python_sitearch}/%{name}.so
|
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
## note: add extra documentation (if any)
|
|
||||||
# %doc README.md
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 29 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.1-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Sat Apr 09 2022 Automatic Build System <autodist@mambasoft.it> 4.11.1-1mamba
|
* Sat Apr 09 2022 Automatic Build System <autodist@mambasoft.it> 4.11.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user