diff --git python-arc/python-arc.spec python-arc/python-arc.spec.tmp index 5003f72f11..523bc44f68 100644 --- python-arc/python-arc.spec +++ python-arc/python-arc.spec.tmp @@ -5,20 +5,28 @@ Summary: Autotest RPC Client Name: python-arc Version: 0.7.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2 Group: Development/Libraries URL: http://github.com/autotest/arc BuildArch: noarch Source0: https://github.com/autotest/%{shortname}/archive/%{commit}/%{shortname}-%{version}-%{shortcommit}.tar.gz BuildRequires: python2-devel, python-docutils, python-sphinx -Requires: python, python-pygments -%description -Arc is the Autotest RPC Client. It provides libraries and tools that interact -with an Autotest RPC Server. It allows one to send test jobs, add test hosts, +%global _description\ +Arc is the Autotest RPC Client. It provides libraries and tools that interact\ +with an Autotest RPC Server. It allows one to send test jobs, add test hosts,\ query available tests, etc. +%description %_description + +%package -n python2-arc +Summary: %summary +Requires: python, python-pygments +%{?python_provide:%python_provide python2-arc} + +%description -n python2-arc %_description + %prep %setup -q -n %{shortname}-%{commit} @@ -33,7 +41,7 @@ query available tests, etc. %{__mkdir} -p %{buildroot}%{_mandir}/man1 %{__install} -m 0644 man/build/arcli.1 %{buildroot}%{_mandir}/man1/arcli.1 -%files +%files -n python2-arc %config(noreplace) %{_sysconfdir}/arc.conf %doc README.md LICENSE api %{python_sitelib}/arc @@ -42,6 +50,10 @@ query available tests, etc. %{_bindir}/arcli %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.7.1-8 +- Python 2 binary package renamed to python2-arc + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.7.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild