Summary: The 'octofile' program provides A/B processing with file input and output. Name: octofile Version: 0.3.2 Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://kokkinizita.linuxaudio.org/linuxaudio/ Source0: https://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc gcc-c++ BuildRequires: libsndfile-devel fftw-devel %description The 'octofile' program provides A/B processing with file input and output. The DSP part is completely separated from the file I/O, and can be used safely in a real-time context such as an ASIO or VST callback. %prep %setup -q %build rm -rf $RPM_BUILD_ROOT # Force Fedora's optflags sed -i 's|-O2|%{optflags}|' source/Makefile pushd source make PREFIX=%{_prefix} popd %install pushd source make PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT install popd %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS README* %license COPYING %{_bindir}/* %{_mandir}/* %changelog * Wed May 13 2020 Yann Collette - 0.3.2-1 - Initial spec file