Add ARM64 support (#925606)
This commit is contained in:
parent
87b07716f1
commit
84523571c1
@ -1,12 +1,13 @@
|
|||||||
Name: jbig2dec
|
Name: jbig2dec
|
||||||
Version: 0.11
|
Version: 0.11
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: A decoder implementation of the JBIG2 image compression format
|
Summary: A decoder implementation of the JBIG2 image compression format
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://jbig2dec.sourceforge.net/
|
URL: http://jbig2dec.sourceforge.net/
|
||||||
Source0: http://ghostscript.com/~giles/jbig2/jbig2dec/%{name}-%{version}.tar.gz
|
Source0: http://ghostscript.com/~giles/jbig2/jbig2dec/%{name}-%{version}.tar.gz
|
||||||
|
Patch0: %{name}_arm64.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
jbig2dec is a decoder implementation of the JBIG2 image compression format.
|
jbig2dec is a decoder implementation of the JBIG2 image compression format.
|
||||||
@ -46,6 +47,7 @@ which requires the jbig2dec library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -84,6 +86,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- 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
|
* 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
|
- 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
|
- 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
|
- Initial package
|
||||||
|
2655
jbig2dec_arm64.patch
Normal file
2655
jbig2dec_arm64.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user