- forgot to add the patch for #168076
This commit is contained in:
parent
81e8541a79
commit
6df923c100
7
gpm.spec
7
gpm.spec
@ -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.1
|
Version: 1.20.1
|
||||||
Release: 79%{?dist}
|
Release: 80%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: http://ftp.linux.it/pub/People/rubini/gpm/%{name}-%{version}.tar.gz
|
Source: http://ftp.linux.it/pub/People/rubini/gpm/%{name}-%{version}.tar.gz
|
||||||
@ -21,6 +21,7 @@ Patch20: gpm-1.20.1-no-console-error.patch
|
|||||||
Patch21: gpm-1.20.1-lib-silent.patch
|
Patch21: gpm-1.20.1-lib-silent.patch
|
||||||
Patch22: gpm-1.20.1-close-fds.patch
|
Patch22: gpm-1.20.1-close-fds.patch
|
||||||
Patch23: gpm-1.20.1-aligned-sleep.patch
|
Patch23: gpm-1.20.1-aligned-sleep.patch
|
||||||
|
Patch24: gpm-1.20.1-deadsocket.patch
|
||||||
|
|
||||||
Prereq: /sbin/chkconfig /sbin/ldconfig /sbin/install-info
|
Prereq: /sbin/chkconfig /sbin/ldconfig /sbin/install-info
|
||||||
Requires: bash >= 2.0
|
Requires: bash >= 2.0
|
||||||
@ -66,6 +67,7 @@ mouse button.
|
|||||||
%patch21 -p1 -b .lib-silent
|
%patch21 -p1 -b .lib-silent
|
||||||
%patch22 -p1 -b .close-fds
|
%patch22 -p1 -b .close-fds
|
||||||
%patch23 -p1 -b .aligned-sleep
|
%patch23 -p1 -b .aligned-sleep
|
||||||
|
%patch24 -p1 -b .deadsocket
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoconf
|
autoconf
|
||||||
@ -183,6 +185,9 @@ fi
|
|||||||
%{_libdir}/libgpm.so
|
%{_libdir}/libgpm.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 22 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-80
|
||||||
|
- forgot to add the patch for #168076
|
||||||
|
|
||||||
* Mon Jan 22 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-79
|
* Mon Jan 22 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-79
|
||||||
- added disttag to release
|
- added disttag to release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user