diff --git python-newt_syrup/python-newt_syrup.spec python-newt_syrup/python-newt_syrup.spec.tmp index 67bcff3703..953bed1db2 100644 --- python-newt_syrup/python-newt_syrup.spec +++ python-newt_syrup/python-newt_syrup.spec.tmp @@ -1,22 +1,30 @@ Summary: Newt Syrup is an app framework built on top of Newt Name: python-newt_syrup Version: 0.2.0 -Release: 10.1%{?dist} +Release: 11.1%{?dist} License: LGPLv2+ Url: http://newt-syrup.fedorahosted.org/ Source: http://mcpierce.fedorapeople.org/sources/newt_syrup-%{version}.tar.gz Group: Development/Libraries BuildRoot: %{_tmppath}/newt_syrup-%{version}-%{release}-buildroot BuildArch: noarch -Requires: newt >= 0.52.11 BuildRequires: python-devel python-setuptools -%description -Newt Syrup is an app framework built on top of Newt. It provides a set of -classes for creating text-based applications. Developers can use the widgets -provided by Newt and the framework provided by Syrup to create full text-based +%global _description\ +Newt Syrup is an app framework built on top of Newt. It provides a set of\ +classes for creating text-based applications. Developers can use the widgets\ +provided by Newt and the framework provided by Syrup to create full text-based\ applications in Python. +%description %_description + +%package -n python2-newt_syrup +Summary: %summary +Requires: newt >= 0.52.11 +%{?python_provide:%python_provide python2-newt_syrup} + +%description -n python2-newt_syrup %_description + %prep %setup -q -n newt_syrup-%{version} @@ -30,12 +38,16 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-newt_syrup %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2.0-11.1 +- Python 2 binary package renamed to python2-newt_syrup + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2.0-10.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild