File ODR-EDI2EDI.spec of Package ODR-EDI2EDI
#
# spec file for package ODR-EDI2EDI
#
# Copyright (c) 2020-2025, Martin Hauke <mardnh@gmx.de>
#
# 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: ODR-EDI2EDI
Version: 0.4.0
Release: 0
Summary: An EDI/TCP to EDI/UDP bridge for DAB Ensemble transport
License: GPL-3.0-or-later
Group: Productivity/Hamradio/Other
URL: https://www.opendigitalradio.org/
#Git-Clone: https://github.com/Opendigitalradio/ODR-EDI2EDI.git
Source: https://github.com/Opendigitalradio/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: fix-build.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libzmq)
%description
An EDI/TCP to EDI/UDP bridge for DAB Ensemble transport.
%prep
%autosetup -p1
%build
autoreconf -fiv
%configure
%make_build
%install
%make_install
%files
%license LICENCE
%doc README.md
%{_bindir}/odr-edi2edi
%changelog