diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 135643c..e7f4e71 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -1,6 +1,6 @@ Name: python-beautifulsoup4 Version: 4.11.1 -Release: 1mamba +Release: 2mamba Summary: A library that makes it easy to scrape information from web pages Group: System/Libraries Vendor: openmamba @@ -11,9 +11,8 @@ Source: https://pypi.debian.net/beautifulsoup4/beautifulsoup4-%{version}. License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel +BuildRequires: python3.7dist(soupsieve) ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version %description %{summary}. @@ -37,18 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --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 %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so +%dir %{python_sitearch}/beautifulsoup4-%{version}-py*.egg-info +%{python_sitearch}/beautifulsoup4-%{version}-py*.egg-info/* %doc LICENSE -## note: add extra documentation (if any) -# %doc README.md %changelog +* Fri Apr 29 2022 Silvan Calarco 4.11.1-2mamba +- rebuilt with distdeps + * Sat Apr 09 2022 Automatic Build System 4.11.1-1mamba - automatic version update by autodist