%define debug_package %{nil} Summary: ARDOP HF modem monitor for Linux Name: ardop-gui Version: 1.0 Release: 1 Group: Applications/Communications License: GNU General Public License (GPL) Source: %{name}-%{version}.tgz URL: http://www.cantab.net/users/john.wiseman/Downloads/Beta/ Vendor: John Wiseman (G8BPQ) Packager: David Ranch (KI6ZHD) Distribution: RedHat Linux AutoReqProv: yes Provides: ardop-gui Requires: qt5-qtbase-gui BuildRequires: gcc qt5-qtbase-devel %description ARDOP-GUI is a visualization tool for the ARDOP HF modem running over a network. It has the ability to show the stat of the TNC on a per packet transmission or reception basis, show the chosen modem mode, the consellation view, as well as a signal or waterfall view. %prep %setup #Beta archive includes some (but not all) pre-built objects that need to be deleted first # but make clean chokes on rm -f *.o %build /usr/bin/qmake-qt5 make %{?_smp_mflags} %install mkdir -p $RPM_BUILD_ROOT/usr/bin mv ARDOP_GUI ardop-gui cp ardop-gui $RPM_BUILD_ROOT/usr/bin/ #mkdir -p $RPM_BUILD_ROOT/usr/share/doc/ardop #cp SerialIntefaceSpec.pdf $RPM_BUILD_ROOT/usr/share/doc/ardop/ %files %defattr(-,root,root) %doc #/usr/share/doc/ardop/SerialIntefaceSpec.pdf %{_bindir}/* %clean %post %postun %changelog * Mon Dec 3 2018 David Ranch - New program