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}