Resolves: rhbz#925368 support aarch64
This commit is contained in:
parent
9265be8d3f
commit
4a39165a4b
1348
fribidi-aarch64.patch
Normal file
1348
fribidi-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,12 +1,13 @@
|
|||||||
Summary: Library implementing the Unicode Bidirectional Algorithm
|
Summary: Library implementing the Unicode Bidirectional Algorithm
|
||||||
Name: fribidi
|
Name: fribidi
|
||||||
Version: 0.19.4
|
Version: 0.19.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
URL: http://fribidi.org
|
URL: http://fribidi.org
|
||||||
Source: http://fribidi.org/download/%{name}-%{version}.tar.bz2
|
Source: http://fribidi.org/download/%{name}-%{version}.tar.bz2
|
||||||
License: LGPLv2+ and UCD
|
License: LGPLv2+ and UCD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Patch0: signedwarning.patch
|
Patch0: signedwarning.patch
|
||||||
|
Patch1: fribidi-aarch64.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A library to handle bidirectional scripts (for example Hebrew, Arabic),
|
A library to handle bidirectional scripts (for example Hebrew, Arabic),
|
||||||
@ -25,6 +26,7 @@ FriBidi.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .signedwarnings
|
%patch0 -p1 -b .signedwarnings
|
||||||
|
%patch1 -p1 -b .aarch64
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?el5}
|
%if 0%{?el5}
|
||||||
@ -64,6 +66,9 @@ find $RPM_BUILD_ROOT%{_mandir}/man3 -type f -empty -exec rm {} \;
|
|||||||
%{_mandir}/man3/%{name}_*.gz
|
%{_mandir}/man3/%{name}_*.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 18 2013 Caolán McNamara <caolanm@redhat.com> - 0.19.4-3
|
||||||
- Resolves: rhbz#884000 remove empty man pages
|
- Resolves: rhbz#884000 remove empty man pages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user