Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047829
en ru br
ALT Linux repos
S:1.4.1-alt1
5.0: 1.4.1-alt1
4.1: 1.4.1-alt1
4.0: 1.4.0-alt1
3.0: 1.4.0-alt1

Other repositories
Upstream:1.4.1

Group :: Networking/DNS
RPM: dlint

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: dlint
Version: 1.4.1
Release: alt1
Serial: 1

Summary: A DNS zone verification utility
License: GPLv2+
Group: Networking/DNS
Url: http://www.domtools.com/dns/dlint.shtml
Packager: Dmitry V. Levin <ldv at altlinux.org>
BuildArch: noarch

# http://www.domtools.com/pub/dlint%version.tar.gz

Source: dlint%version.tar
Patch: dlint-1.4.0-alt-tmp.patch

%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).  Designed for Unix, dlint is written in Bourne
Shell and Perl.

%prep
%setup -q -n dlint%version
%patch -p1

%build
sed -i 's|/usr/local/bin/|%_datadir/%name/|g' dlint

%install
install -pD -m755 digparse %buildroot%_datadir/%name/digparse
install -pD -m755 dlint %buildroot%_bindir/%name
install -pD -m644 dlint.1 %buildroot%_man1dir/%name.1

%files
%_bindir/*
%_datadir/%name
%_mandir/man?/*
%doc README CHANGES BUGS TESTCASES COPYRIGHT

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin