diff --git python-pycxx/python-pycxx.spec python-pycxx/python-pycxx.spec.tmp index 52d44add9e..63a7c772bb 100644 --- python-pycxx/python-pycxx.spec +++ python-pycxx/python-pycxx.spec.tmp @@ -17,7 +17,7 @@ Name: python-%{modname} Version: 6.2.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Write Python extensions in C++ Group: Development/Libraries @@ -41,13 +41,21 @@ BuildRequires: python3-devel %endif -%description -PyCXX is a set of classes to help create extensions of Python in the -C++ language. The first part encapsulates the Python C API taking care -of exceptions and ref counting. The second part supports the building -of Python extension modules in C++. +%global _description\ +PyCXX is a set of classes to help create extensions of Python in the\ +C++ language. The first part encapsulates the Python C API taking care\ +of exceptions and ref counting. The second part supports the building\ +of Python extension modules in C++.\ +%description %_description + +%package -n python2-%{modname}-devel +Summary: %summary +%{?python_provide:%python_provide python2-%{modname}-devel} + +%description -n python2-%{modname}-devel %_description + %package devel Summary: PyCXX header and source files Group: Development/Libraries @@ -118,7 +126,7 @@ Cflags: -I\${includedir} EOF -%files devel +%files -n python2-%{modname}-devel %doc README.html COPYRIGHT Doc/Python2/ %dir %{_includedir}/CXX %{_includedir}/CXX/*.hxx @@ -154,6 +162,10 @@ test "$(pkg-config --modversion PyCXX)" = "%{version}" %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 6.2.8-6 +- Python 2 binary package renamed to python2-pycxx + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 6.2.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild