diff --git dreampie/dreampie.spec dreampie/dreampie.spec.tmp index 0aa13b3915..acacfbb289 100644 --- dreampie/dreampie.spec +++ dreampie/dreampie.spec.tmp @@ -10,7 +10,7 @@ sys.stdout.write(sys.version[:3])")} Name: dreampie Version: 1.1.1 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A graphical cross-platform interactive Python shell Group: Development/Tools @@ -30,16 +30,25 @@ BuildRequires: python3-devel BuildRequires: desktop-file-utils BuildArch: noarch -Requires: pygtksourceview -Requires: pygtk2 +%global _description\ +DreamPie was designed from the ground up for an interactive Python\ +experience. It features a window divided into a history box and a code box,\ +automatic completion, automatic display of function arguments and\ +documentation, a result history that can be saved as HTML, automatic folding\ +of long outputs, etc. + +%description %_description + +%package -n python2-dreampie +Summary: %summary Requires: pygtk2-libglade +Requires: pygtk2 +Requires: pygtksourceview +%{?python_provide:%python_provide python2-dreampie} +# Remove before F30 +Provides: dreampie = %{version}-%{release} -%description -DreamPie was designed from the ground up for an interactive Python -experience. It features a window divided into a history box and a code box, -automatic completion, automatic display of function arguments and -documentation, a result history that can be saved as HTML, automatic folding -of long outputs, etc. +%description -n python2-dreampie %_description %package python3 Summary: Support for running the python3 interpreter from %{name} @@ -114,7 +123,7 @@ desktop-file-validate \ %clean rm -rf %{buildroot} -%files +%files -n python2-dreampie %defattr(-,root,root,-) %doc COPYING LICENSE-PSF README README.Fedora %{_bindir}/%{name} @@ -132,6 +141,10 @@ rm -rf %{buildroot} %{_datadir}/%{name}/subp-py3 %changelog +* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek - 1.1.1-16 +- Python 2 binary package renamed to python2-dreampie + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Jul 26 2017 Fedora Release Engineering - 1.1.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild