From 9ed57615682420bb30f8190f205c65e009f59331 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 19 2021 06:10:22 +0000 Subject: import gpm-1.20.7-17.el8 --- diff --git a/SOURCES/gpm-1.20.1-weak-wgetch.patch b/SOURCES/gpm-1.20.1-weak-wgetch.patch index 2546e17..17bbd23 100644 --- a/SOURCES/gpm-1.20.1-weak-wgetch.patch +++ b/SOURCES/gpm-1.20.1-weak-wgetch.patch @@ -14,9 +14,9 @@ int Gpm_Wgetch(WINDOW *win) { ---- gpm-1.20.1/configure.ac.weak-wgetch 2004-03-22 15:49:51.000000000 -0500 -+++ gpm-1.20.1/configure.ac 2004-03-22 15:51:24.000000000 -0500 -@@ -115,7 +115,7 @@ +--- gpm-1.20.1/configure.ac.footer.weak-wgetch 2004-03-22 15:49:51.000000000 -0500 ++++ gpm-1.20.1/configure.ac.footer 2004-03-22 15:51:24.000000000 -0500 +@@ -129,7 +129,7 @@ AC_CHECK_LIB($i, wgetch,,,$TERMLIBS) else :; fi done diff --git a/SPECS/gpm.spec b/SPECS/gpm.spec index b956626..9cfe207 100644 --- a/SPECS/gpm.spec +++ b/SPECS/gpm.spec @@ -1,7 +1,7 @@ Summary: A mouse server for the Linux console Name: gpm Version: 1.20.7 -Release: 16%{?dist} +Release: 17%{?dist} License: GPLv2 and GPLv2+ with exceptions and GPLv3+ and Verbatim and Copyright only Group: System Environment/Daemons URL: http://www.nico.schottelius.org/software/gpm/ @@ -79,8 +79,6 @@ mouse support to text-based Linux applications. %prep %setup -q -./autogen.sh - %patch1 -p1 -b .multilib %patch2 -p1 -b .lib-silent %patch4 -p1 -b .close-fds @@ -95,6 +93,7 @@ mouse support to text-based Linux applications. #%%patch7 -p1 -b .capability %build +./autogen.sh %configure make %{?_smp_mflags} @@ -170,6 +169,10 @@ fi %{_libdir}/libgpm.a %changelog +* Mon Jan 18 2021 Jiri Kucera - 1.20.7-17 +- Put autogen.sh to proper place + Related: #1854555 + * Fri Jan 15 2021 Jiri Kucera - 1.20.7-16 - Fix typo in description of gpm-libs subpackage Resolves: #1854555