%global modname semver Name: python-%{modname} Version: 2.7.7 Release: 2%{?dist} Summary: Python helper for Semantic Versioning License: BSD URL: https://github.com/k-bx/python-semver Source0: %{url}/archive/%{version}/%{modname}-%{version}.tar.gz BuildArch: noarch %global _description \ Python module for semantic versioning. Simplifies comparing versions. %description %{_description} %package -n python2-%{modname} Summary: %{summary} %{?python_provide:%python_provide python2-%{modname}} BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-pytest %description -n python2-%{modname} %{_description} Python 2 version. %package -n python3-%{modname} Summary: %{summary} %{?python_provide:%python_provide python3-%{modname}} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pytest %description -n python3-%{modname} %{_description} Python 3 version. %prep %autosetup %build %py2_build %py3_build %install %py2_install %py3_install %check py.test-%{python2_version} -v tests.py py.test-%{python3_version} -v tests.py %files -n python2-%{modname} %license LICENSE.txt %doc README.rst CHANGELOG %{python2_sitelib}/%{modname}-*.egg-info/ %{python2_sitelib}/%{modname}.py* %files -n python3-%{modname} %license LICENSE.txt %doc README.rst CHANGELOG %{python3_sitelib}/%{modname}-*.egg-info/ %{python3_sitelib}/%{modname}.py %{python3_sitelib}/__pycache__/%{modname}.* %changelog * Thu Jul 27 2017 Fedora Release Engineering - 2.7.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Jun 08 2017 Igor Gnatenko - 2.7.7-1 - Update to 2.7.7 * Thu Feb 09 2017 Igor Gnatenko - 2.7.5-1 - Update to 2.7.5 * Sat Jan 28 2017 Igor Gnatenko - 2.7.4-1 - Initial package