File reaper-fm.spec of Package reaper-fm
#
# spec file for package reaper-fm
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: reaper-fm
License: REAPER256
Version: 683
Release: 0
Summary: Cross platform DAW
Group: Productivity/Multimedia/Sound/Mixers
URL: https://www.reaper.fm/
Source: https://www.reaper.fm/files/6.x/reaper%{version}_linux_x86_64.tar.xz
BuildRequires: xdg-utils
%description
REAPER is a complete digital audio production application for computers, offering a full multitrack audio and MIDI recording,
editing, processing, mixing and mastering toolset.
%prep
%setup -q -n reaper_linux_x86_64/
%build
%install
./install-reaper.sh --install %{buildroot}/opt --integrate-desktop --quiet
mkdir -p %{buildroot}/%{_bindir}
ln -s /opt/REAPER/reaper %{buildroot}/%{_bindir}/reaper
%files
# Directories
%dir /opt/REAPER
# Files
/opt/REAPER/*
%{_bindir}/reaper