Summary: A program that checks links on web sites. Name: linklint Version: 2.3.5 Release: 3 Copyright: GPL Group: Applications/Internet URL: http://www.linklint.org/ Packager: Hyperborea Source: http://www.linklint.org/download/linklint-%{version}.tar.gz BuildRoot: /var/tmp/%{name}-%{version}-buildroot BuildArchitectures: noarch Requires: perl %description Linklint is an Open Source Perl program that checks links on web sites. Features include: * both local-file and HTTP site checking * cross referenced and fully hyperlinked output reports * the ability to check password protected areas * support for all standard server-side image maps * reports of orphan files, and files with mismatching case * a report of which URLs have changed since last checked * support of proxy servers for remote URL checking %prep %setup %build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/bin mkdir -p $RPM_BUILD_ROOT/usr/man/man1 install -m 755 linklint-%{version} $RPM_BUILD_ROOT/usr/bin/linklint %clean # rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc INSTALL.unix CHANGES.txt READ_ME.txt LICENSE.txt doc/* /usr/bin/linklint %changelog * Mon Jul 28 2003 Kelson Vibber - Minor build change to force noarch package * Fri Sep 13 2002 Kelson Vibber - First version of RPM spec