From 4166ba582deac9d1648cfbef98df0848ee6dd2df Mon Sep 17 00:00:00 2001 From: Randall 'Randy' Berry Date: Apr 08 2009 02:07:48 +0000 Subject: Upstream Upgrade to 0.0.9 --- diff --git a/.cvsignore b/.cvsignore index d0970e4..e472b4e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ax25-tools-0.0.8.tar.gz +ax25-tools.tar.gz diff --git a/ax25-tools.spec b/ax25-tools.spec index 2f10c89..9936a53 100644 --- a/ax25-tools.spec +++ b/ax25-tools.spec @@ -1,22 +1,26 @@ Name: ax25-tools -Version: 0.0.8 -Release: 3%{?dist} +Version: 0.0.9 +Release: 1%{?dist} Summary: Tools used to configure an ax.25 enabled computer Group: Applications/Communications License: GPLv2+ -URL: http://ax25.sourceforge.net/ -Source0: http://downloads.sourceforge.net/ax25/%{name}-%{version}.tar.gz -#Patch by Daniel Schepler to include soundmodem.h, which was obsoleted and removed from the 2.6 kernel -Patch0: %{name}-%{version}-soundmodem.h.patch -#Patch by Thomas Sailer to work around issue with BSD style pseudo-terminal not being supported anymore. Adds support for Unix98 pseudo-terminals. -Patch1: %{name}-%{version}-Unix98-ptmx.patch +URL: http://www.linux-ax25.org/wiki/LinuxAX25 +Source0: http://www.linux-ax25.org/cvsweb/%{name}/%{name}.tar.gz + +# Patch to include soundmodem.h, which was obsoleted and removed from the 2.6 kernel +# Patch0: +# Patch by Thomas Sailer to work around issue with BSD style pseudo-terminal +# not being supported anymore. Adds support for Unix98 pseudo-terminals. +# Patch1: %{name}-%{version}-Unix98-ptmx.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: automake BuildRequires: libax25-devel BuildRequires: ncurses-devel -BuildRequires: libXt-devel, fltk-devel +BuildRequires: libXt-devel +BuildRequires: fltk-devel %description ax25-tools is a collection of tools that are used to configure an ax.25 enabled @@ -24,11 +28,12 @@ computer. They will configure interfaces and assign callsigns to ports as well as Net/ROM and ROSE configuration. %prep -%setup -q -%patch0 -p1 -%patch1 -p0 +%setup -qn %{name} +#%patch0 -p1 +#%patch1 -p1 %build +autoreconf %configure make %{?_smp_mflags} @@ -52,7 +57,12 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/* %{_mandir}/man?/* -%changelog +%changelog +* Thu Mar 12 2009 Randall J. Berry 0.0.9-1 +- Upstream update to 0.0.9, #488049 +- Upstream URL has changed +- Remove patches applied to newer source + * Thu Dec 11 2008 Sindre Pedersen Bjørdal 0.0.8-3 - Fix pseudo-terminal issue, #475045 diff --git a/sources b/sources index b543373..3c88d35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -70172b979b38a9434f21d2e8152f0d5e ax25-tools-0.0.8.tar.gz +08f1d4990c628346cc01fad6de19a46c ax25-tools.tar.gz