Resolves: rhbz#925563 support aarch64
This commit is contained in:
parent
5a5969750f
commit
ffd2c84865
1633
hyphen-aarch64.patch
Normal file
1633
hyphen-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
Name: hyphen
|
||||
Summary: A text hyphenation library
|
||||
Version: 2.8.6
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz
|
||||
Group: System Environment/Libraries
|
||||
URL: http://hunspell.sf.net
|
||||
@ -11,6 +11,7 @@ BuildRequires: perl, patch, autoconf, automake, libtool
|
||||
%ifarch %{ix86} x86_64
|
||||
BuildRequires: valgrind
|
||||
%endif
|
||||
Patch0: hyphen-aarch64.patch
|
||||
|
||||
%description
|
||||
Hyphen is a library for high quality hyphenation and justification.
|
||||
@ -34,6 +35,7 @@ English hyphenation rules.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .aarch64
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -84,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/substrings.pl
|
||||
|
||||
%changelog
|
||||
* Thu Apr 04 2013 Caolán McNamara <caolanm@redhat.com> - 2.8.6-3
|
||||
- Resolves: rhbz#925563 support aarch64
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user