Name: lpsk31 Version: 1.1 Release: 1%{?dist} Summary: A ncurses application for ham radio communications using PSK31 digital mode Group: Applications/Communications License: GPLv2+ URL: http://5b4az.chronos.org.uk/pages/digital.html Source0: http://5b4az.chronos.org.uk/pkg/psk31/lpsk31/%{name}-%{version}.tar.gz Patch0: lpsk31-1.1-makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel #Requires: %description lpsk31 is a ncurses console application for ham radio communications in the popular PSK31 digital mode. lpsk31 uses only integer arithmetic for both signal detection and audio tone synthesis, so that it needs no floating point calculations for its operation. lpsk31 can keep a log of QSO's in text and ADIF format as well as a raw log of all that is typed in the transmit window or displayed in the receive window. %prep %setup -q -n %{name} %patch0 -p1 %build make CC="gcc $RPM_OPT_FLAGS" %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files #doesn't contain a copy of GPLv2 License, queried upstream %defattr(-,root,root,-) %doc AUTHORS README doc/* %{_bindir}/%{name} %changelog * Sat Mar 01 2008 Robert 'Bob' Jensen 1.1-1 - Initial SPEC