|
|
|
@ -14,6 +14,7 @@ BuildRequires: libtool
|
|
|
|
|
BuildRequires: alsa-lib-devel
|
|
|
|
|
BuildRequires: flac-devel
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: chrpath
|
|
|
|
|
# optional for rebuilding manual pages from .txt
|
|
|
|
|
#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}/*.a
|
|
|
|
|
|
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/sfconvert
|
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/sfinfo
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%if %{make_check}
|
|
|
|
|