From 9daded3b1d33a35dac5e268c49116e2e42692798 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Thu, 7 Jan 2016 16:16:08 +0100 Subject: [PATCH] 5.0.6-3 --- python-configobj.spec | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/python-configobj.spec b/python-configobj.spec index 5b460ff..c1abd47 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 5.0.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Config file reading, writing, and validation Group: System Environment/Libraries @@ -19,15 +19,16 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-six -BuildRequires: python-pytest +%{?fc22:Requires: pytest} +%{!?fc22:Requires: python-pytest} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-six BuildRequires: python3-pytest %description -ConfigObj is a simple but powerful configuration file reader and writer: an ini file -round tripper. Its main feature is that it is very easy to use, with a +ConfigObj is a simple but powerful configuration file reader and writer: an ini +file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. %package -n python2-%{pypi_name} @@ -36,8 +37,8 @@ Summary: Config file reading, writing and validation Requires: python-six %description -n python2-%{pypi_name} -ConfigObj is a simple but powerful configuration file reader and writer: an ini file -round tripper. Its main feature is that it is very easy to use, with a +ConfigObj is a simple but powerful configuration file reader and writer: an ini +file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. %package -n python3-configobj @@ -46,8 +47,8 @@ Summary: Config file reading, writing, and validation for Python 3 Requires: python3-six %description -n python3-configobj -ConfigObj is a simple but powerful configuration file reader and writer: an ini file -round tripper. Its main feature is that it is very easy to use, with a +ConfigObj is a simple but powerful configuration file reader and writer: an ini +file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. %prep @@ -82,6 +83,10 @@ py.test-%{python3_version} tests %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Thu Jan 07 2016 Fabio Alessandro Locati - 5.0.6-3 +- Fix descriptions +- Fix for F22 + * Thu Jan 07 2016 Fabio Alessandro Locati - 5.0.6-2 - Simplify spec file - Improve spec file