rpms/libax25/devel libax25.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Robert 'Bob' Jensen (bjensen) fedora-extras-commits at redhat.com
Sat Feb 16 04:15:33 UTC 2008


Author: bjensen

Update of /cvs/pkgs/rpms/libax25/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4548/devel

Modified Files:
	.cvsignore sources 
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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libax25/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Feb 2008 03:37:52 -0000	1.1
+++ .cvsignore	16 Feb 2008 04:14:53 -0000	1.2
@@ -0,0 +1 @@
+libax25-0.0.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libax25/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Feb 2008 03:37:52 -0000	1.1
+++ sources	16 Feb 2008 04:14:53 -0000	1.2
@@ -0,0 +1 @@
+c6ea01e81118451e2e892e634c576c17  libax25-0.0.11.tar.gz




More information about the fedora-extras-commits mailing list