SHA256
6
0
forked from pool/gpm
OBS User unknown
2007-03-01 20:55:29 +00:00
committed by Git OBS Bridge
parent abba76629d
commit 1470d82132
3 changed files with 117 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ Provides: select
PreReq: /bin/sed %insserv_prereq %fillup_prereq
Autoreqprov: on
Version: 1.20.1
Release: 346
Release: 348
Summary: Console Mouse Support
Source0: http://arcana.linux.it/pub/gpm/gpm-%{version}.tar.bz2
Source1: rcgpm
@@ -39,6 +39,7 @@ Patch11: gpm-%{version}-Gpm_Open.patch
Patch12: gpm-%{version}-daemon_mode.patch
Patch13: gpm-%{version}-gunze-overflow.patch
Patch14: gpm-%{version}-warnings.patch
Patch15: gpm-%{version}-verbosity.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %install_info_prereq
@@ -72,6 +73,7 @@ Authors:
%patch12
%patch13
%patch14
%patch15
#
cp %{S:1} %{S:2} %{S:3} .
@@ -161,7 +163,11 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/emacs/site-lisp/*
/var/adm/fillup-templates/*
%changelog -n gpm
%changelog
* Tue Feb 27 2007 - prusnak@suse.cz
- verbosity.patch [#247230]
* removed -V option from documentation (not supported anymore)
* silented error when -V provided on command-line
* Tue Feb 13 2007 - anosek@suse.cz
- fixed libgpm.so.1 is not owned by any package [#244447]
(gpm-1.20.1.patch)