File yagiuda.spec of Package yagiuda
#
# spec file for package yagiuda
#
# 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: yagiuda
Summary: Yagi antenna analysis with the Yagi-Uda Project
Version: 1.19
Release: 0
License: GPL-2.0
Group: Productivity/Hamradio/Other
Source: https://www.g8wrb.co.uk/yagi/%{name}-%{version}.tar.gz
Patch1: factory_fix.diff
Url: https://www.g8wrb.co.uk/yagi/
BuildRequires: gcc
%description
The Yagi-Uda project is a set of programmes for designing, detailed
analys and optimising Yagi-Uda antennas, with 2 or more elements,
such as shown below. Additionall, a very simple program called
%prep
%autosetup -p1
%build
%configure
%make_build
%install
%make_install
%post
%files
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man5/*
%doc AUTHORS BUGS ChangeLog NEWS README TODO doc/*.html doc/*.jpg
%license COPYING
%changelog