Add patch to support aarch64. Fixes bug #925910

This commit is contained in:
Kevin Fenzi 2013-03-23 13:07:47 -06:00
parent 06df51bdb8
commit ee25cbd37d
2 changed files with 1635 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: libuninameslist
Version: 20091231
Release: 5%{?dist}
Release: 6%{?dist}
Summary: A library providing Unicode character names and annotations
@ -9,6 +9,7 @@ License: BSD
URL: http://libuninameslist.sourceforge.net
Source0: http://downloads.sourceforge.net/libuninameslist/libuninameslist-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch1: http://ausil.fedorapeople.org/aarch64/libuninameslist/libuninameslist-aarch64.patch
%description
libuninameslist provides applications with access to Unicode name and
@ -25,7 +26,7 @@ This package contains header files and static libraries for %{name}.
%prep
%setup -q -n libuninameslist
%patch1 -p1
%build
%configure --disable-static
@ -59,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Mar 23 2013 Kevin Fenzi <kevin@scrye.com> 20091231-6
- Add patch to support aarch64. Fixes bug #925910
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20091231-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild