File jack-smf-utils.spec of Package jack-smf-utils
# spec file for package jack-smf-utils
#
# Copyright (c) 2020 Fabio Pesari
#
# 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 http://bugs.opensuse.org/
Name: jack-smf-utils
Version: git.master.2020.01.02
Release: 0
Summary: Standard MIDI File (SMF) utilities (player and recorder)
License: BSD-2-Clause
Group: Productivity/Multimedia/Sound/Editors and Convertors
URL: https://github.com/zynthian/jack-smf-utils
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc gcc-c++
BuildRequires: glib2-devel
BuildRequires: lash-devel
BuildRequires: libjack-devel
%description
jack-smf-utils is a set of two utilities - jack-smf-player and
jack-smf-recorder - whose purpose is to play and record MIDI streams
from/to Standard MIDI Files (i.e. the files with .mid extension) using
JACK MIDI. It uses libsmf as a backend.
%prep
%setup -q
%build
%configure
%make_build
%install
%make_install
%files
%doc README.md AUTHORS
%license COPYING
%{_bindir}/smfsh
%{_mandir}/man1/jack-smf-player.1.gz
%{_mandir}/man1/jack-smf-recorder.1.gz
%{_bindir}/jack-smf-player
%{_bindir}/jack-smf-recorder
%changelog