From 118979b02bad0a53e6b7c3b1fbbcab1db2f64fbf Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 15 Sep 2021 11:52:32 +0100 Subject: [PATCH] Fix library paths (rhbz 1960955) --- libclc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libclc.spec b/libclc.spec index c341c3b..c7a5fd6 100644 --- a/libclc.spec +++ b/libclc.spec @@ -8,7 +8,7 @@ Name: libclc Version: %{libclc_version}%{?rc_ver:~rc%{rc_ver}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: An open source implementation of the OpenCL 1.1 library requirements License: BSD @@ -65,7 +65,7 @@ developing applications that use %{name}. %build export CFLAGS="%{build_cflags} -D__extern_always_inline=inline" %set_build_flags -%cmake -DCMAKE_INSTALL_DATADIR:PATH=%{_libdir} +%cmake -DCMAKE_INSTALL_DATADIR:PATH=%{_lib} %cmake_build @@ -89,6 +89,9 @@ export CFLAGS="%{build_cflags} -D__extern_always_inline=inline" %{_libdir}/pkgconfig/%{name}.pc %changelog +* Wed Sep 15 2021 Peter Robinson - 13.0.0~rc1-2 +- Fix library paths (rhbz 1960955) + * Mon Aug 09 2021 Tom Stellard - 13.0.0~rc1-1 - 13.0.0-rc1 Release