Name: time Version: 1.7 Release: 2mamba Summary: A GNU utility for monitoring a program's use of system resources Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Aleph0 URL: http://www.gnu.org/software/time/time.html Source: ftp://ftp.gnu.org/gnu/time/time-%{version}.tar.gz Patch: %{name}-1.7-destdir.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: bash BuildRequires: glibc-devel BuildRequires: texinfo ## AUTOBUILDREQ-END PreReq: %{__install_info} BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The `time' command runs another program, then displays information about the resources used by that program, collected by the system while the program was running. You can select which information is reported and the format in which it is shown, or have `time' save the information in a file instead of displaying it on the screen. %prep %setup -q %patch -p1 %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && 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 exit 0 %files %defattr(-,root,root) %{_bindir}/time %{_infodir}/time.info.* %doc AUTHORS COPYING ChangeLog NEWS README %changelog * Tue Dec 04 2007 Aleph0 1.7-2mamba - added missing build requirements - new package maintainer * Fri Mar 23 2007 Aleph0 1.7-1qilnx - package created by autospec