File mingw64-multimon-ng.spec of Package mingw64-multimon-ng
#
# spec file for package mingw64-multimon-ng
#
# Copyright (c) 2015-2024, 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/
#
%define realname multimon-ng
Name: mingw64-%{realname}
Version: 0.0.0.git1431688037.4cc984f
Release: 0
Summary: A fork of multimon, decodes multiple digital transmission modes
License: GPL-2.0
Group: Productivity/Hamradio/Other
Url: https://github.com/EliasOenal/multimon-ng
Source0: %{realname}-%{version}.tar.xz
Patch0: x.diff
BuildRequires: mingw64-cross-binutils
BuildRequires: mingw64-cross-cmake
BuildRequires: mingw64-cross-gcc
BuildRequires: mingw64-cross-pkg-config
BuildRequires: mingw64-filesystem
Recommends: sox
%{_mingw64_package_header_debug}
BuildArch: noarch
%description
MultimonNG a fork of multimon. It decodes the following digital transmission modes:
* POCSAG512 POCSAG1200 POCSAG2400
* EAS
* UFSK1200 CLIPFSK AFSK1200 AFSK2400 AFSK2400_2 AFSK2400_3
* HAPN4800
* FSK9600
* DTMF
* ZVEI1 ZVEI2 ZVEI3 DZVEI PZVEI
* EEA EIA CCIR
* MORSE CW
%{_mingw64_debug_package}
%prep
%setup -q -n %{realname}-%{version}
%autopatch -p1
%build
%{_mingw64_cmake}
%{_mingw64_make} VERBOSE=1 %{?_smp_mflags}
%install
%{_mingw64_cmake_install}
%files
%license COPYING
%doc COPYING README.md
%{_mingw64_bindir}/multimon-ng.exe
%changelog