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