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.
This commit is contained in:
Todd Zullinger 2018-08-26 01:34:27 -04:00
parent ef6ca56209
commit d97d3c4cd4
1 changed files with 5 additions and 5 deletions

View File

@ -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}