From 20978f07c06d9f3ed1583f1869e5b29c673e2f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E8=B6=85=E8=B6=85?= Date: Sat, 4 Sep 2021 10:23:18 +0000 Subject: [PATCH] Remove rpath compilation option --- libvorbis.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libvorbis.spec b/libvorbis.spec index 8e87293..7e1f074 100644 --- a/libvorbis.spec +++ b/libvorbis.spec @@ -2,13 +2,13 @@ Name: libvorbis Version: 1.3.7 -Release: 1 +Release: 2 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 @@ -48,6 +48,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %check make check +chrpath -d %{buildroot}%{_libdir}/libvorbis* + %files %doc AUTHORS %license COPYING @@ -70,6 +72,12 @@ make check %ldconfig_scriptlets %changelog +* Sat Sep 4 2021 wuchaochao - 1.3.7-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Remove rpath compilation option + * Thu Jul 28 2020 wenzhanli - 1.3.7-1 - Type:bugfix - ID:NA