Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 4ff75171c869f4014b2ace62dc58c020 > files > 3

dlint-1.4.0-3mdk.src.rpm

%define name dlint
%define version 1.4.0
%define release 3mdk

Summary: A DNS error checking utility
Name: %{name}
Version: %{version}
Release: %{release}
Source: http://www.domtools.com/pub/%{name}%{version}.tar.bz2
Patch0: %{name}-rrfilt.patch.bz2
Patch1: %{name}-tempdir.patch.bz2
License: GPL
URL: http://www.domtools.com/dns/dlint.shtml
Group: Networking/Other
Prefix: %{_prefix}
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: bind-utils, perl

%description 
This program analyzes any DNS zone you specify, and reports any
problems it finds by displaying errors and warnings.  Then it descends
recursively to examine all zones below the given one (this can be
disabled with a command line option).

%prep
%setup -q -n %{name}%{version}
%patch0 -p1 -b .rrfilt
%patch1 -p1 -b .tempdir
%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir} \
	$RPM_BUILD_ROOT%{_datadir}/%{name} \
	$RPM_BUILD_ROOT%{_mandir}/man1
install -m 755 dlint digparse $RPM_BUILD_ROOT%{_bindir}
install -m 755 digparse $RPM_BUILD_ROOT%{_datadir}/%{name}
install -m 644 dlint.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING CHANGES COPYRIGHT TESTCASES
%{_bindir}/*
%{_datadir}/%{name}/*
%{_mandir}/*/*

%changelog
* Sat Feb 07 2004 Giuseppe Ghibò <ghibo@mandrakesoft.com> 1.4.0-3mdk
- Added patch from ALT Linux to use mktemp instead of /var/tmp.
- Fixed Patch0 to use digparse into /usr/share/dlint path.

* Wed Feb 19 2003 Giuseppe Ghibò <ghibo@mandrakesoft.com> 1.4.0-2mdk
- Rebuilt.

* Fri Jan 11 2002 Giuseppe Ghibò <ghibo@mandrakesoft.com> 1.4.0-1mdk
- initial release.