rebuilt with python3 and with distdeps [release 5.6.0-2mamba;Tue Aug 31 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 16:15:37 +01:00
parent 6cb1f9b75d
commit c7f991cfd6

View File

@ -1,6 +1,6 @@
Name: python-pbr
Version: 5.6.0
Release: 1mamba
Release: 2mamba
Summary: A library that injects some useful and sensible default behaviors into your setuptools run
Group: System/Libraries
Vendor: openmamba
@ -10,12 +10,17 @@ URL: https://launchpad.net/pbr
Source: https://pypi.debian.net/pbr/pbr-%{version}.tar.gz
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(setuptools)
## AUTOBUILDREQ-END
Requires: python >= %python_version
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n pbr-%{version}
@ -31,13 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/pbr-%{version}-py*.egg-info
%{python_sitearch}/pbr-%{version}-py*.egg-info/*
%doc AUTHORS LICENSE
%changelog
* Tue Aug 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.0-2mamba
- rebuilt with python3 and with distdeps
* Mon May 03 2021 Automatic Build System <autodist@mambasoft.it> 5.6.0-1mamba
- automatic update by autodist