import gpm-1.20.7-17.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:59:07 -04:00 committed by Andrew Lukoshko
parent 4fcf66c328
commit a43b63f979
2 changed files with 19 additions and 12 deletions

View File

@ -14,9 +14,9 @@
int Gpm_Wgetch(WINDOW *win) 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.footer.weak-wgetch 2004-03-22 15:49:51.000000000 -0500
+++ gpm-1.20.1/configure.ac 2004-03-22 15:51:24.000000000 -0500 +++ gpm-1.20.1/configure.ac.footer 2004-03-22 15:51:24.000000000 -0500
@@ -115,7 +115,7 @@ @@ -129,7 +129,7 @@
AC_CHECK_LIB($i, wgetch,,,$TERMLIBS) AC_CHECK_LIB($i, wgetch,,,$TERMLIBS)
else :; fi else :; fi
done done

View File

@ -1,7 +1,7 @@
Summary: A mouse server for the Linux console Summary: A mouse server for the Linux console
Name: gpm Name: gpm
Version: 1.20.7 Version: 1.20.7
Release: 15%{?dist} Release: 17%{?dist}
License: GPLv2 and GPLv2+ with exceptions and GPLv3+ and Verbatim and Copyright only License: GPLv2 and GPLv2+ with exceptions and GPLv3+ and Verbatim and Copyright only
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://www.nico.schottelius.org/software/gpm/ URL: http://www.nico.schottelius.org/software/gpm/
@ -11,10 +11,10 @@ URL: http://www.nico.schottelius.org/software/gpm/
# and that's why we need to remove them and recreate the tarball # and that's why we need to remove them and recreate the tarball
# #
# 1.] mkdir docs-removal && cd docs-removal # 1.] mkdir docs-removal && cd docs-removal
# 2.] wget http://www.nico.schottelius.org/software/gpm/archives/%{name}-%{version}.tar.lzma # 2.] wget http://www.nico.schottelius.org/software/gpm/archives/%%{name}-%%{version}.tar.lzma
# 3.] tar xf %{name}-%{version}.tar.lzma # 3.] tar xf %%{name}-%%{version}.tar.lzma
# 4.] rm -rf %{name}-%{version}/doc/specs # 4.] rm -rf %%{name}-%%{version}/doc/specs
# 5.] tar cJf %{name}-%{version}.tar.xz %{name}-%{version} # 5.] tar cJf %%{name}-%%{version}.tar.xz %%{name}-%%{version}
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
Source1: gpm.service Source1: gpm.service
@ -48,7 +48,7 @@ includes a program to allow pop-up menus to appear at the click of a
mouse button. mouse button.
%package libs %package libs
Summary: Dynamic library for for the gpm Summary: Dynamic library for gpm
Group: System Environment/Libraries Group: System Environment/Libraries
%description libs %description libs
@ -79,8 +79,6 @@ mouse support to text-based Linux applications.
%prep %prep
%setup -q %setup -q
./autogen.sh
%patch1 -p1 -b .multilib %patch1 -p1 -b .multilib
%patch2 -p1 -b .lib-silent %patch2 -p1 -b .lib-silent
%patch4 -p1 -b .close-fds %patch4 -p1 -b .close-fds
@ -92,9 +90,10 @@ mouse support to text-based Linux applications.
%patch10 -p1 %patch10 -p1
%patch11 -p1 %patch11 -p1
#%patch7 -p1 -b .capability #%%patch7 -p1 -b .capability
%build %build
./autogen.sh
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
@ -170,6 +169,14 @@ fi
%{_libdir}/libgpm.a %{_libdir}/libgpm.a
%changelog %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
* Fri Feb 23 2018 Florian Weimer <fweimer@redhat.com> - 1.20.7-15 * Fri Feb 23 2018 Florian Weimer <fweimer@redhat.com> - 1.20.7-15
- Use default build flags (PIE works now) - Use default build flags (PIE works now)