diff --git python-pyside/python-pyside.spec python-pyside/python-pyside.spec.tmp index 385333e29c..bd3e798b2d 100644 --- python-pyside/python-pyside.spec +++ python-pyside/python-pyside.spec.tmp @@ -4,7 +4,7 @@ Name: python-pyside Version: 1.2.2 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Python bindings for Qt4 License: LGPLv2 @@ -30,12 +30,20 @@ BuildRequires: xorg-x11-xauth %{?filter_provides_in: %filter_provides_in %{python_sitearch}/PySide/.*\.so} %{?filter_setup} -%description -PySide provides Python bindings for the Qt cross-platform application -and UI framework. PySide consists of a full set of Qt bindings, being -compatible with PyQt4 API 2. +%global _description\ +PySide provides Python bindings for the Qt cross-platform application\ +and UI framework. PySide consists of a full set of Qt bindings, being\ +compatible with PyQt4 API 2.\ +%description %_description + +%package -n python2-pyside +Summary: %summary +%{?python_provide:%python_provide python2-pyside} + +%description -n python2-pyside %_description + %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} @@ -99,7 +107,7 @@ popd %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files +%files -n python2-pyside %doc COPYING PySide/licensecomment.txt %{_libdir}/libpyside*.so.* %{python_sitearch}/PySide/ @@ -114,6 +122,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.2.2-11 +- Python 2 binary package renamed to python2-pyside + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.2.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild