Summary: Calculates distance and azimuth between two Maidenhead locators Name: wwl Version: 1.3 Release: 6%{?dist} # https://lists.fedoraproject.org/archives/list/legal@lists.fedoraproject.org/thread/SVSSA3AYDGFHA4NZWJPZCNNBRSSUV5DT/ License: Semi-Permissive URL: http://www.db.net/downloads/ Source: http://www.db.net/downloads/wwl+db-%{version}.tgz BuildRequires: gcc BuildRequires: make %description This program combines two handy ham radio Maindensquare programs into one. When used as locator, it will take the Maindenhead square on the command line and write it back out as lat / long. When used as wwl, it will calculate distance and azimuth between the two Maidenhead squares given. If only four characters of the Maidenhead square is given, this program will auto fill in the missing two chars with 'AA'. %prep %autosetup -n wwl+db-%{version} %build %make_build CFLAGS="%{optflags}" %install mkdir -p "%{buildroot}%{_bindir}" "%{buildroot}%{_mandir}/man1" %make_install PREFIX="%{buildroot}%{_prefix}" MAN1PREFIX="%{buildroot}%{_mandir}/man1/" LN="ln -r" chmod 0644 %{buildroot}%{_mandir}/man1/wwl.1* %files %{_bindir}/* %{_mandir}/*/* %changelog * Sat Jul 23 2022 Fedora Release Engineering - 1.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jan 22 2022 Fedora Release Engineering - 1.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 1.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Oct 1 2020 Jaroslav Škarvada - 1.3-2 - Fixed according to the review * Thu Aug 20 2020 Jaroslav Škarvada - 1.3-1 - Initial release