diff --git python-firehose/python-firehose.spec python-firehose/python-firehose.spec.tmp index b8d51f8b39..8a72efb4a8 100644 --- python-firehose/python-firehose.spec +++ python-firehose/python-firehose.spec.tmp @@ -6,7 +6,7 @@ Name: python-firehose Version: 0.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Library for working with output from static code analyzers License: LGPLv2+ @@ -27,18 +27,25 @@ BuildRequires: python3-mock # ^^^: used during selftests %endif -Requires: python-six +%global _description\ +"firehose" is a Python package intended for managing the results from\ +code analysis tools (e.g. compiler warnings, static analysis, linters,\ +etc).\ +\ +It currently provides parsers for the output of gcc, clang-analyzer and\ +cppcheck. These parsers convert the results into a common data model of\ +Python objects, with methods for lossless roundtrips through a provided\ +XML format. There is also a JSON equivalent.\ -%description -"firehose" is a Python package intended for managing the results from -code analysis tools (e.g. compiler warnings, static analysis, linters, -etc). -It currently provides parsers for the output of gcc, clang-analyzer and -cppcheck. These parsers convert the results into a common data model of -Python objects, with methods for lossless roundtrips through a provided -XML format. There is also a JSON equivalent. +%description %_description +%package -n python2-firehose +Summary: %summary +Requires: python-six +%{?python_provide:%python_provide python2-firehose} + +%description -n python2-firehose %_description %if 0%{?with_python3} %package -n python3-firehose @@ -105,7 +112,7 @@ popd %endif # with_python3 -%files +%files -n python2-firehose %doc README.rst lgpl-2.1.txt examples firehose.rng %{python_sitelib}/firehose %{python_sitelib}/firehose-%{version}-py2.?.egg-info @@ -120,6 +127,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2-14 +- Python 2 binary package renamed to python2-firehose + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild