diff --git python-ropemode/python-ropemode.spec python-ropemode/python-ropemode.spec.tmp index b5b00c709e..3e40685ea4 100644 --- python-ropemode/python-ropemode.spec +++ python-ropemode/python-ropemode.spec.tmp @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 0.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Helper for using rope refactoring library in IDEs Group: Development/Libraries License: GPLv2+ @@ -14,13 +14,20 @@ BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-rope +%global _description\ +Ropemode is a helper library for use of rope refactoring from within\ +IDEs, mainly used by ropemacs within Emacs.\ + + +%description %_description + +%package -n python2-%{modname} +Summary: %summary Requires: python Requires: python-rope >= 0.9.4 +%{?python_provide:%python_provide python2-%{modname}} -%description -Ropemode is a helper library for use of rope refactoring from within -IDEs, mainly used by ropemacs within Emacs. - +%description -n python2-%{modname} %_description %prep %setup -q -n %{modname}-%{version}%{?rctag} @@ -34,12 +41,16 @@ IDEs, mainly used by ropemacs within Emacs. -%files +%files -n python2-%{modname} %doc PKG-INFO %{python_sitelib}/%{modname} %{python_sitelib}/*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2-8 +- Python 2 binary package renamed to python2-ropemode + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild