%global name cachecontrol %global version 0.12.5 Name: %{name} Version: %{version} Release: 1%{?dist} Summary: cachecontrol License: ASL 2.0 URL: https://github.com/ionrock/cachecontrol Source0: https://github.com/ionrock/cachecontrol/archive/v%{version}.tar.gz BuildArch: noarch %description cachecontrol %package -n python2-%{name} Summary: cachecontrol python 2 BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-requests Requires: python2-msgpack Requires: python2-filecache Requires: python2-redis %description -n python2-%{name} Cachecontrol Python 2 version. %package -n python%{python3_pkgversion}-%{name} Summary: cachecontrol python 3 BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools Requires: python%{python3_pkgversion}-requests Requires: python%{python3_pkgversion}-msgpack Requires: python%{python3_pkgversion}-filecache Requires: python%{python3_pkgversion}-redis %description -n python%{python3_pkgversion}-%{name} Cachecontrol Python 3 version. %prep %autosetup %build %py2_build %py3_build %install %py2_install %py3_install %files -n python2-%{name} %{python2_sitelib}/CacheControl-*.egg-info/ %{python2_sitelib}/cachecontrol/ %{_bindir}/doesitcache %files -n python%{python3_pkgversion}-%{name} %{python3_sitelib}/CacheControl-*.egg-info/ %{python3_sitelib}/cachecontrol/ %changelog * Thu May 23 2019 Dylan Stephano-Shachter - 0.12.5-1 - Initial package