update to 0.10.4 [release 0.10.4-1mamba;Wed May 04 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 11:30:40 +01:00
parent c1f3ba932d
commit f0b7c9257a

View File

@ -1,13 +1,14 @@
Name: python-netifaces Name: python-netifaces
Version: 0.8 Version: 0.10.4
Release: 2mamba Release: 1mamba
Summary: Portable network interface information Summary: Portable network interface information
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://alastairs-place.net/netifaces URL: http://alastairs-place.net/netifaces
Source: http://alastairs-place.net/projects/netifaces/netifaces-%{version}.tar.gz Source: https://pypi.python.org/packages/18/fa/dd13d4910aea339c0bb87d2b3838d8fd923c11869b1f6e741dbd0ff3bc00/netifaces-%{version}.tar.gz
#http://alastairs-place.net/projects/netifaces/netifaces-%{version}.tar.gz
License: MIT License: MIT
Requires: python >= %python_version Requires: python >= %python_version
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -34,16 +35,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i '\,\.egg-info/,d' %{name}.filelist #sed -i '\,\.egg-info/,d' %{name}.filelist
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.filelist %files -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%doc README
%changelog %changelog
* Wed May 04 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.4-1mamba
- update to 0.10.4
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8-2mamba * Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8-2mamba
- python 2.7 mass rebuild - python 2.7 mass rebuild