2024-01-05 16:15:37 +01:00
|
|
|
Name: python-pbr
|
2024-01-05 16:15:41 +01:00
|
|
|
Version: 6.0.0
|
|
|
|
Release: 1mamba
|
2024-01-05 16:15:37 +01:00
|
|
|
Summary: A library that injects some useful and sensible default behaviors into your setuptools run
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://launchpad.net/pbr
|
2024-01-05 16:15:37 +01:00
|
|
|
Source: https://pypi.debian.net/pbr/pbr-%{version}.tar.gz
|
2024-01-05 16:15:37 +01:00
|
|
|
License: Apache License 2.0
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:15:41 +01:00
|
|
|
BuildRequires: libpython311-devel
|
|
|
|
BuildRequires: python3.11dist(setuptools)
|
2024-01-05 16:15:37 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 16:15:41 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-05 16:15:37 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2024-01-05 16:15:37 +01:00
|
|
|
%if 0%{?with_pyver}
|
2024-01-05 16:15:39 +01:00
|
|
|
%define py_requires_append \
|
|
|
|
Obsoletes: python-pbr < 5.11.1-2mamba
|
2024-01-05 16:15:37 +01:00
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-05 16:15:37 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n pbr-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-05 16:15:37 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-05 16:15:37 +01:00
|
|
|
|
2024-01-05 16:15:40 +01:00
|
|
|
%if "%{?with_pyver}" != "3"
|
|
|
|
# Rename any conflicting file outside of python site packages tree
|
|
|
|
for f in %{_bindir}/pbr; do
|
|
|
|
mv %{buildroot}${f}{,-%{?pyappend}}
|
|
|
|
done
|
|
|
|
sed -i "\,%{_bindir}/pbr,d" %{name}.filelist
|
|
|
|
%endif
|
|
|
|
|
2024-01-05 16:15:39 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-05 16:15:37 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 16:15:40 +01:00
|
|
|
%{_bindir}/pbr*
|
2024-01-05 16:15:37 +01:00
|
|
|
%dir %{python_sitearch}/pbr-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/pbr-%{version}-py*.egg-info/*
|
2024-01-05 16:15:37 +01:00
|
|
|
%doc AUTHORS LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:15:41 +01:00
|
|
|
* Wed Nov 08 2023 Automatic Build System <autodist@mambasoft.it> 6.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:15:41 +01:00
|
|
|
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 5.11.1-4mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-05 16:15:40 +01:00
|
|
|
* Sat Sep 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.11.1-3mamba
|
|
|
|
- resolve bidir conflict
|
|
|
|
|
2024-01-05 16:15:39 +01:00
|
|
|
* Sun Sep 10 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.11.1-2mamba
|
|
|
|
- fix missing -pyX suffix to built packages
|
|
|
|
|
2024-01-05 16:15:38 +01:00
|
|
|
* Wed Jan 11 2023 Automatic Build System <autodist@mambasoft.it> 5.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:15:38 +01:00
|
|
|
* Fri Oct 21 2022 Automatic Build System <autodist@mambasoft.it> 5.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:15:38 +01:00
|
|
|
* Fri Aug 12 2022 Automatic Build System <autodist@mambasoft.it> 5.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:15:38 +01:00
|
|
|
* Thu May 05 2022 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:15:37 +01:00
|
|
|
* Mon Feb 07 2022 Automatic Build System <autodist@mambasoft.it> 5.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:15:37 +01:00
|
|
|
* Fri Nov 19 2021 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:15:37 +01:00
|
|
|
* Tue Aug 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.0-2mamba
|
|
|
|
- rebuilt with python3 and with distdeps
|
|
|
|
|
2024-01-05 16:15:37 +01:00
|
|
|
* Mon May 03 2021 Automatic Build System <autodist@mambasoft.it> 5.6.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:15:37 +01:00
|
|
|
* Sat Apr 23 2016 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:15:37 +01:00
|
|
|
* Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-1mamba
|
|
|
|
- package created using the webbuild interface
|