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:
parent
ef6ca56209
commit
d97d3c4cd4
10
znc.spec
10
znc.spec
@ -68,11 +68,11 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Requires: tcl
|
Requires: tcl
|
||||||
|
|
||||||
%description modtcl
|
%description modtcl
|
||||||
TCL module for ZNC
|
%{summary}.
|
||||||
|
|
||||||
%if 0%{?with_modperl}
|
%if 0%{?with_modperl}
|
||||||
%package modperl
|
%package modperl
|
||||||
Summary: perl module for ZNC
|
Summary: Perl module for ZNC
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
@ -85,13 +85,13 @@ Requires: perl-interpreter
|
|||||||
Provides: perl(ZNC::Module) = %{version}-%{release}
|
Provides: perl(ZNC::Module) = %{version}-%{release}
|
||||||
|
|
||||||
%description modperl
|
%description modperl
|
||||||
perl module for ZNC
|
%{summary}.
|
||||||
%endif # 0%{?with_modperl}
|
%endif # 0%{?with_modperl}
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?with_modpython}
|
%if 0%{?with_modpython}
|
||||||
%package modpython
|
%package modpython
|
||||||
Summary: python3 module for ZNC
|
Summary: Python3 module for ZNC
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
@ -109,7 +109,7 @@ Requires: python3
|
|||||||
%endif # 0%{?rhel}
|
%endif # 0%{?rhel}
|
||||||
|
|
||||||
%description modpython
|
%description modpython
|
||||||
python3 module for ZNC
|
%{summary}.
|
||||||
%endif # 0%{?with_modpython}
|
%endif # 0%{?with_modpython}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user