From f34deb200c8df806346f8f38e9867134288bbe9d Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 19 2017 13:42:37 +0000 Subject: Python 2 binary package renamed to python2-rope --- diff --git a/python-rope.spec b/python-rope.spec index 3f7276b..b3d4fb4 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -2,7 +2,7 @@ Name: python-rope Version: 0.10.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python Code Refactoring Library Group: Development/Languages @@ -18,10 +18,18 @@ BuildRequires: python2-devel # between rope and the version control system. (So refactorings that rename a # file, for instance, will be checked into version control.) -%description -A python refactoring library. It provides features like refactorings and coding +%global _description\ +A python refactoring library. It provides features like refactorings and coding\ assists. +%description %_description + +%package -n python2-rope +Summary: %summary +%{?python_provide:%python_provide python2-rope} + +%description -n python2-rope %_description + %prep %setup -q -n rope-%{version} @@ -40,13 +48,17 @@ rm -rf $RPM_BUILD_ROOT %check python setup.py test -%files +%files -n python2-rope %defattr(-,root,root,-) %doc README.rst COPYING docs %{python_sitelib}/* %changelog +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.10.3-3 +- Python 2 binary package renamed to python2-rope + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.10.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild