Name: libax25 Version: 0.0.11 Release: 3%{?dist} Summary: AX.25 library for hamradio applications Group: System Environment/Libraries License: LGPLv2+ URL: http://ax25.sourceforge.net/ Source0: http://downloads.sourceforge.net/ax25/%{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. %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 * 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