%define oname IPy # per fedora python packaging guidelines %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: Python module for handling IPv4 and IPv6 Addresses and Networks Name: python-%{oname} Version: 0.62 Release: 1%{?dist} URL: http://software.inl.fr/trac/trac.cgi/wiki/IPy Source0: http://pypi.python.org/packages/source/I/IPy/IPy-%{version}.tar.gz License: BSD Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildArch: noarch %description IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks in a fashion similar to perl's Net::IP and friends. The IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 Addresses and Networks. %prep %setup -q -n %{oname}-%{version} %build CFLAGS="%{optflags}" %{_bindir}/python setup.py build %check make test %install %{__rm} -rf %{buildroot} %{__python} setup.py install --skip-build --root %{buildroot} %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog PKG-INFO README example %{python_sitelib}/%{oname}* %changelog * Sat Nov 22 2008 Matt Domsch - 0.62-1 - new upstream version - Fix reverse DNS of IPv6 address: use ".ip6.arpa." suffix instead of deprecated ".ip6.int." suffix - Patch from Aras Vaichas allowing the [-1] operator to work with an IP object of size 1. * Tue May 20 2008 Matt Domsch 0.60-1 - with assistance from Mike Frisch - 0.60 * Tue Jun 05 2007 Matt Domsch 0.53-2 - simple cleanups per Fedora package review, with thanks to Nigel Jones. * Thu May 10 2007 Matt Domsch 0.53-1 - repackaged for Fedora * Sat Jan 20 2007 David Walluck 0.52-1mdv2007.0 + Revision: 110982 - 0.52 * Wed Dec 13 2006 Nicolas Lécureuil 0:0.51-2mdv2007.1 + Revision: 96523 - Rebuild against new python * Thu Nov 02 2006 David Walluck 0:0.51-1mdv2007.1 + Revision: 75609 - 0.51 * Sun Oct 15 2006 David Walluck 0:0.42-3mdv2007.1 + Revision: 65303 - sync with 2mdv - Import python-IPy * Sat Sep 16 2006 David Walluck 0:0.42-1mdv2007.0 - release