diff --git a/python-argparse-manpage.changes b/python-argparse-manpage.changes index 49b9ae4..7298266 100644 --- a/python-argparse-manpage.changes +++ b/python-argparse-manpage.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 12 14:29:54 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. Repair grammar issues in description. + ------------------------------------------------------------------- Thu Oct 11 15:04:42 UTC 2018 - Marcus Rueckert diff --git a/python-argparse-manpage.spec b/python-argparse-manpage.spec index 495e0c5..d041b9c 100644 --- a/python-argparse-manpage.spec +++ b/python-argparse-manpage.spec @@ -21,7 +21,7 @@ Name: python-argparse-manpage Version: 1.1 Release: 0 -Summary: Build manual page from python's ArgumentParser object +Summary: Tool for automatic manual page building from a Python ArgumentParser object License: Apache-2.0 Group: Development/Languages/Python Url: https://github.com/praiskup/argparse-manpage @@ -33,12 +33,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description -Generate manual page an automatic way from ArgumentParser object, so the -manpage 1:1 corresponds to the automatically generated --help output. The -manpage generator needs to known the location of the object, user can specify -that by (a) the module name or corresponding python filename and (b) the object -name or the function name which returns the object. There's a limited support -for (deprecated) optparse objects, too. +This utility generates a manual page in an automatic way from an +ArgumentParser object, so the manpage 1:1 corresponds to the +automatically generated --help output. The manpage generator needs to +known the location of the object, user can specify that by (a) the +module name or corresponding python filename and (b) the object name +or the function name which returns the object. There's a limited +support for (deprecated) optparse objects, too. %prep %setup -q -n %{mod_name}-%{version}