# $Id$ # Authority: dries # Upstream: Joop Stakenborg Summary: Client to connect to a DX-cluster for amateur radio Name: xdx Version: 2.4.2 Release: 1%{?dist} License: GPL Group: Applications/Communications URL: http://www.qsl.net/pg4i/linux/xdx.html Source: http://www.qsl.net/pg4i/download/xdx-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk2-devel >= 2.12 %description Xdx is a client to connect to a DX-cluster for amateur radio. DX messages will be displayed in a list, and announcements will go to a text display. In addition to the usual functions, if you have hamlib installed it can control the radio and set the frequency simply by double clicking a DX-spot (using rigctl). %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR="%{buildroot}" %find_lang %{name} %clean %{__rm} -rf %{buildroot} %files -f %{name}.lang %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO %doc %{_mandir}/man1/xdx.1* %{_bindir}/xdx %{_datadir}/applications/Xdx.desktop %{_datadir}/xdx/ %changelog * Wed Jan 21 2009 Dries Verachtert - 2.4.2-1 - Updated to release 2.4.2. * Fri Mar 09 2007 Dag Wieers - 2.2-2 - Fixed group. * Sun Nov 12 2006 Dries Verachtert - 2.2-1 - Updated to release 2.2. * Sat May 27 2006 Dries Verachtert - 2.1-1 - Initial package.