%global modname maps Name: python-%{modname} Version: 3.0.1 Release: 1%{?dist} Summary: Flavors of Python dictionaries License: MIT URL: https://github.com/pcattori/maps Source0: %{url}/archive/%{version}/%{modname}-%{version}.tar.gz BuildArch: noarch %description %{summary}. %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} %{summary}. Python 3 version. %prep %autosetup -n %{modname}-%{version} %build %py3_build %install %py3_install %check py.test-%{python3_version} -v %files -n python3-%{modname} %license LICENSE.txt %doc README.md %{python3_sitelib}/%{modname}-*.egg-info/ %{python3_sitelib}/%{modname}/ %changelog * Sat Jan 21 2017 Igor Gnatenko - 3.0.1-1 - Initial package