File etisnoop.spec of Package etisnoop
#
# spec file for package etisnoop
#
# Copyright (c) 2017-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: etisnoop
Version: 2.2.0
Release: 0
Summary: A ETI file analyser
License: GPL-3.0-or-later
Group: Productivity/Hamradio/Other
URL: http://www.opendigitalradio.org/
#Git-Clone: https://github.com/Opendigitalradio/etisnoop.git
Source: https://github.com/Opendigitalradio/etisnoop/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libfaad-devel
Provides: bundled(libfec)
%description
The ETISnoop analyser decodes and prints out a RAW ETI file in a form that makes
analysis easier. It can show information about the signalling, details about the
FIGs, and extract a DAB+ subchannel into a file.
%prep
%autosetup
%build
autoreconf -fiv
%configure
%make_build
%install
%make_install
%files
%license LICENCE
%doc README.md
%{_bindir}/etisnoop
%changelog