Remove rpath
(cherry picked from commit 771e4c0b9fd173082298f63c390a95b8d6d27af6)
This commit is contained in:
parent
c606416fa6
commit
4d20c9ef81
@ -1,6 +1,6 @@
|
|||||||
Name: opusfile
|
Name: opusfile
|
||||||
Version: 0.12
|
Version: 0.12
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A high-level API provides seeking, decode, and playback of Opus streams
|
Summary: A high-level API provides seeking, decode, and playback of Opus streams
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.opus-codec.org/
|
URL: http://www.opus-codec.org/
|
||||||
@ -8,7 +8,7 @@ Source0: http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz
|
|||||||
Patch0000: 0001-fix-MemorySanitizer-use-of-uninitialized-value.patch
|
Patch0000: 0001-fix-MemorySanitizer-use-of-uninitialized-value.patch
|
||||||
Patch0001: CVE-2022-47021.patch
|
Patch0001: CVE-2022-47021.patch
|
||||||
|
|
||||||
BuildRequires: gcc libogg-devel openssl-devel opus-devel
|
BuildRequires: gcc libogg-devel openssl-devel opus-devel chrpath
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The opusfile library provides seeking, decode, and playback of Opus streams in the Ogg
|
The opusfile library provides seeking, decode, and playback of Opus streams in the Ogg
|
||||||
@ -33,6 +33,7 @@ Development package for opusfile package.
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%delete_la
|
%delete_la
|
||||||
|
chrpath -d %{buildroot}/%{_libdir}/libopus*
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
@ -51,6 +52,9 @@ Development package for opusfile package.
|
|||||||
%{_libdir}/{libopusfile.so,libopusurl.so}
|
%{_libdir}/{libopusfile.so,libopusurl.so}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 16 2024 wangkai <13474090681@163.com> - 0.12-2
|
||||||
|
- Remove rpath
|
||||||
|
|
||||||
* Wed Oct 18 2023 wangkai <13474090681@163.com> - 0.12-1
|
* Wed Oct 18 2023 wangkai <13474090681@163.com> - 0.12-1
|
||||||
- Update to 0.12
|
- Update to 0.12
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user