File amidi2net.spec of Package amidi2net
#
# spec file for package amidi2net
#
# Copyright (c) 2025 SUSE LLC
#
# 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: amidi2net
Version: 0.4
Release: 0
Summary: ALSA Network MIDI 2.0 UDP Server / Client
License: MIT
URL: https://github.com/tiwai/amidi2net
Source0: https://github.com/tiwai/amidi2net/archive/refs/tags/v%{version}tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: automake
BuildRequires: alsa-devel >= 1.2.13
BuildRequires: libavahi-devel
BuildRequires: libopenssl-devel
%description
This package contains example programs for Network MIDI 2.0 UDP
server and client with ALSA API. The implementation is based on
Network MIDI 2.0 (UDP) Transport Specification v1.0.
%prep
%autosetup -p1
%build
autoreconf -fi
%configure
%make_build
%install
%make_install
%files
%{_bindir}/*
%{_mandir}/*/*
%changelog