15
0
forked from pool/python-dennis

Accepting request 674450 from home:jengelh:branches:devel:languages:python

- Trim filler wording from description, and fixup sentence grammar.

OBS-URL: https://build.opensuse.org/request/show/674450
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dennis?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2019-02-13 11:26:00 +00:00
committed by Git OBS Bridge
parent 5a82bf0623
commit bf831c7753
2 changed files with 14 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dennis
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-dennis
Version: 0.9
Release: 0
License: BSD-3-Clause
Summary: Utilities for working with PO and POT files
Url: http://github.com/willkg/dennis
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://github.com/willkg/dennis
Source: https://files.pythonhosted.org/packages/source/d/dennis/dennis-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -39,10 +40,10 @@ BuildArch: noarch
%python_subpackages
%description
Dennis is a set of utilities for working with PO files to ease
development and improve quality. Translate POT files to find problems
with localization in your code. Lint PO files for common problems like
variable formatting, mismatched HTML, missing variables, etc.
Dennis is a set of utilities for working with PO files. They
translate POT files to find problems with localization in code, and
lint PO files for common problems like variable formatting,
mismatched HTML, missing variables, etc.
%prep
%setup -q -n dennis-%{version}