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:
commit
770a2f0153
@ -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
|
||||||
|
|
||||||
|
11
gpm.spec
11
gpm.spec
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user