rpms/dnstop/devel dnstop.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

konradm konradm at fedoraproject.org
Mon Jan 4 23:09:50 UTC 2010


Author: konradm

Update of /cvs/pkgs/rpms/dnstop/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21281/devel

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



--- NEW FILE dnstop.spec ---
Name:           dnstop
Version:        20090128
Release:        1%{?dist}
Summary:        Displays information about DNS traffic on your network
Group:          Applications/System
License:        BSD
URL:            http://dns.measurement-factory.com/tools/dnstop/
Source0:        http://dns.measurement-factory.com/tools/dnstop/src/dnstop-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  libpcap-devel
BuildRequires:  ncurses-devel


%description
dnstop is a libpcap application (ala tcpdump) that displays various
tables of DNS traffic on your network.

dnstop supports both IPv4 and IPv6 addresses.

To help find especially undesirable DNS queries, dnstop provides a
number of filters.

dnstop can either read packets from the live capture device, or from a
tcpdump savefile.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8

sed -i \
  -e 's|^bindir=|bindir=$(DESTDIR)|' \
  -e 's|^mandir=|mandir=$(DESTDIR)|' \
  Makefile

make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE CHANGES
%{_bindir}/dnstop
%{_mandir}/man8/dnstop.8*


%changelog
* Thu Dec 24 2009 Conrad Meyer <konrad at tylerc.org> - 20090128-1
- Initial package.


--- NEW FILE import.log ---
dnstop-20090128-1_fc11:HEAD:dnstop-20090128-1.fc11.src.rpm:1262646456


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dnstop/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Jan 2010 20:08:48 -0000	1.1
+++ .cvsignore	4 Jan 2010 23:09:50 -0000	1.2
@@ -0,0 +1 @@
+dnstop-20090128.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dnstop/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Jan 2010 20:08:48 -0000	1.1
+++ sources	4 Jan 2010 23:09:50 -0000	1.2
@@ -0,0 +1 @@
+827a0d2020b157b925411dd30b6feff3  dnstop-20090128.tar.gz




More information about the fedora-extras-commits mailing list