diff --git python-cliapp/python-cliapp.spec python-cliapp/python-cliapp.spec.tmp index 87de74911a..c10b94fbe4 100644 --- python-cliapp/python-cliapp.spec +++ python-cliapp/python-cliapp.spec.tmp @@ -2,7 +2,7 @@ Name: python-%{pkgname} Version: 1.20160724 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python framework for Unix command line programs License: GPLv2+ @@ -15,14 +15,21 @@ BuildRequires: python-pep8 BuildRequires: PyYAML BuildRequires: python-sphinx -Requires: PyYAML + +%global _description\ +cliapp is a Python framework for Unix-like command line programs. It\ +contains the typical stuff such programs need to do, such as parsing\ +the command line for options, and iterating over input files.\ -%description -cliapp is a Python framework for Unix-like command line programs. It -contains the typical stuff such programs need to do, such as parsing -the command line for options, and iterating over input files. +%description %_description +%package -n python2-%{pkgname} +Summary: %summary +Requires: PyYAML +%{?python_provide:%python_provide python2-%{pkgname}} + +%description -n python2-%{pkgname} %_description %package doc Summary: Documentation for %{pkgname} @@ -54,7 +61,7 @@ rm -rf build make check -%files +%files -n python2-%{pkgname} %doc NEWS README %license COPYING %{_mandir}/man5/cliapp.5* @@ -66,6 +73,10 @@ make check %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.20160724-4 +- Python 2 binary package renamed to python2-cliapp + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.20160724-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild