]> git.pld-linux.org Git - packages/dnscap.git/commitdiff
- initial PLD release
authorTomasz Pala <gotar@pld-linux.org>
Sun, 2 Mar 2008 18:46:29 +0000 (18:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dnscap.spec -> 1.1

dnscap.spec [new file with mode: 0644]

diff --git a/dnscap.spec b/dnscap.spec
new file mode 100644 (file)
index 0000000..edfb71c
--- /dev/null
@@ -0,0 +1,41 @@
+#
+%define                _snap   080302
+Summary:       Network capture utility for DNS traffic
+Summary(pl.UTF-8):     Zamiennik tcpdumpa dla ruchu DNS
+Name:          dnscap
+Version:       0.%{_snap}
+Release:       1
+License:       ISC
+Group:         Applications/Networking
+Source0:       %{name}-%{_snap}.tar.gz
+# Source0-md5: e5451875e01551568e46a3c461641311
+URL:           http://public.oarci.net/tools/dnscap/
+BuildRequires: bind-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Network capture utility designed specifically for DNS traffic. It is
+expected to be used for gathering continuous research or audit traces.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make} \
+       PORTCFLAGS="%{rpmcflags}" \
+       CDEBUG=""
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install dnscap $RPM_BUILD_ROOT%{_bindir}
+install dnscap.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*.1*
This page took 0.113271 seconds and 4 git commands to generate.