Requires libtoos
This commit is contained in:
parent
480cf2896c
commit
11bc02e68d
@ -1,6 +1,6 @@
|
||||
Name: jbig2dec
|
||||
Version: 0.12
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A decoder implementation of the JBIG2 image compression format
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -8,6 +8,7 @@ License: GPLv2
|
||||
URL: http://jbig2dec.sourceforge.net/
|
||||
Source0: http://ghostscript.com/~giles/jbig2/jbig2dec/%{name}-%{version}.tar.gz
|
||||
Patch0: %{name}_arm64.patch
|
||||
BuildRequires: libtool
|
||||
|
||||
%description
|
||||
jbig2dec is a decoder implementation of the JBIG2 image compression format.
|
||||
@ -47,10 +48,11 @@ which requires the jbig2dec library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
##%patch0 -p1
|
||||
|
||||
|
||||
%build
|
||||
autoreconf -i
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -86,8 +88,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 23 2015 Pavel Zhukov <landgraf@fedoraproject.org> - 0.12-1
|
||||
* Fri Nov 27 2015 Pavel Zhukov <landgraf@fedoraproject.org> - 0.12-2
|
||||
- New release (#1208076)
|
||||
- Require autotools
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user