]> git.pld-linux.org Git - packages/dnswalk.git/blame_incremental - dnswalk.spec
- converted to UTF-8
[packages/dnswalk.git] / dnswalk.spec
... / ...
CommitLineData
1#
2# Conditional build:
3%bcond_without autodeps # don't BR packages needed only for resolving deps
4#
5%include /usr/lib/rpm/macros.perl
6Summary: The dnswalk DNS database debugger
7Summary(pl.UTF-8): Narzędzie do diagnostyki baz danych DNS
8Name: dnswalk
9Version: 2.0.2
10Release: 0.2
11License: Artistic
12Group: Applications/Networking
13Source0: http://www.visi.com/~barr/dnswalk/%{name}-%{version}.tar.gz
14# Source0-md5: 62b9302822353fad71d51aefdae1cad1
15Patch0: %{name}-perlpath.patch
16Patch1: %{name}-delete-filterout.patch
17URL: http://www.visi.com/~barr/dnswalk/
18BuildRequires: rpm-perlprov >= 4.1-13
19%if %{with autodeps}
20BuildRequires: perl-Net-DNS
21%endif
22Buildarch: noarch
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26dnswalk is a DNS debugger. It performs zone transfers of specified
27domains, and checks the database in numerous ways for internal
28consistency, as well as accuracy.
29
30%description -l pl.UTF-8
31dnswalk to narzędzie do diagnostyki DNS-ów. Wykonuje transfery stref
32dla podanych domen i sprawdza bazę danych w różny sposób pod kątem
33wewnętrznej spójności oraz dokładności.
34
35%prep
36%setup -q -c
37%patch0 -p1
38%patch1 -p0
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
44install %{name} $RPM_BUILD_ROOT%{_sbindir}
45install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc CHANGES README TODO makereports sendreports rfc1912.txt do-dnswalk
53%attr(755,root,root) %{_sbindir}/%{name}
54%{_mandir}/man1/%{name}.1*
This page took 0.092928 seconds and 4 git commands to generate.