From f22ee2c14cd35b0de1815195746ed7dc9c7cd917 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sun, 28 Jul 2024 13:44:03 +0300 Subject: [PATCH] compat with Fedora/RH --- libjpeg-turbo.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/libjpeg-turbo.spec b/libjpeg-turbo.spec index 4cc0c51..a549330 100644 --- a/libjpeg-turbo.spec +++ b/libjpeg-turbo.spec @@ -32,13 +32,23 @@ BuildRequires: libtool >= 1.4 BuildRequires: nasm %endif +# meta package +Recommends: %{libname} = %{EVRD} +Recommends: %{libturbo} = %{EVRD} +Recommends: %{libname62} = %{EVRD} + %description -This package contains a library of functions for manipulating JPEG images. +This meta package pulls packages with libraries of functions for manipulating JPEG images. It is a high-speed, libjpeg-compatible version for x86 and x86-64 processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression and decompression. It is generally 2-4x as fast as the unmodified version of libjpeg, all else being equal. +%files +# empty, meta package +# exists for compatibility with Fedora/RH +# cnrdrvcups-ufr2-uk (Canon driver) depends from it + #---------------------------------------------------------------------------- %package -n %{libname}