Tweak subpackage summaries and descriptions.

This commit is contained in:
Peter Oliver 2024-04-27 01:46:40 +01:00
parent 6f72315876
commit 9b5c26fbad

View File

@ -112,10 +112,10 @@ Supplements: (libwayland-server and emacs-common)
%define emacs_libexecdir %{_libexecdir}/emacs/%{version}/%{_host} %define emacs_libexecdir %{_libexecdir}/emacs/%{version}/%{_host}
%define native_lisp %{_libdir}/emacs/%{version}/native-lisp %define native_lisp %{_libdir}/emacs/%{version}/native-lisp
%global desc %{expand:Emacs is a powerful, customizable, self-documenting, modeless text %global desc %{expand:GNU Emacs is a powerful, customizable, self-documenting, modeless text
editor. Emacs contains special code editing features, a scripting editor. It contains special code editing features, a scripting language
language (elisp), and the capability to read mail, news, and more (elisp), and the capability to read mail, news, and more without leaving
without leaving the editor. the editor.
} }
@ -155,7 +155,7 @@ Window System, using the Lucid toolkit.
%package nw %package nw
Summary: GNU Emacs text editor without X support Summary: GNU Emacs text editor with no window system support
Requires(preun): /usr/sbin/alternatives Requires(preun): /usr/sbin/alternatives
Requires(posttrans): /usr/sbin/alternatives Requires(posttrans): /usr/sbin/alternatives
Requires: emacs-common = %{epoch}:%{version}-%{release} Requires: emacs-common = %{epoch}:%{version}-%{release}
@ -165,8 +165,8 @@ Obsoletes: emacs-nox < 1:30
%description nw %description nw
%desc %desc
This package provides an emacs-nw binary with no graphical display This package provides an emacs-nw binary without graphical display
support, for running on a terminal. support, for running on a terminal only.
%package -n emacsclient %package -n emacsclient