Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trim subjective wording #6

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openstack/automaton/automaton.spec.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions openstack/ovsdbapp/ovsdbapp.spec.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 friendly 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}
Expand Down