From 449475b6649aeb553c7f5316642da6b2cc6eb29a52071914981db1010a26ac8a Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Mon, 11 Sep 2017 20:04:03 +0000 Subject: [PATCH] Accepting request 523390 from home:jengelh:branches:Base:System - Update description and remove two unnecessary ldconfig calls. OBS-URL: https://build.opensuse.org/request/show/523390 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpm?expand=0&rev=49 --- gpm.changes | 5 +++++ gpm.spec | 11 +++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/gpm.changes b/gpm.changes index 1004bde..f1a01a9 100644 --- a/gpm.changes +++ b/gpm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 11 18:59:26 UTC 2017 - jengelh@inai.de + +- Update description and remove two unnecessary ldconfig calls. + ------------------------------------------------------------------- Wed Jul 5 13:10:44 UTC 2017 - schwab@suse.de diff --git a/gpm.spec b/gpm.spec index 562eefa..0e4b269 100644 --- a/gpm.spec +++ b/gpm.spec @@ -74,10 +74,11 @@ Obsoletes: gpm-64bit %endif %description -The gpm (general purpose mouse) daemon tries to be a useful mouse -server for applications running on the Linux console. It can be used by -mc (Midnight Commander) or by w3m, the text-based Web browser. It -provides console cut and paste operations. +The gpm (general purpose mouse) daemon is a mouse server for +applications running on the Linux console. It provides cut and paste +operations. If a gpm-aware program, such as mc (Midnight Commander) +or w3m (a text-based web browser), is active, they will use to gpm to +receive mouse events and do custom handling. %package -n %lname Summary: Console mouse support library @@ -184,14 +185,12 @@ touch %{buildroot}/run/gpm.pid %service_del_preun gpm.service %post -/sbin/ldconfig %{fillup_only gpm} %service_add_post gpm.service %{fillup_only -an mouse} %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %postun -/sbin/ldconfig %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %service_del_postun gpm.service