Summary: A mouse server for the Linux console. Name: gpm Version: 1.20.5 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://unix.schottelius.org/gpm/ Source: http://unix.schottelius.org/gpm/archives/%{name}-%{version}.tar.gz Source1: gpm.init Source2: inputattach.c Patch1: gpm-1.20.1-multilib.patch Patch2: gpm-1.20.1-lib-silent.patch Patch3: gpm-1.20.3-gcc4.3.patch Patch4: gpm-1.20.5-close-fds.patch Patch5: gpm-1.20.1-weak-wgetch.patch Prereq: /sbin/chkconfig /sbin/ldconfig /sbin/install-info Requires: bash >= 2.0 # this defines the library version that this package builds. %define LIBVER 2.1.0 BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: sed gawk texinfo bison ncurses-devel autoconf %description Gpm provides mouse support to text-based Linux applications like the Emacs editor and the Midnight Commander file management system. Gpm also provides console cut-and-paste operations using the mouse and includes a program to allow pop-up menus to appear at the click of a mouse button. %package devel Requires: %{name} = %{version}-%{release} Summary: A mouse server for the Linux console. Group: System Environment/Daemons %description devel Gpm provides mouse support to text-based Linux applications like the Emacs editor and the Midnight Commander file management system. Gpm also provides console cut-and-paste operations using the mouse and includes a program to allow pop-up menus to appear at the click of a mouse button. %prep %setup -q %patch1 -p1 -b .multilib %patch2 -p1 -b .lib-silent %patch3 -p1 -b .gcc4.3 %patch4 -p1 -b .close-fds %patch5 -p1 -b .weak-wgetch %build rm -f configure rm -f src/prog/open_console.o autoconf CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS" \ %configure make gcc $RPM_OPT_FLAGS -o inputattach %{SOURCE2} %install rm -rf %{buildroot} %makeinstall ln -sf libgpm.so.%{LIBVER} $RPM_BUILD_ROOT/%{_libdir}/libgpm.so %ifnarch s390 s390x mkdir -p %{buildroot}%{_sysconfdir} mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d install -m 755 inputattach %{buildroot}%{_sbindir} install -m 644 conf/gpm-* %{buildroot}%{_sysconfdir} install -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/rc.d/init.d/gpm %else # we're shipping only libraries in s390[x], so # remove stuff from the buildroot that we aren't shipping rm -rf %{buildroot}%{_sbindir} rm -rf %{buildroot}%{_bindir} rm -rf %{buildroot}%{_mandir} %endif %clean rm -rf %{buildroot} %post %ifnarch s390 s390x /sbin/chkconfig --add gpm %endif /sbin/install-info %{_infodir}/gpm.info.gz %{_infodir}/dir /sbin/ldconfig %preun %ifnarch s390 s390x if [ "$1" = "0" ]; then /sbin/service gpm stop >/dev/null 2>&1 /sbin/chkconfig --del gpm fi %endif /sbin/install-info %{_infodir}/gpm.info.gz --delete %{_infodir}/dir %postun %ifnarch s390 s390x if [ "$1" -ge "1" ]; then /sbin/service gpm condrestart >/dev/null 2>&1 fi %endif /sbin/ldconfig %files %defattr(-,root,root) %doc BUGS COPYING README TODO %doc doc/README* doc/FAQ doc/Announce doc/changes/* %{_infodir}/* %{_libdir}/libgpm.so.* %ifnarch s390 s390x %config(noreplace) %{_sysconfdir}/gpm-* %attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/gpm %{_sbindir}/* %{_bindir}/* %{_mandir}/*/* %endif %files devel %defattr(-,root,root) %{_includedir}/* %{_libdir}/libgpm.a %{_libdir}/libgpm.so %changelog * Thu Jul 17 2008 Zdenek Prikryl - 1.20.5-1 - Updated to 1.20.5 - Removed doc patch - Removed lisp stuff, it is part of emacs-common now - Spec clean up * Thu Jun 04 2008 Zdenek Prikryl - 1.20.3-2 - Enable gpm in runlevel 5 * Thu May 29 2008 Zdenek Prikryl - 1.20.3-1 - Updated to 1.20.3 - Fixed init script to comply with LSB standard (#246937) - Mass patch cleanup - Fixed typo in doc (#446679) * Wed Feb 20 2008 Fedora Release Engineering - 1.20.1-90 - Autorebuild for GCC 4.3 * Fri Aug 24 2007 Tomas Janousek - 1.20.1-89 - license tag update (and rebuild for BuildID, etc.) * Wed Jul 25 2007 Jesse Keating - 1.20.1-88 - Rebuild for RH #249435 * Tue Jul 24 2007 Tomas Janousek - 1.20.1-87 - replace OPEN_MAX with sysconf(_SC_OPEN_MAX), fixing build with 2.6.23 kernel * Tue Jul 24 2007 Tomas Janousek - 1.20.1-86 - don't install t-mouse.el, emacs-common contains a newer version, fixes #249362 * Fri Jun 29 2007 Tomas Janousek - 1.20.1-85 - applied patch for #246219, fixing segfault with vsyslog on x86_64 * Wed May 23 2007 Tomas Janousek - 1.20.1-84 - applied patch for #240389, fixing default handlers * Thu May 03 2007 Tomas Janousek - 1.20.1-83 - gpm-devel now requires version-release correctly, fixes #238785 * Mon Apr 02 2007 Tomas Janousek - 1.20.1-82 - updated inputattach.c to 1.24 from cvs, fixes #231635 * Fri Mar 23 2007 Tomas Janousek - 1.20.1-81 - the patch for #168076 caused a strange behaviour with ncurses, fixed it differently * Mon Jan 22 2007 Tomas Janousek - 1.20.1-80 - forgot to add the patch for #168076 * Mon Jan 22 2007 Tomas Janousek - 1.20.1-79 - added disttag to release * Mon Jan 22 2007 Tomas Janousek - 1.20.1-78 - refuse connections while waiting for console, fixes #168076 * Mon Jan 22 2007 Tomas Janousek - 1.20.1-77 - #223696: non-failsafe install-info use in scriptlets * Tue Oct 10 2006 Petr Rockai - 1.20-1-76 - align sleeps to tick boundary, should reduce cpu wakeups on laptops, fixes #205064 (patch by Arjan van de Ven) - disable gpm altogether in runlevel 5, it is probably not worth the overhead considering it is barely used at all * Fri Sep 22 2006 Petr Rockai - 1.20.1-75 - fix a bug where gpm daemon kept stdin/out/err open after detaching from terminal, causing eg. pipes from initscript to hang for the lifetime of gpm * Wed Jul 12 2006 Jesse Keating - 1.20.1-74.1 - rebuild * Wed Jun 7 2006 Jeremy Katz - 1.20.1-74 - rebuild for -devel deps * Mon Feb 13 2006 Petr Rockai - 1.20.1-73.3 - rebuild due to failure on x86-64 (possibly a glitch?) * Fri Feb 10 2006 Jesse Keating - 1.20.1-73.2 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 1.20.1-73.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Wed Jan 18 2006 Petr Rockai 1.20.1-73 - do not ooops in gpm when console device cannot be found, print an error message instead and exit(1), as per BR 140025, 176178 - do not print messages in libgpm, unless envvar GPM_VERBOSE is set -- avoids unwanted clutter from libgpm in apps like dialog or mc when gpm is not available * Thu Dec 22 2005 Jesse Keating 1.20.1-72 - rebuilt again * Fri Dec 09 2005 Jesse Keating - rebuilt - added autoconf as a BuildReq * Fri Mar 04 2005 Petr Rockai - rebuilt * Mon Feb 14 2005 Adrian Havill - rebuilt * Thu Oct 21 2004 Adrian Havill 1.20.1-66 - avoid spawning multiple copies of inputattach, and kill process when gpm shuts down (#135776) * Wed Oct 20 2004 Bill Nottingham 1.20.1-65 - remove buildroot paths from gpm.info, fixing #135305 * Wed Oct 20 2004 Adrian Havill 1.20.1-64 - fixing multilib conflict (#135305): o remove buildsys check/conditional for gziping info pages (let rpm do it) o don't pre-byte-compile emacs code * Thu Oct 14 2004 Bill Nottingham 1.20.1-62 - fix remaining sourcing of /etc/sysconfig/gpm (#135776) * Wed Oct 13 2004 Adrian Havill 1.20.1-61 - remove unnecessary diagnostic and check of the consolename (#129962) - remove /etc/sysconfig/gpm; set unset defaults in the init script instead after mousecfg is (or is not) read * Wed Oct 13 2004 Florian La Roche - sysconfig/gpm should probably go away, that is more confusing than helping anyone - read at least sysconfig/gpm first as it seems to have the default values and sysconfig/mouse is getting probed values and probably has better settings in it. * Tue Oct 12 2004 Adrian Havill 1.20.1-57 - read both the sysconfig/mouse and sysconfig/gpm (preferrence to gpm settings), not just one of them, if both exist (#134389) * Tue Oct 12 2004 Florian La Roche - remove gzip of info pages within .spec file, #135305 * Sat Oct 09 2004 Florian La Roche - initscript cleanup * Thu Sep 23 2004 Adrian Havill 1.20.1-54 - change init so that MOUSECFG fallsback to /etc/sysconfig/gpm if /etc/sysconfig/mouse doesn't exist (#133141) - fixed compile vs new kernheaders (#131783) * Tue May 04 2004 Adrian Havill 1.20.1-49 - remove superfluous "i die" msg (#121845) * Tue May 04 2004 Adrian Havill 1.20.1-48 - restore gpmopen() NULL check that was removed with the evdev superpatch (#118554) * Fri Apr 16 2004 Adrian Havill 1.20.1-47 - make presence of t-mouse.el flexible (#120958) * Wed Mar 31 2004 Adrian Havill 1.20.1-46 - revise nodebug patch as liblow reporting the VC to the console through stderr has re-appeared (#117676) * Mon Mar 22 2004 Adrian Havill 1.20.1-45 - remove circular ncurses dep for prelink by restoring wgetch patch (#117150) * Wed Mar 17 2004 Bill Nottingham 1.20.1-44 - include inputattach - if configured mouse has IMOUSETYPE, use inputattach * Tue Mar 02 2004 Elliot Lee - rebuilt * Thu Feb 26 2004 Adrian Havill 1.20.1-43 - add event device (for 2.6 kernel) superpatch-- includes all patches up to release 38; thanks to Dmitry Torokhov - change default mouse device over to /dev/input/mice - set mouse type to Intellimouse Explorer (exps2), which is what the 2.6 kernel exports by default * Sat Feb 14 2004 Florian La Roche - already add shared lib symlinks at install time - fix subscript #114289 * Fri Feb 13 2004 Elliot Lee - rebuilt * Tue Nov 18 2003 Adrian Havill 1.20.1-39 - re-add the $OPTIONS that gets pulled in from /etc/sysconfig/gpm to the init.d script (#110248) * Wed Aug 07 2003 Adrian Havill 1.20.1-38 - Gpm_Open() NULL deref revisited (#101104). Patch by * Wed Jul 30 2003 Adrian Havill 1.20.1-37 - removed auto-add of repeat with -M (#84310) * Tue Jul 29 2003 Adrian Havill 1.20.1-36 - fixed grammar typos in the init script (#89109) - don't deref NULL string in Gpm_Open (#101104) * Wed Jul 02 2003 Adrian Havill 1.20.1-35 - remove debug output from gpm_report() to prevent spurious debugging msgs even when not in debug mode (#98210) * Thu Jun 26 2003 Adrian Havill 1.20.1-33 - reversed -t and -m params in init script, removed $OPTION - add doc blurb regarding no auto-repeat with multiple mice * Tue Jun 24 2003 Adrian Havill 1.20.1-32 - update version - add -lm for ceil() - add hltest, mouse-test for all but zSeries * Mon Jun 16 2003 Jakub Jelinek - don't link against -lncurses, instead make wgetch and stdscr weak undefined symbols to break library dependency cycle * Thu Jun 12 2003 Elliot Lee - Remove pam requirement * Wed Jun 04 2003 Elliot Lee - rebuilt * Wed Jan 29 2003 Bill Nottingham 1.19.13-27 - ship libraries on s390/s390x * Wed Jan 22 2003 Tim Powers - rebuilt * Mon Jan 13 2003 Bill Nottingham 1.19.13-25 - don't automatically enable the repeater when '-M' is in use * Fri Nov 22 2002 Tim Powers - remove unpackaged files from the buildroot * Fri Jun 21 2002 Tim Powers - automated rebuild * Thu May 23 2002 Tim Powers - automated rebuild * Tue Apr 9 2002 Bernhard Rosenkraenzer - Revert to the version from 7.2 because later versions have some grave issues I can't {reproduce,debug} with my hardware, such as #62540 and #61691 * Thu Jul 19 2001 Preston Brown - more documentation fixes for Netmouse type devices (#48885) * Tue Jun 26 2001 Florian La Roche - add link from library major version number * Mon Jun 25 2001 Preston Brown - small fixlet in init script (#36995) * Tue Jun 19 2001 Florian La Roche - add ExcludeArch: s390 s390x * Fri Apr 6 2001 Preston Brown - work better with unsupported devfs (#23500, #34883) * Mon Feb 05 2001 Karsten Hopp - found another bug: tmpfile was never removed if gpm was already running * Mon Feb 05 2001 Karsten Hopp - really fix tmpfile path * Mon Feb 05 2001 Karsten Hopp - fix tmpfile path (bugzilla #25967) * Tue Jan 30 2001 Preston Brown - don't make PID file world-writable. * Mon Jan 29 2001 Preston Brown - fix up devel dependency on main package * Sun Jan 28 2001 Bernhard Rosenkraenzer - Don't crash if we can't open /dev/console (Happens with some devfs enabled kernels) * Tue Jan 23 2001 Trond Eivind Glomsr�d - fix bug in i18n of initscript * Tue Jan 23 2001 Preston Brown - bash2 style of i18n for initscript * Wed Jan 17 2001 Preston Brown - i18n the initscript. * Thu Jan 11 2001 Bernhard Rosenkraenzer - Add hooks for extra options in /etc/sysconfig/gpm (#23547) * Fri Jan 05 2001 Preston Brown - patch added to abort if running on a serial console (#15784) * Fri Jul 28 2000 Preston Brown - cleaned up post section * Wed Jul 26 2000 Preston Brown - clarification: pam requirement added to fix permissions on /dev/gpmctl (#12849) * Sat Jul 22 2000 Florian La Roche - update to 1.19.3 * Sat Jul 15 2000 Bill Nottingham - move initscript back * Thu Jul 13 2000 Prospector - automatic rebuild * Fri Jun 30 2000 Matt Wilson - use sysconf(_SC_OPEN_MAX) * Tue Jun 27 2000 Preston Brown - don't prereq, only require initscripts * Mon Jun 26 2000 Preston Brown - fix up and move initscript - prereq initscripts >= 5.20 * Sat Jun 17 2000 Bill Nottingham - fix %config tag for initscript * Thu Jun 15 2000 Bill Nottingham - move it back * Thu Jun 15 2000 Preston Brown - move init script * Wed Jun 14 2000 Preston Brown - security patch on socket descriptor from Chris Evans. Thanks Chris. - include limits.h for OPEN_MAX * Mon Jun 12 2000 Preston Brown - 1.19.2, fix up root (setuid) patch - FHS paths * Thu Apr 6 2000 Jakub Jelinek - 1.19.1 - call initgroups in gpm-root before spawning command as user - make gpm-root work on big endian * Sun Mar 26 2000 Florian La Roche - call ldconfig directly in postun * Wed Mar 22 2000 Bernhard Rosenkraenzer - rebuild with new libncurses * Sat Mar 18 2000 Bernhard Rosenkraenzer - 1.19.0 - fix build on systems that don't have emacs (configure built t-mouse* only if emacs was installed) * Tue Feb 29 2000 Preston Brown - important fix: improperly buildrooted for /usr/share/emacs/site-lisp, fixed. * Tue Feb 15 2000 Jakub Jelinek - avoid cluttering of syslog with gpm No data messages * Mon Feb 14 2000 Preston Brown - disable-paste and mouse-test removed, they seem broken. * Thu Feb 03 2000 Preston Brown - updated gpm.init to have better shutdown and descriptive messages - strip lib * Wed Feb 02 2000 Cristian Gafton - fix description - man pages are compressed * Wed Jan 12 2000 Preston Brown - 1.18.1. * Tue Sep 28 1999 Preston Brown - upgraded to 1.18, hopefully fixes sparc protocol issues * Fri Sep 24 1999 Bill Nottingham - install-info sucks, and then you die. * Fri Sep 10 1999 Bill Nottingham - chkconfig --del in %preun, not %postun * Fri Aug 27 1999 Preston Brown - upgrade to 1.17.9 - the maintainers are taking care of .so version now, removed patch * Mon Aug 16 1999 Bill Nottingham - initscript munging * Wed Jun 2 1999 Jeff Johnson - disable-paste need not be setuid root in Red Hat 6.0 (#2654) * Tue May 18 1999 Michael K. Johnson - gpm.init had wrong pidfile name in comments; confused linuxconf * Mon Mar 22 1999 Preston Brown - make sure all binaries are stripped, make init stuff more chkconfig style - removed sparc-specific mouse stuff - bumped libver to 1.17.5 - fixed texinfo source * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 2) * Thu Mar 4 1999 Matt Wilson - updated to 1.75.5 * Tue Feb 16 1999 Cristian Gafton - avoid using makedev for internal functions (it is a #define in the system headers) * Wed Jan 13 1999 Preston Brown - upgrade to 1.17.2. * Wed Jan 06 1999 Cristian Gafton - enforce the use of -D_GNU_SOURCE so that it will compile on the ARM - build against glibc 2.1 * Tue Aug 11 1998 Jeff Johnson - build root * Thu May 07 1998 Prospector System - translations modified for de, fr, tr * Wed Apr 22 1998 Michael K. Johnson - enhanced initscript * Fri Apr 10 1998 Cristian Gafton - recompiled for manhattan * Wed Apr 08 1998 Erik Troan - updated to 1.13 * Mon Nov 03 1997 Donnie Barnes - added patch from Richard to get things to build on the SPARC * Tue Oct 28 1997 Donnie Barnes - fixed the emacs patch to install the emacs files in the right place (hopefully). * Mon Oct 13 1997 Erik Troan - added chkconfig support - added install-info * Thu Sep 11 1997 Donald Barnes - upgraded from 1.10 to 1.12 - added status/restart functionality to init script - added define LIBVER 1.11 * Thu Jun 19 1997 Erik Troan - built against glibc