diff --git python-ropemacs/python-ropemacs.spec python-ropemacs/python-ropemacs.spec.tmp index b2ace27df4..e4203c4a27 100644 --- python-ropemacs/python-ropemacs.spec +++ python-ropemacs/python-ropemacs.spec.tmp @@ -6,7 +6,7 @@ Name: python-%{modname} Version: 0.7 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Plugin for performing python refactorings in emacs Group: Development/Tools License: GPLv2+ @@ -17,12 +17,19 @@ BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools +%global _description\ +Ropemacs is a plugin for performing python refactorings in Emacs. It\ +uses rope library and pymacs and supports full rope functionality. + +%description %_description + +%package -n python2-%{modname} +Summary: %summary Requires: python-ropemode Requires: emacs-pymacs +%{?python_provide:%python_provide python2-%{modname}} -%description -Ropemacs is a plugin for performing python refactorings in Emacs. It -uses rope library and pymacs and supports full rope functionality. +%description -n python2-%{modname} %_description %prep %setup -q -n %{modname}-%{version} @@ -37,12 +44,16 @@ sed -i "s:'ropemode',::g" setup.py -%files +%files -n python2-%{modname} %doc COPYING CONTRIBUTORS README.txt docs/* %{python_sitelib}/%{modname}/ %{python_sitelib}/*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.7-10 +- Python 2 binary package renamed to python2-ropemacs + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild