diff --git python-telepathy/python-telepathy.spec python-telepathy/python-telepathy.spec.tmp index fda1ea4799..b7dd714d08 100644 --- python-telepathy/python-telepathy.spec +++ python-telepathy/python-telepathy.spec.tmp @@ -2,7 +2,7 @@ Name: python-telepathy Version: 0.15.19 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Python libraries for Telepathy Group: Development/Languages @@ -18,12 +18,19 @@ BuildRequires: python-devel BuildRequires: dbus-python >= 0.80 BuildRequires: libxslt -Requires: dbus-python >= 0.80 + +%global _description\ +Python libraries for use in Telepathy clients and connection managers.\ -%description -Python libraries for use in Telepathy clients and connection managers. +%description %_description +%package -n python2-telepathy +Summary: %summary +Requires: dbus-python >= 0.80 +%{?python_provide:%python_provide python2-telepathy} + +%description -n python2-telepathy %_description %prep %setup -q -n telepathy-python-%{version} @@ -45,13 +52,17 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-telepathy %defattr(-,root,root,-) %doc COPYING AUTHORS README NEWS examples/ %{python_sitelib}/telepathy/ %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.15.19-14 +- Python 2 binary package renamed to python2-telepathy + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.15.19-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild