%{!?python2_sitelib: %define python2_sitelib %(python2 -c "from distutils.sysconfig import get_python_lib;print(get_python_lib())")} Name: python-ipaddress Version: 1.0.22 Release: 1%{?dist} Summary: Port of the 3.3+ ipaddress module to 2.6, 2.7, 3.2 License: MIT Group: Development/Languages/Python Url: https://pypi.python.org/pypi/ipaddress Vendor: VMware, Inc. Distribution: Photon Source0: ipaddress-%{version}.tar.gz %define sha1 ipaddress=7b60cef3c7fdb7fa9c991ddff5968754cec6adb0 BuildRequires: python2 BuildRequires: python2-libs BuildRequires: python-setuptools Requires: python2 Requires: python2-libs BuildArch: noarch %description IPv4/IPv6 manipulation library %prep %setup -n ipaddress-%{version} %build python2 setup.py build %install python2 setup.py install --prefix=%{_prefix} --root=%{buildroot} %check python2 setup.py test %files %defattr(-,root,root,-) %{python2_sitelib}/* %changelog * Sun Sep 09 2018 Tapas Kundu 1.0.22-1 - Update to version 1.0.22 * Thu Jun 01 2017 Dheeraj Shetty 1.0.18-2 - Change python to python2 * Thu Feb 16 2017 Xiaolin Li 1.0.18-1 - Initial packaging for Photon