rebuilt with py3* packages [release 0.10.9-2mamba;Mon Apr 13 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 11:30:41 +01:00
parent 8aeb3021a9
commit 84ce466318

View File

@ -1,6 +1,6 @@
Name: python-netifaces
Version: 0.10.9
Release: 1mamba
Release: 2mamba
Summary: Portable network interface information
Group: System/Libraries/Python
Vendor: openmamba
@ -19,6 +19,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Portable network interface information.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n netifaces-%{version}
@ -39,10 +43,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%changelog
* Mon Apr 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.9-2mamba
- rebuilt with py3* packages
* Fri Jan 04 2019 Automatic Build System <autodist@mambasoft.it> 0.10.9-1mamba
- automatic version update by autodist