rebuilt with python3 and with distdeps [release 5.6.0-2mamba;Tue Aug 31 2021]
This commit is contained in:
parent
6cb1f9b75d
commit
c7f991cfd6
@ -1,6 +1,6 @@
|
|||||||
Name: python-pbr
|
Name: python-pbr
|
||||||
Version: 5.6.0
|
Version: 5.6.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library that injects some useful and sensible default behaviors into your setuptools run
|
Summary: A library that injects some useful and sensible default behaviors into your setuptools run
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,12 +10,17 @@ URL: https://launchpad.net/pbr
|
|||||||
Source: https://pypi.debian.net/pbr/pbr-%{version}.tar.gz
|
Source: https://pypi.debian.net/pbr/pbr-%{version}.tar.gz
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pbr-%{version}
|
%setup -q -n pbr-%{version}
|
||||||
|
|
||||||
@ -31,13 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--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
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/pbr-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/pbr-%{version}-py*.egg-info/*
|
||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 03 2021 Automatic Build System <autodist@mambasoft.it> 5.6.0-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user