From d97d3c4cd41b1359029207fd1f05aa88e6200833 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sun, 26 Aug 2018 01:34:27 -0400 Subject: [PATCH] Capitalize 'Perl' and 'Python' in Summary This is minor, but rpmlint complains about the summaries for the perl and python modules otherwise. Use "%{summary}." for the %description of the mod(perl|python|tcl) packages. --- znc.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/znc.spec b/znc.spec index c8e331a..43fac82 100644 --- a/znc.spec +++ b/znc.spec @@ -68,11 +68,11 @@ Requires: %{name} = %{version}-%{release} Requires: tcl %description modtcl -TCL module for ZNC +%{summary}. %if 0%{?with_modperl} %package modperl -Summary: perl module for ZNC +Summary: Perl module for ZNC Group: Development/Libraries BuildRequires: perl-devel @@ -85,13 +85,13 @@ Requires: perl-interpreter Provides: perl(ZNC::Module) = %{version}-%{release} %description modperl -perl module for ZNC +%{summary}. %endif # 0%{?with_modperl} %if 0%{?with_modpython} %package modpython -Summary: python3 module for ZNC +Summary: Python3 module for ZNC Group: Development/Libraries %if 0%{?rhel} @@ -109,7 +109,7 @@ Requires: python3 %endif # 0%{?rhel} %description modpython -python3 module for ZNC +%{summary}. %endif # 0%{?with_modpython}