|
|
42dbaf |
Name: jbig2dec
|
|
|
42dbaf |
Version: 0.19
|
|
|
270488 |
Release: 7%{?dist}
|
|
|
42dbaf |
Summary: A decoder implementation of the JBIG2 image compression format
|
|
|
42dbaf |
License: AGPLv3+
|
|
|
42dbaf |
URL: http://jbig2dec.sourceforge.net/
|
|
|
42dbaf |
Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs952/%{name}-%{version}.tar.gz
|
|
|
42dbaf |
Requires: %{name}-libs = %{version}-%{release}
|
|
|
42dbaf |
BuildRequires: libtool
|
|
|
42dbaf |
BuildRequires: libpng-devel
|
|
|
42dbaf |
BuildRequires: make
|
|
|
42dbaf |
|
|
|
42dbaf |
%description
|
|
|
42dbaf |
jbig2dec is a decoder implementation of the JBIG2 image compression format.
|
|
|
42dbaf |
JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit
|
|
|
42dbaf |
monochrome) images at moderately high resolution, and in particular scanned
|
|
|
42dbaf |
paper documents. In this domain it is very efficient, offering compression
|
|
|
42dbaf |
ratios on the order of 100:1.
|
|
|
42dbaf |
|
|
|
42dbaf |
%package libs
|
|
|
42dbaf |
Summary: A decoder implementation of the JBIG2 image compression format
|
|
|
42dbaf |
|
|
|
42dbaf |
%description libs
|
|
|
42dbaf |
jbig2dec is a decoder implementation of the JBIG2 image compression format.
|
|
|
42dbaf |
JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit
|
|
|
42dbaf |
monochrome) images at moderately high resolution, and in particular scanned
|
|
|
42dbaf |
paper documents. In this domain it is very efficient, offering compression
|
|
|
42dbaf |
ratios on the order of 100:1.
|
|
|
42dbaf |
|
|
|
42dbaf |
This package provides the shared jbig2dec library.
|
|
|
42dbaf |
|
|
|
42dbaf |
%package devel
|
|
|
42dbaf |
Summary: Static library and header files for development with jbig2dec
|
|
|
42dbaf |
Requires: %{name}-libs = %{version}-%{release}
|
|
|
42dbaf |
|
|
|
42dbaf |
%description devel
|
|
|
42dbaf |
jbig2dec is a decoder implementation of the JBIG2 image compression format.
|
|
|
42dbaf |
JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit
|
|
|
42dbaf |
monochrome) images at moderately high resolution, and in particular scanned
|
|
|
42dbaf |
paper documents. In this domain it is very efficient, offering compression
|
|
|
42dbaf |
ratios on the order of 100:1.
|
|
|
42dbaf |
|
|
|
42dbaf |
This package is only needed if you plan to develop or compile applications
|
|
|
42dbaf |
which requires the jbig2dec library.
|
|
|
42dbaf |
|
|
|
42dbaf |
|
|
|
42dbaf |
%prep
|
|
|
42dbaf |
%autosetup
|
|
|
42dbaf |
|
|
|
42dbaf |
|
|
|
42dbaf |
%build
|
|
|
42dbaf |
autoreconf -fi
|
|
|
42dbaf |
%configure --disable-static
|
|
|
42dbaf |
%make_build
|
|
|
42dbaf |
|
|
|
42dbaf |
|
|
|
42dbaf |
%install
|
|
|
42dbaf |
%make_install
|
|
|
42dbaf |
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
42dbaf |
|
|
|
42dbaf |
%ldconfig_scriptlets libs
|
|
|
42dbaf |
|
|
|
42dbaf |
|
|
|
42dbaf |
%files
|
|
|
42dbaf |
%doc CHANGES COPYING LICENSE README
|
|
|
42dbaf |
%{_bindir}/jbig2dec
|
|
|
42dbaf |
%{_mandir}/man?/jbig2dec.1*
|
|
|
42dbaf |
|
|
|
42dbaf |
%files devel
|
|
|
42dbaf |
%doc CHANGES COPYING LICENSE README
|
|
|
42dbaf |
%{_includedir}/jbig2.h
|
|
|
42dbaf |
%{_libdir}/libjbig2dec.so
|
|
|
42dbaf |
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
42dbaf |
|
|
|
42dbaf |
%files libs
|
|
|
42dbaf |
%doc CHANGES COPYING LICENSE README
|
|
|
42dbaf |
%{_libdir}/libjbig2dec.so.0
|
|
|
42dbaf |
%{_libdir}/libjbig2dec.so.0.0.0
|
|
|
42dbaf |
|
|
|
42dbaf |
|
|
|
42dbaf |
|
|
|
42dbaf |
%changelog
|
|
|
270488 |
* Mon Jan 30 2023 Matej Mužila <mmuzila@redhat.com> - 0.19-7
|
|
|
270488 |
- Rebuilt for RHEL-9.2.0
|
|
|
270488 |
- Resolves: #2121499
|
|
|
270488 |
|
|
|
42dbaf |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.19-6
|
|
|
42dbaf |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
42dbaf |
Related: rhbz#1991688
|
|
|
42dbaf |
|
|
|
42dbaf |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.19-5
|
|
|
42dbaf |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
42dbaf |
|
|
|
42dbaf |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.19-4
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Sun Dec 13 2020 Orion Poplawski <orion@nwra.com> - 0.19-3
|
|
|
42dbaf |
- Use autoreconf -f to remove rpath
|
|
|
42dbaf |
- Use --disable-static to disable static builds
|
|
|
42dbaf |
- Use current make macros
|
|
|
42dbaf |
|
|
|
42dbaf |
* Fri Sep 18 2020 Michael J Gruber <mjg@fedoraproject.org> - 0.19-2
|
|
|
42dbaf |
- remove ABI patch (and coordinate builds)
|
|
|
42dbaf |
|
|
|
42dbaf |
* Thu Sep 17 2020 Anna Khaitovich <akhaitov@redhat.com> - 0.19-1
|
|
|
42dbaf |
- Rebase to 0.19
|
|
|
42dbaf |
|
|
|
42dbaf |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.18-4
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Wed Jul 08 2020 Michael J Gruber <mjg@fedoraproject.org> - 0.18-3
|
|
|
42dbaf |
- build with libpng
|
|
|
42dbaf |
|
|
|
42dbaf |
* Wed Jul 08 2020 Nikola Forró <nforro@redhat.com> - 0.18-2
|
|
|
42dbaf |
- fix License
|
|
|
42dbaf |
|
|
|
42dbaf |
* Mon May 11 2020 Michael J Gruber <mjg@fedoraproject.org> - 0.18-1
|
|
|
42dbaf |
- rebase to 0.18 (bz #1818706)
|
|
|
42dbaf |
|
|
|
42dbaf |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-4
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Sat Dec 14 2019 Michael J Gruber <mjg@fedoraproject.org> - 0.17-3
|
|
|
42dbaf |
- require exact libs version
|
|
|
42dbaf |
- clean up white space
|
|
|
42dbaf |
|
|
|
42dbaf |
* Sat Nov 09 2019 Michael J Gruber <mjg@fedoraproject.org> - 0.17-2
|
|
|
42dbaf |
- restore ABI-compatibilty (#1770160)
|
|
|
42dbaf |
|
|
|
42dbaf |
* Thu Nov 07 2019 Michael J Gruber <mjg@fedoraproject.org> - 0.17-1
|
|
|
42dbaf |
- bugfix release (bz #1761919)
|
|
|
42dbaf |
|
|
|
42dbaf |
* Thu Aug 15 2019 Michael J Gruber <mjg@fedoraproject.org> - 0.16-1
|
|
|
42dbaf |
- rebase to 0.16 (bz #1741605)
|
|
|
42dbaf |
|
|
|
42dbaf |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-6
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-5
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Tue Sep 18 2018 Owen Taylor <otaylor@redhat.com> - 0.14-4
|
|
|
42dbaf |
- Handle both compressed and uncompressed man pages
|
|
|
42dbaf |
|
|
|
42dbaf |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-3
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-2
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Sat Nov 11 2017 Michael J Gruber <mjg@fedoraproject.org> - 0.14-1
|
|
|
42dbaf |
- update to 0.14 (bugfix release)
|
|
|
42dbaf |
|
|
|
42dbaf |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-6
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-5
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Thu May 11 2017 Pavel Zhukov <landgraf@fedoraproject.org> - 0.13.4
|
|
|
42dbaf |
- Add fix for CVE-2017-7976 (#1443898)
|
|
|
42dbaf |
|
|
|
42dbaf |
* Wed May 03 2017 Pavel Zhukov <pzhukov@redhat.com> - 0.13-3
|
|
|
42dbaf |
- Prevent segserv due to int overflow (#1443898)
|
|
|
42dbaf |
|
|
|
42dbaf |
* Tue Mar 07 2017 Pavel Zhukov <landgraf@fedoraproject.org> - 0.13-1
|
|
|
42dbaf |
- New release 0.13
|
|
|
42dbaf |
|
|
|
42dbaf |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-4
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-3
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Fri Nov 27 2015 Pavel Zhukov <landgraf@fedoraproject.org> - 0.12-2
|
|
|
42dbaf |
- New release (#1208076)
|
|
|
42dbaf |
- Require autotools
|
|
|
42dbaf |
|
|
|
42dbaf |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-11
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-10
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-9
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-8
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Sat Mar 23 2013 Pavel Zhukov <landgraf@fedoraproject.org> - 0.11-7
|
|
|
42dbaf |
- Add ARM64 patch
|
|
|
42dbaf |
|
|
|
42dbaf |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-6
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-5
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-4
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-3
|
|
|
42dbaf |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
42dbaf |
|
|
|
42dbaf |
* Wed Jan 12 2011 Pavel Zhukov <landgraf@fedoraproject.org> - 0.11-2.fc14
|
|
|
42dbaf |
- Fixed some spec errors
|
|
|
42dbaf |
|
|
|
42dbaf |
* Tue Jan 11 2011 Pavel Zhukov <landgraf@fedoraproject.org> - 0.11-1.fc14
|
|
|
42dbaf |
- Initial package
|