Summary: A GNU utility for monitoring a program's use of system resources. Name: time Version: 1.7 Release: 27.1 License: GPL Group: Applications/System Source: ftp://prep.ai.mit.edu/pub/gnu/%{name}/%{name}-%{version}.tar.gz Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root Prereq: /sbin/install-info %description The GNU time utility runs another program, collects information about the resources used by that program while it is running, and displays the results. %prep %setup -q %build echo "ac_cv_func_wait3=\${ac_cv_func_wait3='yes'}" >> config.cache %configure make %install rm -rf %{buildroot} %makeinstall %clean rm -rf %{buildroot} %post /sbin/install-info %{_infodir}/time.info.gz %{_infodir}/dir \ --entry="* time: (time). GNU time Utility" %preun if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/time.info.gz %{_infodir}/dir \ --entry="* time: (time). GNU time Utility" fi %files %defattr(-,root,root) %doc NEWS README %{_bindir}/time %{_infodir}/time.info* %changelog * Fri Dec 09 2005 Jesse Keating - rebuilt * Wed Mar 02 2005 Karsten Hopp 1.7-27 - build with gcc-4 * Wed Feb 09 2005 Karsten Hopp 1.7-26 - update source URL - rebuilt * Tue Jun 15 2004 Elliot Lee - rebuilt * Fri Feb 13 2004 Elliot Lee - rebuilt * Tue Jun 17 2003 Florian La Roche - rebuild * Wed Jun 04 2003 Elliot Lee - rebuilt * Wed Jan 22 2003 Tim Powers - rebuilt * Tue Nov 19 2002 Tim Powers - rebuild on all arches * Fri Jun 21 2002 Tim Powers - automated rebuild * Wed Jun 19 2002 Florian La Roche - do not strip apps, do not compress info page * Thu May 23 2002 Tim Powers - automated rebuild * Mon Feb 25 2002 Elliot Lee - Remove HAVE_WAIT3 hack, tried to replace it with a requirement for an autoconf with the fixed test, didn't work, put in another less-bad hack instead. * Wed Dec 05 2001 Tom Tromey - Bump release, force HAVE_WAIT3 to be defined at build time * Sun Jun 24 2001 Elliot Lee - Bump release + rebuild. * Wed Jan 31 2001 Preston Brown - prereq install-info (#24715) * Wed Jul 12 2000 Prospector - automatic rebuild * Thu Jun 29 2000 Preston Brown - using / as the file manifesto has weird results. * Sun Jun 4 2000 Jeff Johnson - FHS packaging. * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 9) * Mon Aug 10 1998 Erik Troan - buildrooted and defattr'd * Mon Apr 27 1998 Prospector System - translations modified for de, fr, tr * Mon Oct 27 1997 Cristian Gafton - fixed info handling * Thu Oct 23 1997 Cristian Gafton - updated the spec file; added info file handling * Mon Jun 02 1997 Erik Troan - built against glibc