diff --git python-ctags/python-ctags.spec python-ctags/python-ctags.spec.tmp index c9869f272e..6b0f9efee3 100644 --- python-ctags/python-ctags.spec +++ python-ctags/python-ctags.spec.tmp @@ -3,7 +3,7 @@ Name: python-ctags Version: 1.0.5 -Release: 17%{?dist} +Release: 18%{?dist} Summary: A wrapper to read tags library Group: Development/Languages @@ -13,11 +13,19 @@ Source0: http://python-ctags.googlecode.com/files/%{name}-%{version}.tar. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, python-setuptools -Requires: ctags -%description +%global _description\ A python wrapper to read tags library. +%description %_description + +%package -n python2-ctags +Summary: %summary +Requires: ctags +%{?python_provide:%python_provide python2-ctags} + +%description -n python2-ctags %_description + %prep %setup -q @@ -34,13 +42,17 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-ctags %defattr(-,root,root,-) %doc PKG-INFO %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.5-18 +- Python 2 binary package renamed to python2-ctags + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.0.5-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild