From 40d84632af44670f9331d6a491567296581338c9 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:03:39 +0100 Subject: [PATCH] automatic version update by autodist [release 1.8.0-1mamba;Mon Mar 06 2023] --- python-distro.spec | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/python-distro.spec b/python-distro.spec index 82e737f..d2b634f 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -1,5 +1,6 @@ +%define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-distro -Version: 1.7.0 +Version: 1.8.0 Release: 1mamba Summary: An OS platform information API Group: System/Libraries @@ -11,7 +12,6 @@ Source: https://pypi.debian.net/distro/distro-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel -BuildRequires: python3.7dist(setuptools) ## AUTOBUILDREQ-END %description @@ -25,31 +25,32 @@ BuildRequires: python3.7dist(setuptools) %setup -q -n distro-%{version} %build -CFLAGS="%{optflags}" %{__python} setup.py build +CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%{__python} setup.py install \ - -O1 --skip-build \ - --root="%{buildroot}" \ - --install-headers=%{python_inc} \ - --install-lib=%{python_sitearch} \ - --record=%{name}.filelist +%{__python} -m installer --destdir=%{buildroot} dist/*.whl -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist - -%if "%{?pyappend}" != "py3" -rm -f %{buildroot}%{_bindir}/distro -sed -i "/\/usr\/bin\/distro/d" %{name}.filelist +%if "%{?with_pyver}" != "3" +# Rename any conflicting file outside of python site packages tree +for f in %{_bindir}/distro; do + mv %{buildroot}${f}{,-%{?pyappend}} +done %endif -%files %{?pyappend} -f %{name}.filelist +%files %{?pyappend} %defattr(-,root,root) -%dir %{python_sitearch}/distro-%{version}-py*.egg-info -%{python_sitearch}/distro-%{version}-py*.egg-info/* +%{_bindir}/distro* +%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info +%{python_sitelib}/%{pkgname}-%{version}.dist-info/* +%dir %{python_sitelib}/%{pkgname} +%{python_sitelib}/%{pkgname}/* %doc LICENSE %changelog +* Mon Mar 06 2023 Automatic Build System 1.8.0-1mamba +- automatic version update by autodist + * Wed Feb 16 2022 Automatic Build System 1.7.0-1mamba - automatic version update by autodist