remove few dots
This commit is contained in:
parent
a6cb4b1d0d
commit
d01073d408
@ -45,7 +45,8 @@ Requires(preun): /sbin/service
|
||||
Requires(preun): /bin/rm
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: openssl-devel, bzip2-devel, beecrypt-devel, elfutils-devel
|
||||
BuildRequires: libselinux-devel, elfutils-libelf-devel, perl-devel
|
||||
BuildRequires: libselinux-devel, elfutils-libelf-devel
|
||||
BuildRequires: perl-devel
|
||||
%ifarch %{ix86} x86_64
|
||||
BuildRequires: lm_sensors-devel
|
||||
%endif
|
||||
@ -74,7 +75,7 @@ Building option:
|
||||
|
||||
%package utils
|
||||
Group: Applications/System
|
||||
Summary: Network management utilities using SNMP, from the NET-SNMP project.
|
||||
Summary: Network management utilities using SNMP, from the NET-SNMP project
|
||||
Requires: %{name} = %{epoch}:%{version}
|
||||
|
||||
%description utils
|
||||
@ -87,7 +88,7 @@ package.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: The development environment for the NET-SNMP project.
|
||||
Summary: The development environment for the NET-SNMP project
|
||||
Requires: %{name} = %{epoch}:%{version}
|
||||
Requires: beecrypt-devel, elfutils-devel, rpm-devel, elfutils-libelf-devel
|
||||
%if %{tcp_wrappers}
|
||||
@ -109,7 +110,7 @@ packages installed.
|
||||
|
||||
%package perl
|
||||
Group: Development/Libraries
|
||||
Summary: The perl NET-SNMP module and the mib2c tool.
|
||||
Summary: The perl NET-SNMP module and the mib2c tool
|
||||
Requires: %{name} = %{epoch}:%{version}, perl >= 5
|
||||
BuildRequires: perl >= 5
|
||||
|
||||
@ -121,7 +122,7 @@ Install the net-snmp-perl package, if you want to use mib2c or SNMP with perl.
|
||||
|
||||
%package libs
|
||||
Group: Development/Libraries
|
||||
Summary: The NET-SNMP runtime libraries.
|
||||
Summary: The NET-SNMP runtime libraries
|
||||
|
||||
%description libs
|
||||
The net-snmp-libs package contains the runtime libraries for shared binaries
|
||||
|
Loading…
Reference in New Issue
Block a user