%global srcname humblewx %global sum Library that simplifies creating user interfaces with wxPython Name: python-%{srcname} Version: 0.2.1 Release: 5%{?dist} Summary: %{sum} License: GPLv3+ URL: https://pypi.python.org/pypi/%{srcname} Source0: https://pypi.python.org/packages/source/h/%{srcname}/%{srcname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel Requires: wxPython %description Library that simplifies creating user interfaces with wxPython. %package -n python2-%{srcname} Summary: %{sum} %{?python_provide:%python_provide python2-%{srcname}} %description -n python2-%{srcname} Library that simplifies creating user interfaces with wxPython. %prep %autosetup -n %{srcname}-%{version} %build %py2_build %install %py2_install %files -n python2-%{srcname} %license COPYING %doc README.rst AUTHORS %{python2_sitelib}/%{srcname}*/ %changelog * Thu Jul 27 2017 Fedora Release Engineering - 0.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jul 19 2016 Fedora Release Engineering - 0.2.1-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 0.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sat Nov 21 2015 Rickard Lindberg - 0.2.1-1 - First build.