From b7f5c289f5ed3fe492bff77494530d455d271b98 Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Dec 23 2016 12:58:46 +0000 Subject: Sync with RDO rpm-master --- diff --git a/python-reno.spec b/python-reno.spec index 4d5d44c..df1d14e 100644 --- a/python-reno.spec +++ b/python-reno.spec @@ -17,7 +17,7 @@ Name: python-%{pypi_name} Version: 1.8.0 Release: 2%{?dist} -Summary: Release NOtes manager +Summary: RElease NOtes manager License: ASL 2.0 URL: http://www.openstack.org/ @@ -26,15 +26,15 @@ Source0: https://pypi.io/packages/source/r/%{pypi_name}/%{pypi_name}-%{ve BuildArch: noarch %description -Reno is a release notes manager for storing release notes in a git repository -and then building documentation from them. +Reno is a release notes manager for storing +release notes in a git repository and then building documentation from them. Managing release notes for a complex project over a long period of time with many releases can be time consuming and error prone. Reno helps automate the hard parts. %package -n python2-%{pypi_name} -Summary: Release Notes Manager +Summary: RElease NOtes manager %{?python_provide:%python_provide python2-%{pypi_name}} BuildRequires: git @@ -52,8 +52,8 @@ Requires: python-babel Requires: PyYAML %description -n python2-%{pypi_name} -Reno is a release notes manager for storing release notes in a git repository -and then building documentation from them. +Reno is a release notes manager for storing +release notes in a git repository and then building documentation from them. Managing release notes for a complex project over a long period of time with many releases can be time consuming and error prone. Reno @@ -61,7 +61,7 @@ helps automate the hard parts. %if 0%{?with_python3} %package -n python3-%{pypi_name} -Summary: Release Notes manager +Summary: RElease NOtes manager %{?python_provide:%python_provide python3-%{pypi_name}} BuildRequires: python3-devel @@ -77,8 +77,8 @@ Requires: python3-babel Requires: python3-PyYAML %description -n python3-%{pypi_name} -Reno is a release notes manager for storing release notes in a git repository -and then building documentation from them. +Reno is a release notes manager for storing +release notes in a git repository and then building documentation from them. Managing release notes for a complex project over a long period of time with many releases can be time consuming and error prone. Reno @@ -120,7 +120,7 @@ ln -s %{_bindir}/python2-%{pypi_name} %{buildroot}%{_bindir}/%{pypi_name} %{__python2} setup.py build_sphinx rm -rf doc/build/html/.{doctrees,buildinfo} doc/build/html/objects.inv -%files -n python2-%{pypi_name} +%files -n python2-%{pypi_name} %doc doc/source/readme.rst README.rst %license LICENSE %if 0%{?default_python} <= 2 @@ -128,10 +128,10 @@ rm -rf doc/build/html/.{doctrees,buildinfo} doc/build/html/objects.inv %endif %{_bindir}/python2-%{pypi_name} %{python2_sitelib}/%{pypi_name} -%{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%{python2_sitelib}/%{pypi_name}-*.egg-info %if 0%{?with_python3} -%files -n python3-%{pypi_name} +%files -n python3-%{pypi_name} %doc doc/source/readme.rst README.rst %license LICENSE %if 0%{?default_python} >= 3 @@ -139,12 +139,12 @@ rm -rf doc/build/html/.{doctrees,buildinfo} doc/build/html/objects.inv %endif %{_bindir}/python3-%{pypi_name} %{python3_sitelib}/%{pypi_name} -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{pypi_name}-*.egg-info %endif %files -n python-%{pypi_name}-doc %doc doc/build/html -%license LICENSE +%license LICENSE %changelog * Mon Dec 19 2016 Miro HronĨok - 1.8.0-2