From 4a6ffd733927857012321cb96e370fd98cc7f8be Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 19 Apr 2021 19:06:24 +0200 Subject: [PATCH] Get rid of all things RPATH See https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/RPATH-handling --- woff2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/woff2.spec b/woff2.spec index d3348ec..a3f3120 100644 --- a/woff2.spec +++ b/woff2.spec @@ -2,7 +2,7 @@ Name: woff2 Version: 1.0.2 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Web Open Font Format 2.0 library License: MIT @@ -40,7 +40,8 @@ Development files and utils for %{name} %build %cmake \ -DCMAKE_INSTALL_PREFIX="%{_prefix}" \ - -DCMAKE_INSTALL_LIBDIR="%{_libdir}" + -DCMAKE_INSTALL_LIBDIR="%{_libdir}" \ + -DCMAKE_SKIP_RPATH=TRUE %cmake_build %install @@ -74,6 +75,9 @@ cd - %{_libdir}/pkgconfig/libwoff2enc.pc %changelog +* Mon Apr 19 2021 Eike Rathke - 1.0.2-11 +- Get rid of all things RPATH + * Wed Jan 27 2021 Fedora Release Engineering - 1.0.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild