Name: libax25 Version: 1.0.3 Release: 1%{?dist} Summary: AX.25 library for hamradio applications Group: System Environment/Libraries License: LGPLv2+ URL: http://code.google.com/p/linuxax25/ Source0: http://linuxax25.googlecode.com/files/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #BuildRequires: #Requires: %description libax25 is a library for ham radio applications that use the ax25 protocol. Included are routines to do ax25 address parsing, common ax25 application config file parsing, etc. This version reflects VE7FET's patched version above and beyond the legacy "official" AX.25 tools. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_libdir}/*.so.* %{_mandir}/man?/* %files devel %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_includedir}/* %{_libdir}/*.so %changelog * Thu Jun 21 2012 1.0.3 - SPEC file to use VE7FET code which has merged in all the changes from F6BVPs tree * Sun Jun 21 2009 0.0.12-rc2 - Fix numerous warnings triggered by modern compilers - Updated to recent autoconf and automake version to keep the code - buildable on modern distributions. - libax25 will again find AX.25 interfaces if if they do not have an IP address assigned. * Sat Feb 16 2008 Robert 'Bob' Jensen 0.0.11-3 - fix files section per review * Thu Dec 06 2007 Robert 'Bob' Jensen 0.0.11-2 - rpmlint fixes * Thu Dec 06 2007 Sindre Pedersen Bjørdal 0.0.11-1 - Initial Build