SHA256
1
0
forked from pool/gpm
OBS User unknown 2007-08-09 17:22:44 +00:00 committed by Git OBS Bridge
parent f3069c9c27
commit 5c564bba46
3 changed files with 17 additions and 6 deletions

View File

@ -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 Thu May 24 11:45:20 CEST 2007 - schwab@suse.de

View File

@ -13,13 +13,13 @@
Name: gpm Name: gpm
BuildRequires: bison ncurses-devel BuildRequires: bison ncurses-devel
URL: http://linux.schottelius.org/gpm/ URL: http://linux.schottelius.org/gpm/
License: GNU General Public License (GPL) License: GPL v2 or later
Group: System/Console Group: System/Console
Provides: select Provides: select
PreReq: /bin/sed %insserv_prereq %fillup_prereq PreReq: /bin/sed %insserv_prereq %fillup_prereq
Autoreqprov: on Autoreqprov: on
Version: 1.20.1 Version: 1.20.1
Release: 362 Release: 379
Summary: Console Mouse Support Summary: Console Mouse Support
Source0: http://arcana.linux.it/pub/gpm/gpm-%{version}.tar.bz2 Source0: http://arcana.linux.it/pub/gpm/gpm-%{version}.tar.bz2
Source1: rcgpm Source1: rcgpm
@ -162,6 +162,10 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/fillup-templates/* /var/adm/fillup-templates/*
%changelog %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 * Thu May 24 2007 - schwab@suse.de
- Don't install t-mouse.el, part of emacs now. - Don't install t-mouse.el, part of emacs now.
* Mon Mar 26 2007 - rguenther@suse.de * Mon Mar 26 2007 - rguenther@suse.de

View File

@ -3,21 +3,21 @@
## ServiceRestart: gpm ## ServiceRestart: gpm
# #
## Type: string(/dev/input/mice,/dev/psaux) ## Type: string(/dev/input/mice,/dev/psaux)
## Default: "" ## Default: "/dev/input/mice"
# #
# The mouse device used on the console by gpm. # The mouse device used on the console by gpm.
# The default value is generated by YaST. # The default value is generated by YaST.
# #
MOUSEDEVICE="" MOUSEDEVICE="/dev/input/mice"
## Type: string(imps2,ms,ms3,msc,mman,ps2,syn,synps2) ## 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 # The mouse type which defines the mouse protocol used by gpm for the mouse
# device in the variable MOUSEDEVICE # device in the variable MOUSEDEVICE
# The default value is generated by YaST # The default value is generated by YaST
# #
MOUSETYPE="" MOUSETYPE="imps2"
## Type: string ## Type: string
## Default: "" ## Default: ""