From 8f99c09ea91e63c74bf2e16fe3477927aab5ee4f Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Aug 31 2021 11:05:02 +0000 Subject: Explain which subset of libjpeg is bundled and why This is a summary of an email explanation from the upstream maintainer (Felix Riemann ). No need to issue a build just for this. --- diff --git a/eog.spec b/eog.spec index 32350c5..b297301 100644 --- a/eog.spec +++ b/eog.spec @@ -46,8 +46,11 @@ Requires: gsettings-desktop-schemas Requires: glib2%{?_isa} >= %{glib2_version} Requires: gtk3%{?_isa} >= %{gtk3_version} -# Contains some files from the Independent JPEG Group's implementation of -# the libjpeg library. +# Contains some files from the Independent JPEG Group's implementation of the +# libjpeg library. They are the parts that are used by the jpegtran tool, which +# are unfortunately not provided as part of libjpeg's API. They neither parse +# files (or Exif data) nor allocate memory by themselves. They only work on +# the data and functions provided by libjpeg. Provides: bundled(libjpeg) %description