rpms/libpcapnav/F-9 libpcapnav.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann ixs at fedoraproject.org
Tue Dec 23 09:08:05 UTC 2008


Author: ixs

Update of /cvs/pkgs/rpms/libpcapnav/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17744/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	libpcapnav.spec 
Log Message:
Initial import



--- NEW FILE libpcapnav.spec ---
Name:           libpcapnav
Version:        0.8
Release:        2%{?dist}
Summary:        Wrapper library for libpcap offering navigation inside of a tracefile

Group:          System Environment/Libraries
License:        MIT with advertising
URL:            http://netdude.sourceforge.net/
Source0:        http://downloads.sourceforge.net/netdude/libpcapnav-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libpcap-devel, gtk-doc >= 0.6, /bin/sed

%description
Libpcapnav is a libpcap wrapper library that allows navigation to arbitrary
packets in a tcpdump trace file between reads, using timestamps or percentage
offsets. It was originally based on Vern Paxson's tcpslice tool.


%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
# Fixup the -L call in the pkg-config file
sed -i -e 's/libdirs=-L at libdir@/libdirs=/' pcapnav-config.in


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
find %{buildroot} -name '*.la' -exec rm -f {} ';'


%clean
rm -rf %{buildroot}


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc README COPYING
%{_bindir}/pcapnav-config
%{_includedir}/*
%{_libdir}/*.so
%{_datadir}/gtk-doc/html/pcapnav/

%changelog
* Tue Oct 17 2008 Andreas Thienemann <andreas at bawue.net> - 0.8-2
- Fixups for fedora compliance

* Tue Aug 12 2008 Andreas Thienemann <athienem at redhat.com> - 0.8-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libpcapnav/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Dec 2008 02:54:45 -0000	1.1
+++ .cvsignore	23 Dec 2008 09:07:35 -0000	1.2
@@ -0,0 +1 @@
+libpcapnav-0.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libpcapnav/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Dec 2008 02:54:45 -0000	1.1
+++ sources	23 Dec 2008 09:07:35 -0000	1.2
@@ -0,0 +1 @@
+005a0a2d6f1164f1212a7c10ab950b36  libpcapnav-0.8.tar.gz




More information about the fedora-extras-commits mailing list