Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
djvulibre.19589
djvulibre.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File djvulibre.spec of Package djvulibre.19589
# # spec file for package djvulibre # # Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define asan_build 0 Name: djvulibre BuildRequires: autoconf BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libjpeg-devel BuildRequires: libtiff-devel BuildRequires: libtool # pkg-config is required for pkgconfig() provides and requires. BuildRequires: pkgconfig Version: 3.5.25.3 Release: 0 URL: http://djvu.sourceforge.net Summary: An Open Source Implementation of DjVu License: GPL-2.0-or-later Group: Productivity/Graphics/Other Source: %{name}-%{version}.tar.gz Patch0: %{name}-filepath.patch # following reported upstream, should not be needed in future update Patch1: %{name}-not-existing-icons.patch # CVE-2019-15143 [bsc#1146569] Patch2: djvulibre-CVE-2019-15143.patch # CVE-2019-15144 [bsc#1146571] Patch3: djvulibre-CVE-2019-15144.patch # CVE-2019-15145 [bsc#1146572] Patch4: djvulibre-CVE-2019-15145.patch # CVE-2019-15142 [bsc#1146702] Patch5: djvulibre-CVE-2019-15142.patch # do not segfault when libtiff encounters corrupted TIFF (upstream issue #295) Patch6: djvulibre-invalid-tiff.patch # CVE-2019-18804 [bsc#1156188] Patch7: djvulibre-CVE-2019-18804.patch # CVE-2021-32491 [bsc#1185900], Integer overflow in function render() in tools/ddjvu via crafted djvu file Patch8: djvulibre-CVE-2021-32491.patch # CVE-2021-32492 [bsc#1185904], Out of bounds read in function DJVU:DataPool:has_data() via crafted djvu file Patch9: djvulibre-CVE-2021-32492.patch # CVE-2021-32493 [bsc#1185905], Heap buffer overflow in function DJVU:GBitmap:decode() via crafted djvu file Patch10: djvulibre-CVE-2021-32493.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description DjVu is a Web-centric format and software platform for distributing documents and images. DjVuLibre is an open source (GPL) implementation of DjVu, including viewers, browser plug-ins, decoders, simple encoders, and utilities. DjVu can advantageously replace PDF, PS, TIFF, JPEG, and GIF for distributing scanned documents, digital documents, or high-resolution pictures. DjVu content downloads faster, displays and renders faster, looks nicer on a screen, and consumes less client resources than competing formats. DjVu images display instantly and can be smoothly zoomed and panned with no lengthy rerendering. DjVu is used by hundreds of academic, commercial, governmental, and noncommercial Web sites around the world. %package -n libdjvulibre21 Summary: Libraries of Open Source Implementation of DjVu - djvulibre Group: Productivity/Graphics/Other %description -n libdjvulibre21 Libraries of Open Source Implementation of DjVu - djvulibre. %package -n libdjvulibre-devel Summary: Libraries of Open Source Implementation of DjVu - djvulibre Group: Development/Libraries/Other Requires: libdjvulibre21 = %{version} Requires: libjpeg-devel %description -n libdjvulibre-devel Libraries of Open Source Implementation of DjVu - djvulibre. %package doc Summary: Documentation for the the DjVu - djvulibre Group: Productivity/Graphics/Other %description doc This package contains the documentation for the DjVu - djvulibre %prep %setup -n %{name}-3.5.25 %patch0 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 %patch8 -p1 %patch9 -p1 %patch10 -p1 %build # run autoreconf otherwise @INKSCAPE@ is undefined (not replaced by false); # try to remove in the next update autoreconf -fi CFLAGS="$RPM_OPT_FLAGS" \ CXXFLAGS="$RPM_OPT_FLAGS" \ ./configure \ --prefix=%{_prefix} \ --libdir=%{_libdir} \ --mandir=%{_mandir} %if %{asan_build} sed -i -e 's/\(^CFLAGS.*\)/\1 -fsanitize=address/' \ -e 's/\(^CXXFLAGS.*\)/\1 -fsanitize=address/' \ -e 's/\(^LIBS=.*\)/\1 -lasan/' \ Makefile */Makefile %endif make OPTS="$RPM_OPT_FLAGS -DNO_DEBUG" %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT # Installing desktop file and icons in this section is more sane # then in %%post section as author intended because of SuSE translation # process and little less pain with getting those scripts working mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/22x22/mimetypes/ mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/32x32/mimetypes/ mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/48x48/mimetypes/ mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps install -m 644 desktopfiles/hi22-djvu.png $RPM_BUILD_ROOT/usr/share/icons/hicolor/22x22/mimetypes/djvu.png install -m 644 desktopfiles/hi32-djvu.png $RPM_BUILD_ROOT/usr/share/icons/hicolor/32x32/mimetypes/djvu.png install -m 644 desktopfiles/hi48-djvu.png $RPM_BUILD_ROOT/usr/share/icons/hicolor/48x48/mimetypes/djvu.png %fdupes $RPM_BUILD_ROOT %post -n libdjvulibre21 -p /sbin/ldconfig %postun -n libdjvulibre21 -p /sbin/ldconfig %files %defattr(-,root,root) %doc COPYING COPYRIGHT INSTALL NEWS README %doc %{_mandir}/man1/* %{_datadir}/djvu %{_bindir}/* %dir %{_prefix}/share/icons/hicolor %dir %{_prefix}/share/icons/hicolor/22x22 %dir %{_prefix}/share/icons/hicolor/22x22/mimetypes %dir %{_prefix}/share/icons/hicolor/32x32 %dir %{_prefix}/share/icons/hicolor/32x32/mimetypes %dir %{_prefix}/share/icons/hicolor/48x48 %dir %{_prefix}/share/icons/hicolor/48x48/mimetypes %{_prefix}/share/icons/hicolor/22x22/mimetypes/djvu.png %{_prefix}/share/icons/hicolor/32x32/mimetypes/djvu.png %{_prefix}/share/icons/hicolor/48x48/mimetypes/djvu.png %files -n libdjvulibre21 %defattr(-,root,root) %{_libdir}/libdjvulibre* %exclude %{_libdir}/libdjvulibre.so %exclude %{_libdir}/libdjvulibre.la %files -n libdjvulibre-devel %defattr(-,root,root) %{_libdir}/libdjvulibre.so %{_libdir}/libdjvulibre.la %dir %{_prefix}/include/libdjvu %{_prefix}/include/libdjvu/*.h %{_libdir}/pkgconfig/ddjvuapi.pc %files doc %defattr(-,root,root,-) %doc doc/* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor