Name: ax25-apps Version: 0.0.6 Release: 2%{?dist} Summary: AX.25 ham radio applications Group: Applications/Communications #ax25ipd is BSD licensed, rest is GPLv2+ License: GPLv2+ and BSD URL: http://ax25.sourceforge.net/ Source0: http://downloads.sourceforge.net/ax25/%{name}-%{version}.tar.gz #listen and call are too generic names, rename to axlisten and axcall in all instances, thanks debian maintainers Patch0: %{name}-%{version}-nongenericnames.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf automake14 libtool BuildRequires: libax25-devel, ncurses-devel %description This package provides specific user applications for hamradio that use AX.25 Net/ROM or ROSE network protocols: * axcall: a general purpose AX.25, NET/ROM and ROSE connection program. * axlisten: a network monitor of all AX.25 traffic heard by the system. * ax25ipd: an RFC1226 compliant daemon which provides encapsulation of AX.25 traffic over IP. * ax25mond: retransmits data received from sockets into an AX.25 monitor socket. %prep %setup -q %patch0 -p1 %build #the patch requires rebuilding of makefiles and such aclocal-1.4; autoconf; automake-1.4 %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT #don't include these twice rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name} # Fix the encoding on the doc files to be UTF-8 recode() { iconv -f "$2" -t utf-8 < "$1" > "${1}_" mv -f "${1}_" "$1" } recode AUTHORS iso-8859-15 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %doc ax25ipd/COPYING.ax25ipd ax25ipd/HISTORY.ax25ipd ax25ipd/README.ax25ipd %doc ax25rtd/TODO.ax25rtd ax25rtd/README.ax25rtd %{_bindir}/* %{_sbindir}/* %{_mandir}/man?/* %changelog * Sat Feb 16 2008 Robert 'Bob' Jensen 0.0.6-2 - Submit for review * Thu Dec 06 2007 Sindre Pedersen Bjørdal 0.0.6-1 - Initial Build