SHA256
1
0
forked from pool/gpm

Accepting request 523413 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/523413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpm?expand=0&rev=49
This commit is contained in:
Dominique Leuenberger 2017-09-20 15:04:46 +00:00 committed by Git OBS Bridge
commit 770a2f0153
2 changed files with 10 additions and 6 deletions

View File

@ -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 Wed Jul 5 13:10:44 UTC 2017 - schwab@suse.de

View File

@ -74,10 +74,11 @@ Obsoletes: gpm-64bit
%endif %endif
%description %description
The gpm (general purpose mouse) daemon tries to be a useful mouse The gpm (general purpose mouse) daemon is a mouse server for
server for applications running on the Linux console. It can be used by applications running on the Linux console. It provides cut and paste
mc (Midnight Commander) or by w3m, the text-based Web browser. It operations. If a gpm-aware program, such as mc (Midnight Commander)
provides console cut and paste operations. 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 %package -n %lname
Summary: Console mouse support library Summary: Console mouse support library
@ -184,14 +185,12 @@ touch %{buildroot}/run/gpm.pid
%service_del_preun gpm.service %service_del_preun gpm.service
%post %post
/sbin/ldconfig
%{fillup_only gpm} %{fillup_only gpm}
%service_add_post gpm.service %service_add_post gpm.service
%{fillup_only -an mouse} %{fillup_only -an mouse}
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%postun %postun
/sbin/ldconfig
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%service_del_postun gpm.service %service_del_postun gpm.service