%global modname slackclient Name: python-%{modname} Version: 1.2.1 Release: 1%{?dist} Summary: Slack Developer Kit for Python License: MIT URL: https://github.com/slackapi/python-%{modname} Source0: %{url}/archive/%{version}/python-%{modname}-%{version}.tar.gz BuildArch: noarch %description %{summary}. %package -n python2-%{modname} Summary: %{summary} %{?python_provide:%python_provide python2-%{modname}} BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-websocket-client BuildRequires: python2-six BuildRequires: python2-requests Requires: python2-websocket-client Requires: python2-six Requires: python2-requests %description -n python2-%{modname} %{summary}. Python 2 version. %package -n python%{python3_pkgversion}-%{modname} Summary: %{summary} %{?python_provide:%python_provide python%{python3_pkgversion}-%{modname}} BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python3-websocket-client BuildRequires: python3-six BuildRequires: python3-requests Requires: python3-websocket-client Requires: python3-six Requires: python3-requests %description -n python%{python3_pkgversion}-%{modname} %{summary}. Python %{python3_pkgversion} version. %prep %autosetup %build %py2_build %py3_build %install %py2_install %py3_install %check %{__python2} setup.py test %{__python3} setup.py test %files -n python2-%{modname} %doc README.rst docs/ %license LICENSE %{python2_sitelib}/%{modname}/ %{python2_sitelib}/%{modname}-*.egg-info/ %files -n python%{python3_pkgversion}-%{modname} %doc README.rst docs/ %license LICENSE %{python3_sitelib}/%{modname}/ %{python3_sitelib}/%{modname}-*.egg-info/ %changelog * Tue Mar 27 2018 Gwyn Ciesla - 1.2.1-1 - 1.2.1 * Thu Mar 22 2018 Gwyn Ciesla - 1.2.0-1 - 1.2.0 * Fri Mar 02 2018 Gwyn Ciesla - 1.1.3-1 - 1.1.3 * Fri Feb 09 2018 Fedora Release Engineering - 1.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Feb 02 2018 Gwyn Ciesla - 1.1.2-1 - 1.1.2 * Tue Jan 30 2018 Iryna Shcherbina - 1.1.0-2 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Mon Nov 27 2017 Gwyn Ciesla - 1.1.0-1 - 1.1.0 * Fri Sep 01 2017 Gwyn Ciesla - 1.0.9-1 - 1.0.9 * Thu Aug 03 2017 Gwyn Ciesla - 1.0.7-1 - 1.0.7 * Thu Jul 27 2017 Fedora Release Engineering - 1.0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jul 14 2017 Gwyn Ciesla - 1.0.6-2 - Require python-requests. * Wed Jul 05 2017 Gwyn Ciesla - 1.0.6-1 - Initial package.