!20 remove rpath

From: @tong_1001 
Reviewed-by: @hubin95 
Signed-off-by: @hubin95
This commit is contained in:
openeuler-ci-bot 2023-11-10 02:11:53 +00:00 committed by Gitee
commit 2647a4ecc2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,13 +2,13 @@
Name: libvorbis Name: libvorbis
Version: 1.3.7 Version: 1.3.7
Release: 2 Release: 3
Summary: The Vorbis General Audio Compression Codec Summary: The Vorbis General Audio Compression Codec
Epoch: 1 Epoch: 1
License: BSD License: BSD
URL: https://www.xiph.org/ URL: https://www.xiph.org/
Source: https://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.xz 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 %description
@ -45,6 +45,8 @@ Documentation for developing applications with libvorbis.
%make_install docdir=%{_docdir}/%{name} %make_install docdir=%{_docdir}/%{name}
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
chrpath -d $RPM_BUILD_ROOT%{_libdir}/libvorbis*
%check %check
make check make check
@ -70,6 +72,12 @@ make check
%ldconfig_scriptlets %ldconfig_scriptlets
%changelog %changelog
* Thu Nov 09 2023 shixuantong <shixuantong1@huawei.com> - 1:1.3.7-3
- Type: bugfix
- ID: NA
- SUG: NA
- DESC:remove rpath
* Tue Oct 25 2022 yanglongkang<yanglongkang@h-partners.com> - 1:1.3.7-2 * Tue Oct 25 2022 yanglongkang<yanglongkang@h-partners.com> - 1:1.3.7-2
- Type: bugfix - Type: bugfix
- ID: NA - ID: NA