diff --git python-rope/python-rope.spec python-rope/python-rope.spec.tmp index 3f7276bc6e..8d3fa2d0cb 100644 --- python-rope/python-rope.spec +++ python-rope/python-rope.spec.tmp @@ -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 12 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