Drop rpath.
This commit is contained in:
parent
5d17cc649a
commit
4f7f2512d7
@ -14,6 +14,7 @@ BuildRequires: libtool
|
|||||||
BuildRequires: alsa-lib-devel
|
BuildRequires: alsa-lib-devel
|
||||||
BuildRequires: flac-devel
|
BuildRequires: flac-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
BuildRequires: chrpath
|
||||||
# optional for rebuilding manual pages from .txt
|
# optional for rebuilding manual pages from .txt
|
||||||
#BuildRequires: asciidoc
|
#BuildRequires: asciidoc
|
||||||
|
|
||||||
@ -71,6 +72,8 @@ other resources you can use to develop Audio File applications.
|
|||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||||
|
|
||||||
|
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/sfconvert
|
||||||
|
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/sfinfo
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{make_check}
|
%if %{make_check}
|
||||||
|
Loading…
Reference in New Issue
Block a user