diff --git a/python-jirafs.changes b/python-jirafs.changes index fe6b90b..6e62c44 100644 --- a/python-jirafs.changes +++ b/python-jirafs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 25 11:03:31 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. Trim filler wording. + ------------------------------------------------------------------- Fri Jan 18 21:57:03 UTC 2019 - Matej Cepl diff --git a/python-jirafs.spec b/python-jirafs.spec index e39488f..6a7bfe7 100644 --- a/python-jirafs.spec +++ b/python-jirafs.spec @@ -1,5 +1,5 @@ # -# spec file for package jirafs +# spec file for package python-jirafs # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -20,19 +20,19 @@ Name: python-jirafs Version: 1.17.1 Release: 0 -Summary: Edit Jira issues as text files locally +Summary: Library for editing JIRA issues as local text files License: MIT Group: Development/Languages/Python URL: https://github.com/coddingtonbear/jirafs Source: https://files.pythonhosted.org/packages/source/j/jirafs/jirafs-%{version}.tar.gz Patch0: capitalization.patch Patch1: verlib.patch -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} -BuildRequires: %{python_module environmental-override} BuildRequires: %{python_module PrettyTable} BuildRequires: %{python_module blessings} +BuildRequires: %{python_module environmental-override} BuildRequires: %{python_module jira} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} # For testing BuildRequires: %{python_module behave} BuildRequires: %{python_module mock} @@ -40,19 +40,18 @@ BuildRequires: %{python_module tox} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch -Requires: python-environmental-override Requires: python-PrettyTable Requires: python-blessings +Requires: python-environmental-override +Requires: python-ipdb Requires: python-jira Requires: python-six -Requires: python-ipdb %python_subpackages %description -Pronounced like 'giraffes', but totally unrelated to wildlife, this -library lets you stay out of JIRA as much as possible by letting -you edit your JIRA issues as a collection of text files using an -interface inspired by ``git`` and ``hg``. +This library lets the user stay out of JIRA by letting them edit JIRA +issues as a collection of text files using an interface inspired by +`git` and `hg`. %prep %setup -q -n jirafs-%{version}