SHA256
6
0
forked from pool/gpm
OBS User unknown
2007-12-12 17:10:48 +00:00
committed by Git OBS Bridge
parent 5c564bba46
commit c7a7007900
3 changed files with 25 additions and 3 deletions

View File

@@ -12,14 +12,14 @@
Name: gpm
BuildRequires: bison ncurses-devel
URL: http://linux.schottelius.org/gpm/
Url: http://linux.schottelius.org/gpm/
License: GPL v2 or later
Group: System/Console
Provides: select
PreReq: /bin/sed %insserv_prereq %fillup_prereq
Autoreqprov: on
AutoReqProv: on
Version: 1.20.1
Release: 379
Release: 392
Summary: Console Mouse Support
Source0: http://arcana.linux.it/pub/gpm/gpm-%{version}.tar.bz2
Source1: rcgpm
@@ -41,6 +41,7 @@ Patch12: gpm-%{version}-daemon_mode.patch
Patch13: gpm-%{version}-gunze-overflow.patch
Patch14: gpm-%{version}-warnings.patch
Patch15: gpm-%{version}-verbosity.patch
Patch16: gpm-%{version}-OPEN_MAX.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %install_info_prereq
@@ -75,6 +76,7 @@ Authors:
%patch13
%patch14
%patch15
%patch16 -p1
#
cp %{S:1} %{S:2} %{S:3} .
@@ -162,6 +164,8 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/fillup-templates/*
%changelog
* Wed Dec 12 2007 - rguenther@suse.de
- use FOPEN_MAX instead of OPEN_MAX to fix build.
* Tue Aug 07 2007 - anosek@suse.cz
- fixed /etc/sysconfig/mouse should configure the mouse by default for gpm
[#262749]