Add support of aarch64

This commit is contained in:
Honza Horák 2013-03-25 15:44:14 +01:00
parent 64761adcc6
commit c14b9384aa
2 changed files with 1147 additions and 0 deletions

1144
gdbm-aarch64.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,7 @@ Source: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz
Patch0: gdbm-1.10-zeroheaders.patch Patch0: gdbm-1.10-zeroheaders.patch
Patch1: gdbm-1.10-fedora.patch Patch1: gdbm-1.10-fedora.patch
Patch2: gdbm-sa1.patch Patch2: gdbm-sa1.patch
Patch3: gdbm-aarch64.patch
License: GPLv3+ License: GPLv3+
URL: http://www.gnu.org/software/gdbm/ URL: http://www.gnu.org/software/gdbm/
Group: System Environment/Libraries Group: System Environment/Libraries
@ -52,6 +53,7 @@ gdbm database library. You'll also need to install the gdbm package.
%patch0 -p1 -b .zeroheaders %patch0 -p1 -b .zeroheaders
%patch1 -p1 -b .fedora %patch1 -p1 -b .fedora
%patch2 -p1 -b .sa1 %patch2 -p1 -b .sa1
%patch3 -p1 -b .aarch64
%build %build
%configure \ %configure \
@ -110,6 +112,7 @@ fi
%changelog %changelog
* Mon Mar 25 2013 Honza Horak <hhorak@redhat.com> - 1.10-6 * Mon Mar 25 2013 Honza Horak <hhorak@redhat.com> - 1.10-6
- Fixed some issues found by Coverity - Fixed some issues found by Coverity
- Add support of aarch64
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-5 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild