Name: ax25mail-utils Version: 0.11 Release: 7.2%{?dist} Summary: AX.25 ham radio mail application Group: Applications/Communications License: GPLv2+ URL: http://ax25mail-utils.sourceforge.net/ Source0: http://sourceforge.net/settings/mirror_choices?projectname=ax25mail&filename=ax25mail-utils/%{version}/ax25mail-utils-%{version}.tar.gz Patch0: ax25mail-utils_0.11-6.1.diff Patch1: ax25mail-utils_0.11-ulistd.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, automake, libtool BuildRequires: libax25-devel %description This package provides utilities to download a message list or messages from a fbb AX.25 bbs: * axgetlist - read the message list from the BBS * axgetmail - automatically download messages from the F6FBB BBS * axgetmsg - download selected messages from F6FBB BBS * home_bbs - find home BBS or force a home BBS for the callsign * msgcleanup - delete the messages with their lifetime exceeded * ulistd - collect FBB BBS messages list sent via unproto frames * update_routes - update the database of BBS and callsigns %prep %setup -q %patch0 -p1 %patch1 -p1 %build #LEGACY - the patch requires rebuilding of makefiles and such #aclocal-1.4; autoconf; automake-1.4 %configure make %{?_smp_mflags} make installconf %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 debian/changelog BUGS COPYING NEWS README %{_bindir}/* %{_sbindir}/* %{_localstatedir}/ax25/* #this isn't working #%dir %{_localstatedir}/ax25/ulistd %{_mandir}/man?/* %changelog * Fri Jun 01 2012 0.0.11-7.2 - Added install-conf to include the example configuration files * Fri May 25 2012 0.0.11-7.1 - First RPM version of ax25mail-utils that I can find based on Debian's 0.11-6 patches - Also fixed ulistd to compile due to the wrong specification of old libs