Fix long description lines

This commit is contained in:
Andreas Schneider 2016-05-25 10:53:18 +02:00
parent 5212a60b94
commit a747ed75d6
1 changed files with 14 additions and 11 deletions

View File

@ -417,8 +417,8 @@ Provides: samba4-libs = %{samba_depver}
Obsoletes: samba4-libs < %{samba_depver} Obsoletes: samba4-libs < %{samba_depver}
%description libs %description libs
The %{name}-libs package contains the libraries needed by programs that The %{name}-libs package contains the libraries needed by programs that link
link against the SMB, RPC and other protocols provided by the Samba suite. against the SMB, RPC and other protocols provided by the Samba suite.
### LIBSMBCLIENT ### LIBSMBCLIENT
%if %with_libsmbclient %if %with_libsmbclient
@ -437,8 +437,9 @@ Group: Development/Libraries
Requires: libsmbclient = %{samba_depver} Requires: libsmbclient = %{samba_depver}
%description -n libsmbclient-devel %description -n libsmbclient-devel
The libsmbclient-devel package contains the header files and libraries needed to The libsmbclient-devel package contains the header files and libraries needed
develop programs that link against the SMB client library in the Samba suite. to develop programs that link against the SMB client library in the Samba
suite.
%endif # with_libsmbclient %endif # with_libsmbclient
### LIBWBCLIENT ### LIBWBCLIENT
@ -449,7 +450,8 @@ Group: Applications/System
Requires: %{name}-client-libs = %{samba_depver} Requires: %{name}-client-libs = %{samba_depver}
%description -n libwbclient %description -n libwbclient
The libwbclient package contains the winbind client library from the Samba suite. The libwbclient package contains the winbind client library from the Samba
suite.
%package -n libwbclient-devel %package -n libwbclient-devel
Summary: Developer tools for the winbind library Summary: Developer tools for the winbind library
@ -460,7 +462,8 @@ Provides: samba-winbind-devel = %{samba_depver}
Obsoletes: samba-winbind-devel < %{samba_depver} Obsoletes: samba-winbind-devel < %{samba_depver}
%description -n libwbclient-devel %description -n libwbclient-devel
The libwbclient-devel package provides developer tools for the wbclient library. The libwbclient-devel package provides developer tools for the wbclient
library.
%endif # with_libwbclient %endif # with_libwbclient
### PYTHON ### PYTHON
@ -554,9 +557,9 @@ Provides: samba4-winbind = %{samba_depver}
Obsoletes: samba4-winbind < %{samba_depver} Obsoletes: samba4-winbind < %{samba_depver}
%description winbind %description winbind
The samba-winbind package provides the winbind NSS library, and some The samba-winbind package provides the winbind NSS library, and some client
client tools. Winbind enables Linux to be a full member in Windows tools. Winbind enables Linux to be a full member in Windows domains and to use
domains and to use Windows user and group accounts on Linux. Windows user and group accounts on Linux.
### WINBIND-CLIENTS ### WINBIND-CLIENTS
%package winbind-clients %package winbind-clients
@ -617,8 +620,8 @@ Requires: libwbclient = %{samba_depver}
Requires: pam Requires: pam
%description winbind-modules %description winbind-modules
The samba-winbind-modules package provides the NSS library and a PAM The samba-winbind-modules package provides the NSS library and a PAM module
module necessary to communicate to the Winbind Daemon necessary to communicate to the Winbind Daemon
### CTDB ### CTDB
%if %with_clustering_support %if %with_clustering_support