Add patch to support aarch64. Fixes bug #925910
This commit is contained in:
parent
06df51bdb8
commit
ee25cbd37d
1629
libuninameslist-aarch64.patch
Normal file
1629
libuninameslist-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
Name: libuninameslist
|
Name: libuninameslist
|
||||||
Version: 20091231
|
Version: 20091231
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
|
|
||||||
Summary: A library providing Unicode character names and annotations
|
Summary: A library providing Unicode character names and annotations
|
||||||
|
|
||||||
@ -9,6 +9,7 @@ License: BSD
|
|||||||
URL: http://libuninameslist.sourceforge.net
|
URL: http://libuninameslist.sourceforge.net
|
||||||
Source0: http://downloads.sourceforge.net/libuninameslist/libuninameslist-%{version}.tar.bz2
|
Source0: http://downloads.sourceforge.net/libuninameslist/libuninameslist-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
Patch1: http://ausil.fedorapeople.org/aarch64/libuninameslist/libuninameslist-aarch64.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libuninameslist provides applications with access to Unicode name and
|
libuninameslist provides applications with access to Unicode name and
|
||||||
@ -25,7 +26,7 @@ This package contains header files and static libraries for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libuninameslist
|
%setup -q -n libuninameslist
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -59,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20091231-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user