Add ARM64 support (#925606)

This commit is contained in:
Pavel Zhukov 2013-03-23 16:19:37 +01:00
parent 87b07716f1
commit 84523571c1
2 changed files with 2663 additions and 3 deletions

View File

@ -1,12 +1,13 @@
Name: jbig2dec
Version: 0.11
Release: 6%{?dist}
Release: 7%{?dist}
Summary: A decoder implementation of the JBIG2 image compression format
Group: System Environment/Libraries
License: GPLv2
URL: http://jbig2dec.sourceforge.net/
Source0: http://ghostscript.com/~giles/jbig2/jbig2dec/%{name}-%{version}.tar.gz
Patch0: %{name}_arm64.patch
%description
jbig2dec is a decoder implementation of the JBIG2 image compression format.
@ -46,6 +47,7 @@ which requires the jbig2dec library.
%prep
%setup -q
%patch0 -p1
%build
@ -84,6 +86,9 @@ rm -f %{buildroot}%{_libdir}/*.la
%changelog
* Sat Mar 23 2013 Pavel Zhukov <landgraf@fedoraproject.org> - 0.11-7
- Add ARM64 patch
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
@ -96,8 +101,8 @@ rm -f %{buildroot}%{_libdir}/*.la
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Jan 12 2011 Pavel Zhukov <pavel@zhukoff.net> - 0.11-2.fc14
* Wed Jan 12 2011 Pavel Zhukov <landgraf@fedoraproject.org> - 0.11-2.fc14
- Fixed some spec errors
* Tue Jan 11 2011 Pavel Zhukov <pavel@zhukoff.net> - 0.11-1.fc14
* Tue Jan 11 2011 Pavel Zhukov <landgraf@fedoraproject.org> - 0.11-1.fc14
- Initial package

2655
jbig2dec_arm64.patch Normal file

File diff suppressed because it is too large Load Diff