From 79a2e9d97b8105fa4fbfe8b62b043938e02344be Mon Sep 17 00:00:00 2001 From: shixuantong Date: Thu, 9 Nov 2023 14:40:34 +0800 Subject: [PATCH] remove rpath --- libvorbis.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libvorbis.spec b/libvorbis.spec index faea72f..1b07bdc 100644 --- a/libvorbis.spec +++ b/libvorbis.spec @@ -2,13 +2,13 @@ Name: libvorbis Version: 1.3.7 -Release: 2 +Release: 3 Summary: The Vorbis General Audio Compression Codec Epoch: 1 License: BSD URL: https://www.xiph.org/ Source: https://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.xz -BuildRequires: gcc, pkgconfig(ogg) >= 1.0 +BuildRequires: gcc, pkgconfig(ogg) >= 1.0 chrpath %description @@ -45,6 +45,8 @@ Documentation for developing applications with libvorbis. %make_install docdir=%{_docdir}/%{name} rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +chrpath -d $RPM_BUILD_ROOT%{_libdir}/libvorbis* + %check make check @@ -70,6 +72,12 @@ make check %ldconfig_scriptlets %changelog +* Thu Nov 09 2023 shixuantong - 1:1.3.7-3 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC:remove rpath + * Tue Oct 25 2022 yanglongkang - 1:1.3.7-2 - Type: bugfix - ID: NA