remove rpath
This commit is contained in:
parent
94c883addb
commit
bcc1947df3
@ -1,13 +1,13 @@
|
|||||||
Name: libvorbis
|
Name: libvorbis
|
||||||
Version: 1.3.7
|
Version: 1.3.7
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free,
|
Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free,
|
||||||
@ -42,6 +42,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
|
||||||
|
|
||||||
@ -67,6 +69,9 @@ make check
|
|||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 09 2023 shixuantong <shixuantong1@huawei.com> - 1:1.3.7-2
|
||||||
|
- remove rpath
|
||||||
|
|
||||||
* Mon Aug 03 2020 Leo Fang <leofang_94@163.com> - 1.3.7-1
|
* Mon Aug 03 2020 Leo Fang <leofang_94@163.com> - 1.3.7-1
|
||||||
- Upgrade to version 1.3.7
|
- Upgrade to version 1.3.7
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user