Summary: A TCL-based application to provide help with PHP Name: phphelp Version: 1.0.2 Release: 1 Copyright: GPL Group: Development/Languages Source: http://www.timj.co.uk/linux/%{name}-%{version}.tar.gz URL: http://www.timj.co.uk/linux/ Requires: tcl phpmanual BuildRoot: %{_tmppath}/%{name}-root BuildArch: noarch %description phphelp is a TCL application which provides pop-up help on PHP functions and keywords. It includes a macro for use with the Nirvana Editor (NEdit) %prep %setup -q %build %clean rm -rf $RPM_BUILD_ROOT %install pwd mkdir -p $RPM_BUILD_ROOT/opt/phphelp cp -p * $RPM_BUILD_ROOT/opt/phphelp/ %files %defattr(-,root,root) /opt/phphelp/* %doc license.terms README %changelog * Sun Jan 20 2002 Tim Jackson - Updated to 1.0.2 * Tue Jan 15 2002 Tim Jackson - initial build