%global srcname fontMath Name: python-%{srcname} Version: 0.4.4 Release: 1%{?dist} Summary: A set of objects for performing math operations on font data Group: Development/Tools License: MIT URL: https://pypi.python.org/pypi/%{srcname} Source0: https://github.com/typesupply/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz BuildArch: noarch %description A set of objects for performing math operations on font data. %package -n python2-%{srcname} Summary: %{summary} %{?python_provide:%python_provide python2-%{srcname}} BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-pytest BuildRequires: python2-pytest-runner BuildRequires: python2-fonttools BuildRequires: python2-ufolib Requires: python2-fonttools Requires: python2-ufolib %description -n python2-%{srcname} A set of objects for performing math operations on font data. %package -n python3-%{srcname} Summary: %{summary} %{?python_provide:%python_provide python3-%{srcname}} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pytest BuildRequires: python3-pytest-runner BuildRequires: python3-fonttools BuildRequires: python3-ufolib Requires: python3-fonttools Requires: python3-ufolib %description -n python3-%{srcname} A set of objects for performing math operations on font data. %prep %autosetup -n %{srcname}-%{version} %build %py2_build %py3_build %install %py2_install %py3_install %check export LC_ALL=C.UTF-8 %{__python2} setup.py test %{__python3} setup.py test %files -n python2-%{srcname} %license License.txt %{python2_sitelib}/%{srcname} %{python2_sitelib}/%{srcname}-%{version}*.egg-info %files -n python3-%{srcname} %license License.txt %{python3_sitelib}/%{srcname} %{python3_sitelib}/%{srcname}-%{version}*.egg-info %changelog * Sat Oct 07 2017 Athos Ribeiro - 0.4.4-1 - Update version * Thu Jul 27 2017 Fedora Release Engineering - 0.4.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Mar 20 2017 Athos Ribeiro - 0.4.3-2 - Set locale in %%check * Sun Mar 19 2017 Athos Ribeiro - 0.4.3-1 - New version - Add python2 and python3 subpackages * Sat Feb 11 2017 Fedora Release Engineering - 0.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jul 19 2016 Fedora Release Engineering - 0.2-12 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 0.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 0.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering - 0.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sat Jul 31 2010 Thomas Spura - 0.2-3 - Rebuild for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Thu Jul 22 2010 Parag Nemade - 0.2-2 - few spec cleanups as per suggested in #603641 * Thu Jul 22 2010 Parag Nemade - 0.2-1 - Initial Fedora Release.