diff --git a/faust.spec b/faust.spec index 710382e..32e5609 100644 --- a/faust.spec +++ b/faust.spec @@ -1,5 +1,5 @@ Name: faust -Version: 2.37.3 +Version: 2.40.0 Release: 1mamba Summary: Functional programming language for signal processing and sound synthesis Group: Applications/Development @@ -86,6 +86,7 @@ cmake \ %makeinstall PREFIX=%{_prefix} -C tools/sound2faust rm -f %{buildroot}%{_libdir}/ios-libsndfile.a +rm -f %{buildroot}%{_datadir}/faust/max-msp/sndfile/*/libsndfile.a %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -126,10 +127,16 @@ rm -f %{buildroot}%{_libdir}/ios-libsndfile.a %{_libdir}/libfaust.so %{_libdir}/libfaustmachine.a %{_libdir}/libfaustmachine.so +%ifarch %{ix86} arm +%{_libdir}/libfaustwithllvm.a +%endif %doc README.md %changelog +* Wed Apr 13 2022 Automatic Build System 2.40.0-1mamba +- automatic version update by autodist + * Fri Nov 05 2021 Automatic Build System 2.37.3-1mamba - automatic version update by autodist