This commit is contained in:
parent
f3069c9c27
commit
5c564bba46
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 7 09:23:55 CEST 2007 - anosek@suse.cz
|
||||
|
||||
- fixed /etc/sysconfig/mouse should configure the mouse by default for gpm
|
||||
[#262749]
|
||||
* modified sysconfig.mouse-gpm accordingly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 24 11:45:20 CEST 2007 - schwab@suse.de
|
||||
|
||||
|
8
gpm.spec
8
gpm.spec
@ -13,13 +13,13 @@
|
||||
Name: gpm
|
||||
BuildRequires: bison ncurses-devel
|
||||
URL: http://linux.schottelius.org/gpm/
|
||||
License: GNU General Public License (GPL)
|
||||
License: GPL v2 or later
|
||||
Group: System/Console
|
||||
Provides: select
|
||||
PreReq: /bin/sed %insserv_prereq %fillup_prereq
|
||||
Autoreqprov: on
|
||||
Version: 1.20.1
|
||||
Release: 362
|
||||
Release: 379
|
||||
Summary: Console Mouse Support
|
||||
Source0: http://arcana.linux.it/pub/gpm/gpm-%{version}.tar.bz2
|
||||
Source1: rcgpm
|
||||
@ -162,6 +162,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/var/adm/fillup-templates/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 07 2007 - anosek@suse.cz
|
||||
- fixed /etc/sysconfig/mouse should configure the mouse by default for gpm
|
||||
[#262749]
|
||||
* modified sysconfig.mouse-gpm accordingly
|
||||
* Thu May 24 2007 - schwab@suse.de
|
||||
- Don't install t-mouse.el, part of emacs now.
|
||||
* Mon Mar 26 2007 - rguenther@suse.de
|
||||
|
@ -3,21 +3,21 @@
|
||||
## ServiceRestart: gpm
|
||||
#
|
||||
## Type: string(/dev/input/mice,/dev/psaux)
|
||||
## Default: ""
|
||||
## Default: "/dev/input/mice"
|
||||
#
|
||||
# The mouse device used on the console by gpm.
|
||||
# The default value is generated by YaST.
|
||||
#
|
||||
MOUSEDEVICE=""
|
||||
MOUSEDEVICE="/dev/input/mice"
|
||||
|
||||
## Type: string(imps2,ms,ms3,msc,mman,ps2,syn,synps2)
|
||||
## Default: ""
|
||||
## Default: "imps2"
|
||||
#
|
||||
# The mouse type which defines the mouse protocol used by gpm for the mouse
|
||||
# device in the variable MOUSEDEVICE
|
||||
# The default value is generated by YaST
|
||||
#
|
||||
MOUSETYPE=""
|
||||
MOUSETYPE="imps2"
|
||||
|
||||
## Type: string
|
||||
## Default: ""
|
||||
|
Loading…
Reference in New Issue
Block a user