import gpm-1.20.7-17.el8

This commit is contained in:
CentOS Sources 2021-01-19 06:10:22 +00:00 committed by Andrew Lukoshko
parent a256111b23
commit dae5d85c4c
2 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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 <jkucera@redhat.com> - 1.20.7-17
- Put autogen.sh to proper place
Related: #1854555
* Fri Jan 15 2021 Jiri Kucera <jkucera@redhat.com> - 1.20.7-16
- Fix typo in description of gpm-libs subpackage
Resolves: #1854555