automatic version update by autodist [release 1.8.0-1mamba;Mon Mar 06 2023]
This commit is contained in:
parent
533ba3223c
commit
40d84632af
@ -1,5 +1,6 @@
|
|||||||
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-distro
|
Name: python-distro
|
||||||
Version: 1.7.0
|
Version: 1.8.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An OS platform information API
|
Summary: An OS platform information API
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -11,7 +12,6 @@ Source: https://pypi.debian.net/distro/distro-%{version}.tar.gz
|
|||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: python3.7dist(setuptools)
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -25,31 +25,32 @@ BuildRequires: python3.7dist(setuptools)
|
|||||||
%setup -q -n distro-%{version}
|
%setup -q -n distro-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%{__python} setup.py install \
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
||||||
-O1 --skip-build \
|
|
||||||
--root="%{buildroot}" \
|
|
||||||
--install-headers=%{python_inc} \
|
|
||||||
--install-lib=%{python_sitearch} \
|
|
||||||
--record=%{name}.filelist
|
|
||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
%if "%{?with_pyver}" != "3"
|
||||||
|
# Rename any conflicting file outside of python site packages tree
|
||||||
%if "%{?pyappend}" != "py3"
|
for f in %{_bindir}/distro; do
|
||||||
rm -f %{buildroot}%{_bindir}/distro
|
mv %{buildroot}${f}{,-%{?pyappend}}
|
||||||
sed -i "/\/usr\/bin\/distro/d" %{name}.filelist
|
done
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/distro-%{version}-py*.egg-info
|
%{_bindir}/distro*
|
||||||
%{python_sitearch}/distro-%{version}-py*.egg-info/*
|
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
||||||
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||||
|
%dir %{python_sitelib}/%{pkgname}
|
||||||
|
%{python_sitelib}/%{pkgname}/*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 06 2023 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Feb 16 2022 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
* Wed Feb 16 2022 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user