From a3f6293e3abdcbae7368da110799a03118e3cbcb Mon Sep 17 00:00:00 2001 From: Alessio Date: Mon, 22 Feb 2021 16:00:34 +0100 Subject: [PATCH] %{__cmake_builddir} instead of %{_vpath_builddir} in the %check section, in order to allow EPEL builds --- CharLS.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CharLS.spec b/CharLS.spec index 1a6afcf..5bfb000 100644 --- a/CharLS.spec +++ b/CharLS.spec @@ -1,6 +1,6 @@ Name: CharLS Version: 2.0.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An optimized implementation of the JPEG-LS standard License: BSD URL: https://github.com/team-charls/charls @@ -48,7 +48,7 @@ CharLS Library Header Files and Link Libraries. %check -pushd %{_vpath_builddir} +pushd %{__cmake_builddir} # Enter a key + enter to finish echo "a" | ./charlstest popd @@ -66,6 +66,9 @@ popd %{_libdir}/lib%{name}.so %changelog +* Mon Feb 22 2021 Alessio - 2.0.0-6> +- cmake_builddir change + * Mon Jan 25 2021 Fedora Release Engineering - 2.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild