update to 2.2.0 [release 2.2.0-1mamba;Sat Jul 17 2021]
This commit is contained in:
parent
fb153f4a71
commit
3c369ad2f0
@ -1,19 +1,21 @@
|
||||
Name: python-ipaddr
|
||||
Version: 2.1.10
|
||||
Version: 2.2.0
|
||||
Release: 1mamba
|
||||
Summary: A library for working with IP addresses, both IPv4 and IPv6
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://code.google.com/p/ipaddr-py/
|
||||
Source: https://ipaddr-py.googlecode.com/files/ipaddr-%{version}.tar.gz
|
||||
URL: https://github.com/google/ipaddr-py
|
||||
Source: https://pypi.debian.net/ipaddr/ipaddr-%{version}.tar.gz
|
||||
License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%if "%{?with_pyver}"
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -35,10 +37,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%{python_sitearch}/ipaddr-%{version}-py*.egg-info
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Sat Jul 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-1mamba
|
||||
- update to 2.2.0
|
||||
|
||||
* Sat May 03 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.10-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user