rpms/libax25/F-7 libax25.spec,NONE,1.1

Robert 'Bob' Jensen (bjensen) fedora-extras-commits at redhat.com
Sat Feb 16 05:43:22 UTC 2008


Author: bjensen

Update of /cvs/pkgs/rpms/libax25/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13702

Added Files:
	libax25.spec 
Log Message:



--- NEW FILE libax25.spec ---
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 <bob at bobjensen.com> 0.0.11-3
- fix files section per review

* Thu Dec 06 2007 Robert 'Bob' Jensen <bob at bobjensen.com> 0.0.11-2
- rpmlint fixes

* Thu Dec 06 2007 Sindre Pedersen Bjørdal <foolish at guezz.net> 0.0.11-1
- Initial Build




More information about the fedora-extras-commits mailing list