Name: yfklog Version: 0.3.4 Release: 5%{?dist} Summary: Yet another ham radio logbook Group: Applications/Communications License: GPLv2+ URL: http://fkurz.net/ham/yfklog.html Source0: http://fkurz.net/ham/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}-%{version}-makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch #BuildRequires: Requires: perl(Curses), perl(Net::FTP), perl(DBI), perl(DBD::SQLite) %description YFKlog is a general purpose ham radio logbook for *nix operating systems. It runs in text mode, which means it can easily be used on a remote server, even from Windows-Computers with PuTTY. It was primarily designed with normal HF/VHF-operation in mind. The manual describes most functions and features of YFKlog in detail. It's under permanent construction. Key features * Simple Console based user interface. * MySQL or SQLite database backend * Unlimited number of logs manageable * ADIF import and export * Easy log backup * High quality QSL (cards, labels) print with LaTeX: Sample PDF file * Award tracking/statistics functions (examples) * ARRL LOTW support * Basic transceiver control Hamlib.pm %prep %setup -q %patch0 -p1 %build make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT chmod 0755 $RPM_BUILD_ROOT%{_datadir}/yfklog/yfksubs.pl %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS CHANGELOG MANUAL README RELEASENOTES THANKS %{_bindir}/* %{_datadir}/yfklog %changelog * Tue Dec 04 2007 Robert 'Bob' Jensen 0.3.4-5 - Add perl(DBD::SQLite) requires * Tue Dec 04 2007 Robert 'Bob' Jensen 0.3.4-4 - Fix makefile.patch * Tue Dec 04 2007 Robert 'Bob' Jensen 0.3.4-3 - Fix requires error * Tue Dec 04 2007 Sindre Pedersen Bjørdal 0.3.4-2 - Update License - Add files list - Add patch to fix makefile - Make package noarch * Tue Nov 20 2007 Robert 'Bob' Jensen 0.3.4-1 - Initial SPEC