General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Primary buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

xdx spec file : Dries RPM Repository

Back to the xdx rpms

Current spec in pydar2:


# $Id: xdx.spec 5225 2007-03-09 21:50:51Z dag $
# Authority: dries
# Upstream: Joop Stakenborg 

Summary: Client to connect to a DX-cluster for amateur radio
Name: xdx
Version: 2.2
Release: 2
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.6

%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}
%makeinstall
%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}/xdx/
%{_datadir}/applications/Xdx.desktop

%changelog
* 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.