Resolves: rhbz#925368 support aarch64

This commit is contained in:
Caolán McNamara 2013-04-03 08:59:55 +01:00
parent 9265be8d3f
commit 4a39165a4b
2 changed files with 1354 additions and 1 deletions

1348
fribidi-aarch64.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,13 @@
Summary: Library implementing the Unicode Bidirectional Algorithm
Name: fribidi
Version: 0.19.4
Release: 3%{?dist}
Release: 4%{?dist}
URL: http://fribidi.org
Source: http://fribidi.org/download/%{name}-%{version}.tar.bz2
License: LGPLv2+ and UCD
Group: System Environment/Libraries
Patch0: signedwarning.patch
Patch1: fribidi-aarch64.patch
%description
A library to handle bidirectional scripts (for example Hebrew, Arabic),
@ -25,6 +26,7 @@ FriBidi.
%prep
%setup -q
%patch0 -p1 -b .signedwarnings
%patch1 -p1 -b .aarch64
%build
%if 0%{?el5}
@ -64,6 +66,9 @@ find $RPM_BUILD_ROOT%{_mandir}/man3 -type f -empty -exec rm {} \;
%{_mandir}/man3/%{name}_*.gz
%changelog
* Wed Apr 03 2013 Caolán McNamara <caolanm@redhat.com> - 0.19.4-4
- Resolves: rhbz#925368 support aarch64
* Wed Feb 18 2013 Caolán McNamara <caolanm@redhat.com> - 0.19.4-3
- Resolves: rhbz#884000 remove empty man pages