contrib/rpm: wrap long description lines

rpmlint warns description-line-too-long if the line exceeds 79 characters.
This commit is contained in:
Thomas Haller 2016-02-04 08:41:44 +01:00
parent 0661f66c40
commit e58b3dac80

View file

@ -245,7 +245,8 @@ Requires: ModemManager
Obsoletes: NetworkManager < %{obsoletes_nmver} Obsoletes: NetworkManager < %{obsoletes_nmver}
%description wwan %description wwan
This package contains NetworkManager support for mobile broadband (WWAN) devices. This package contains NetworkManager support for mobile broadband (WWAN)
devices.
%endif %endif
@ -256,9 +257,9 @@ Requires: dbus >= %{dbus_version}
Requires: dbus-glib >= %{dbus_glib_version} Requires: dbus-glib >= %{dbus_glib_version}
%description glib %description glib
This package contains the libraries that make it easier to use some NetworkManager This package contains the libraries that make it easier to use some
functionality from applications that use glib. This is the older NetworkManager API. NetworkManager functionality from applications that use glib. This is
See also NetworkManager-libnm. the older NetworkManager API. See also NetworkManager-libnm.
%package glib-devel %package glib-devel
@ -273,9 +274,10 @@ Provides: %{name}-devel%{?_isa} = %{epoch}:%{version}-%{release}
Obsoletes: %{name}-devel < %{epoch}:%{version}-%{release} Obsoletes: %{name}-devel < %{epoch}:%{version}-%{release}
%description glib-devel %description glib-devel
This package contains the header and pkg-config files for development applications using This package contains the header and pkg-config files for development
NetworkManager functionality from applications that use glib. This is the older applications using NetworkManager functionality from applications that
NetworkManager API. See also NetworkManager-libnm-devel. use glib.
This is the older NetworkManager API. See also NetworkManager-libnm-devel.
%package libnm %package libnm
@ -283,9 +285,9 @@ Summary: Libraries for adding NetworkManager support to applications (new API).
Group: Development/Libraries Group: Development/Libraries
%description libnm %description libnm
This package contains the libraries that make it easier to use some NetworkManager This package contains the libraries that make it easier to use some
functionality from applications. This is the new NetworkManager API. See also NetworkManager functionality from applications. This is the new
NetworkManager-glib. NetworkManager API. See also NetworkManager-glib.
%package libnm-devel %package libnm-devel
@ -296,9 +298,9 @@ Requires: glib2-devel
Requires: pkgconfig Requires: pkgconfig
%description libnm-devel %description libnm-devel
This package contains the header and pkg-config files for development applications using This package contains the header and pkg-config files for development
NetworkManager functionality from applications. This is the new NetworkManager API. applications using NetworkManager functionality from applications. This
See also NetworkManager-glib-devel. is the new NetworkManager API. See also NetworkManager-glib-devel.
%package config-connectivity-fedora %package config-connectivity-fedora