From 5f4f6db06fc5fb3a345c2a6ea7c713f1e8b01531 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 25 Sep 2018 15:58:40 +0200 Subject: [PATCH 1/2] Remove biased filler wording from spec file --- openstack/automaton/automaton.spec.j2 | 4 ++-- openstack/ovsdbapp/ovsdbapp.spec.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openstack/automaton/automaton.spec.j2 b/openstack/automaton/automaton.spec.j2 index d5da87a0d..728231e54 100644 --- a/openstack/automaton/automaton.spec.j2 +++ b/openstack/automaton/automaton.spec.j2 @@ -6,7 +6,7 @@ Name: {{ py2name() }} Version: {{ py2rpmversion() }} Release: {{ py2rpmrelease() }} -Summary: Friendly state machines for python +Summary: State machines for python License: {{ license('Apache-2.0') }} Group: Development/Languages/Python URL: https://launchpad.net/{{ pypi_name }} @@ -29,7 +29,7 @@ BuildArch: noarch %python_subpackages %description -Friendly state machines for python. +State machines for python. %package -n python-automaton-doc Summary: Documentation for the Automaton Library diff --git a/openstack/ovsdbapp/ovsdbapp.spec.j2 b/openstack/ovsdbapp/ovsdbapp.spec.j2 index 760eb49b3..3052f2368 100644 --- a/openstack/ovsdbapp/ovsdbapp.spec.j2 +++ b/openstack/ovsdbapp/ovsdbapp.spec.j2 @@ -28,7 +28,7 @@ BuildArch: noarch %description The ovdsbapp library is useful for creating applications that communicate via Open_vSwitchs OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps -the Python 'ovs' and adds an event loop and friendly transactions. +the Python 'ovs' and adds an event loop and transactions. %package doc Summary: Documentation for OpenStack log library From a330dc570357252a0248569576970b8f8ad1a75b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 25 Sep 2018 16:00:57 +0200 Subject: [PATCH 2/2] Grammar fixes for the osvdbapp spec file --- openstack/ovsdbapp/ovsdbapp.spec.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openstack/ovsdbapp/ovsdbapp.spec.j2 b/openstack/ovsdbapp/ovsdbapp.spec.j2 index 3052f2368..1f54fe8a1 100644 --- a/openstack/ovsdbapp/ovsdbapp.spec.j2 +++ b/openstack/ovsdbapp/ovsdbapp.spec.j2 @@ -27,16 +27,16 @@ BuildArch: noarch %description The ovdsbapp library is useful for creating applications that communicate via -Open_vSwitchs OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps -the Python 'ovs' and adds an event loop and transactions. +Open_vSwitch's OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps +the Python "ovs" module and adds an event loop and transactions. %package doc -Summary: Documentation for OpenStack log library +Summary: Documentation for the OpenStack log library BuildRequires: {{ py2pkg('Sphinx') }} BuildRequires: {{ py2pkg('openstackdocstheme') }} %description doc -Documentation for the ovsdbap library. +Documentation for the ovsdbapp library. %prep %autosetup -p1 -n {{pypi_name }}-%{version}