diff --git a/python-Pygments.changes b/python-Pygments.changes index c8a15d2..400906b 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 11 17:51:51 UTC 2019 - Jan Engelhardt + +- Avoid name in summary (rpmlint). +- Ensure neutrality of description. + ------------------------------------------------------------------- Mon Feb 11 11:10:41 UTC 2019 - Tomáš Chvátal diff --git a/python-Pygments.spec b/python-Pygments.spec index 84bc573..987a03d 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -20,7 +20,7 @@ Name: python-Pygments Version: 2.3.1 Release: 0 -Summary: Pygments is a syntax highlighting package written in Python +Summary: A syntax highlighting package written in Python License: BSD-2-Clause Group: Development/Languages/Python URL: http://pygments.org @@ -41,19 +41,16 @@ BuildArch: noarch %python_subpackages %description -Pygments is a syntax highlighting package written in Python. - -It is a generic syntax highlighter for general use in all kinds of software +Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are: * a wide range of common languages and markup formats is supported - * special attention is paid to details, increasing quality by a fair amount - * support for new languages and formats are added easily + * support for new languages and formats can be added * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image formats that PIL supports and ANSI sequences * it is usable as a command-line tool and as a library - * ... and it highlights even Brainfuck! + * highlights Brainfuck %prep %setup -q -n Pygments-%{version}