File mtflashwiz.spec of Package mtflashwiz
#
# spec file for package mtflashwiz
#
# Copyright (c) 2022, 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 https://bugs.opensuse.org/
#
Name: mtflashwiz
Version: 3.0.0.3
Release: 0
Summary: Multi-Tech's MultiPlatform Flash Wizard
License: MIT
Group: Hardware/Modem
URL: http://mtflashwiz.sourceforge.net/
Source: https://sourceforge.net/projects/mtflashwiz/files/flashwiz-src_%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: gcc-c++
%description
Flash update modems manufactured by Multi-Tech Systems Inc by sending
ASCII hex files through serial channels to said modems.
%prep
%setup -q -n mtflashwiz
%build
cd flashwiz-src
%configure
%make_build
%install
install -Dm 0755 flashwiz-src/flashwiz %{buildroot}/%{_bindir}/mtflashwiz
%files
%license flashwiz-src
%doc flashwiz-src/README
%{_bindir}/mtflashwiz
%changelog