%global name filecache %global version 0.77 Name: %{name} Version: %{version} Release: 1%{?dist} Summary: filecache License: BSD URL: https://github.com/ubershmekel/filecache Source0: https://pypi.org/packages/source/f/filecache/%{name}-%{version}.zip BuildArch: noarch %description Filecache %package -n python2-%{name} Summary: filecache python 2 BuildRequires: python2-devel BuildRequires: python2-setuptools %description -n python2-%{name} Filecache Python 2 version. %package -n python%{python3_pkgversion}-%{name} Summary: filecache python 3 BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools %description -n python%{python3_pkgversion}-%{name} Filecache Python 3 version. %prep %autosetup %build %py2_build %py3_build %install %py2_install %py3_install %files -n python2-%{name} %{python2_sitelib}/%{name}-*.egg-info/ %{python2_sitelib}/%{name}/ %files -n python%{python3_pkgversion}-%{name} %{python3_sitelib}/%{name}-*.egg-info/ %{python3_sitelib}/%{name}/ %changelog * Tue May 21 2019 Dylan Stephano-Shachter - 0.77-1 - Initial Package