From d2013b1205a554474d8f4ea8ffbc4c98c74ab10d Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 12 Mar 2025 15:38:59 +0800 Subject: [PATCH] drop boolean build dependency, it is not recognized by eulermaker now --- LibRaw.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/LibRaw.spec b/LibRaw.spec index 4a78cc3..adb005c 100644 --- a/LibRaw.spec +++ b/LibRaw.spec @@ -1,6 +1,6 @@ Name: LibRaw Version: 0.21.3 -Release: 1 +Release: 2 Summary: Library for reading RAW files obtained from digital photo cameras License: BSD-3-Clause and (CDDL-1.0 or LGPL-2.1-only) URL: https://www.libraw.org @@ -8,7 +8,7 @@ Source0: https://github.com/LibRaw/LibRaw/archive/refs/tags/%{version}.tar BuildRequires: gcc-c++ make BuildRequires: autoconf automake libtool -BuildRequires: (pkgconfig(lcms2) or pkgconfig(lcms)) +BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(zlib) BuildRequires: libjpeg-devel @@ -37,10 +37,7 @@ The LibRaw-devel package contains development and header files. autoreconf -if %configure --enable-examples=yes --disable-jasper --enable-jpeg \ --enable-lcms --enable-openmp - -sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool -sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool - +%disable_rpath %make_build %install @@ -66,6 +63,9 @@ rm -rfv %{buildroot}%{_datadir}/doc %{_libdir}/pkgconfig/{libraw,libraw_r}.pc %changelog +* Wed Mar 12 2025 Funda Wang - 0.21.3-2 +- drop boolean build dependency, it is not recognized by eulermaker now + * Sun Sep 22 2024 Funda Wang - 0.21.3-1 - update to 0.21.3 -- Gitee