%global srcname ipgetter %global sum A Python module to fetch the external IP address Name: python-ipgetter Version: 0.6 Release: 8%{?dist} Summary: %{sum} License: WTFPL URL: https://github.com/phoemur/ipgetter Source0: https://pypi.python.org/packages/source/i/%{srcname}/%{srcname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python3-devel %description This module is designed to fetch your external IP address from the internet. It is used mostly when behind a NAT. It picks your IP randomly from a server list to minimize request overhead on a single server. %package -n python2-%{srcname} Summary: %{sum} %{?python_provide:%python_provide python2-%{srcname}} %description -n python2-%{srcname} This module is designed to fetch your external IP address from the internet. It is used mostly when behind a NAT. It picks your IP randomly from a server list to minimize request overhead on a single server. %package -n python3-%{srcname} Summary: %{sum} %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} This module is designed to fetch your external IP address from the internet. It is used mostly when behind a NAT. It picks your IP randomly from a server list to minimize request overhead on a single server. %prep %autosetup -n %{srcname}-%{version} %build %py2_build %py3_build %install %py2_install %py3_install %files -n python2-%{srcname} %doc %{python2_sitelib}/* %files -n python3-%{srcname} %doc %{python3_sitelib}/* %changelog * Sat Feb 11 2017 Fedora Release Engineering - 0.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro HronĨok - 0.6-7 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 0.6-6 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 0.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sat Nov 14 2015 Fabian Affolter - 0.6-4 - Cleanup * Tue Nov 10 2015 Fedora Release Engineering - 0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Mar 06 2015 Fabian Affolter - 0.6-1 - Update to latest upstream release 0.6 * Wed Feb 26 2014 Fabian Affolter - 0.5.2-1 - Initial package for Fedora