fix conflicting /usr/bin/distro file [release 1.4.0-2mamba;Sat Apr 11 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 11:03:38 +01:00
parent 6950ecda50
commit ecb1b8002d

View File

@ -1,6 +1,6 @@
Name: python-distro
Version: 1.4.0
Release: 1mamba
Release: 2mamba
Summary: An OS platform information API
Group: System/Libraries
Vendor: openmamba
@ -10,9 +10,8 @@ URL: https://github.com/nir0s/distro
Source: https://pypi.debian.net/distro/distro-%{version}.tar.gz
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 python-distro' to get the list of build requirements.
## AUTOBUILDREQ-END
BuildRequires: libpython-devel
## AUTOBUILDREQ-END
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -40,15 +39,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
%if "%{?pyappend}" != "py3"
rm -f %{buildroot}%{_bindir}/distro
sed -i "/\/usr\/bin\/distro/d" %{name}.filelist
%endif
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
## note: this list is just an example; modify as required
# %{python_sitearch}/%{name}.py*
# %{python_sitearch}/%{name}.so
%doc LICENSE
## note: add extra documentation (if any)
# %doc README.md
%changelog
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-2mamba
- fix conflicting /usr/bin/distro file
* Wed Oct 23 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
- package created using the webbuild interface