diff --git python-pivy/python-pivy.spec python-pivy/python-pivy.spec.tmp index 7201c3c4b5..c73c410ba2 100644 --- python-pivy/python-pivy.spec +++ python-pivy/python-pivy.spec.tmp @@ -3,7 +3,7 @@ Name: python-pivy Version: 0.5.0 -Release: 17.%{checkout}%{?dist} +Release: 18.%{checkout}%{?dist} Summary: Python binding for Coin License: ISC @@ -27,13 +27,21 @@ BuildRequires: swig %filter_setup } -%description -Pivy is a Coin binding for Python. Coin is a high-level 3D graphics library with -a C++ Application Programming Interface. Coin uses scene-graph data structures -to render real-time graphics suitable for mostly all kinds of scientific and -engineering visualization applications. +%global _description\ +Pivy is a Coin binding for Python. Coin is a high-level 3D graphics library with\ +a C++ Application Programming Interface. Coin uses scene-graph data structures\ +to render real-time graphics suitable for mostly all kinds of scientific and\ +engineering visualization applications.\ +%description %_description + +%package -n python2-pivy +Summary: %summary +%{?python_provide:%python_provide python2-pivy} + +%description -n python2-pivy %_description + %prep %setup -q -n %{realname}-%{version}-%{checkout} # Examples in the docs folder should not be set executable. @@ -55,13 +63,17 @@ mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir} chmod +x %{buildroot}%{python_sitearch}/pivy/sogui.py -%files +%files -n python2-pivy %doc AUTHORS examples NEWS README THANKS docs/* HACKING LICENSE %{python_sitearch}/pivy/ %{python_sitearch}/*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.5.0-18.hg609 +- Python 2 binary package renamed to python2-pivy + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.5.0-17.hg609 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild