- aarch64 support (#925474)
This commit is contained in:
parent
4047b890ae
commit
5d6756dd96
1576
gpm-aarch64.patch
Normal file
1576
gpm-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
8
gpm.spec
8
gpm.spec
@ -1,7 +1,7 @@
|
||||
Summary: A mouse server for the Linux console
|
||||
Name: gpm
|
||||
Version: 1.20.6
|
||||
Release: 29%{?dist}
|
||||
Release: 30%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
URL: http://www.nico.schottelius.org/software/gpm/
|
||||
@ -16,6 +16,7 @@ Patch5: gpm-1.20.1-weak-wgetch.patch
|
||||
Patch6: gpm-1.20.6-libtool.patch
|
||||
Patch7: 0001-rhbz-668480-gpm-types-7-manpage-fixes.patch
|
||||
Patch8: gpm-1.20.6-missing-header-dir-in-make-depend.patch
|
||||
Patch9: gpm-aarch64.patch
|
||||
#Patch7: gpm-1.20.6-capability.patch
|
||||
Requires(post): systemd-units systemd-sysv info
|
||||
Requires(preun): systemd-units info
|
||||
@ -72,6 +73,8 @@ mouse support to text-based Linux applications.
|
||||
%patch6 -p1 -b .libtool
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1 -b .aarch64
|
||||
|
||||
#%patch7 -p1 -b .capability
|
||||
|
||||
iconv -f iso-8859-1 -t utf-8 -o TODO.utf8 TODO
|
||||
@ -167,6 +170,9 @@ fi
|
||||
%{_libdir}/libgpm.a
|
||||
|
||||
%changelog
|
||||
* Thu Mar 28 2013 Jaromir Capik <jcapik@redhat.com> - 1.20.6-30
|
||||
- aarch64 support (#925474)
|
||||
|
||||
* Wed Mar 06 2013 Jaromir Capik <jcapik@redhat.com> - 1.20.6-29
|
||||
- Removing OPTFLAGS
|
||||
- Introducing full RELRO
|
||||
|
Loading…
Reference in New Issue
Block a user