]> git.pld-linux.org Git - packages/dnstracer.git/commitdiff
- initial pld version RA-1_0 STABLE dnstracer-1_6-1
authorundefine <undefine@pld-linux.org>
Fri, 6 Sep 2002 13:39:29 +0000 (13:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dnstracer.spec -> 1.1

dnstracer.spec [new file with mode: 0644]

diff --git a/dnstracer.spec b/dnstracer.spec
new file mode 100644 (file)
index 0000000..94d0092
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       dns tracer
+Summary(pl):   Program ¶ledz±cy zapytania DNS
+Name:          dnstracer
+Version:       1.6
+Release:       1
+Group:         Applications/Networking
+License:       BSD Style
+Source0:       http://www.mavetju.org/download/dnstracer-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Dnstracer determines where a given Domain Name Server (DNS) gets its
+information from, and follows the chain of DNS servers back to the
+servers which know the data.
+
+Its behaviour is similair to ntptrace(8), which does it for the NTP
+protocol.
+
+%description -l pl
+Dnstracer rozpoznaje sk±d podane serwery DNS pobieraj± swoje informacje i
+pod±¿a za ³añcuchem serwerów DNS bezpo¶rednio do serwera który zawiera
+poszukiwane informacje.
+
+Jego zachowanie jest podobne do ntptrace(8), który dokonuje podobnej operacji
+korzystaj±c z protoko³u NTP.
+
+%prep
+rm -rf %{buildroot}
+%setup -q
+
+%build
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# %{__make} DESbindir=%{buildroot}%{_bindir} mandir=%{buildroot}%{_mandir} install
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES CONTACT FILES LICENSE
+%attr(755,root,root) %{_bindir}/dnstracer
+%{_mandir}/man8/dnstracer.8*
This page took 0.118053 seconds and 4 git commands to generate.