Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37773734
en ru br
ALT Linux repos
S:1.7-alt4
5.0: 1.7-alt1
4.1: 1.7-alt1
4.0: 1.7-alt1
3.0: 1.7-ipl22mdk

Group :: Monitoring
RPM: time

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: time
Version: 1.7
Release: alt1
Serial: 1

Summary: The GNU time program for measuring system resource usage
License: GPL
Group: Monitoring
Packager: Dmitry V. Levin <ldv at altlinux.org>

# ftp://ftp.gnu.org/pub/gnu/time/time-%version.tar.gz

Source: time-%version.tar
Patch: time-%version-%release.patch

Requires(post): %install_info
Requires(preun): %uninstall_info

%description
The GNU 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 display it on the screen.

The resources that `time' can report on fall into the general categories
of time, memory, I/O, and IPC calls.

The GNU version can format the output in arbitrary ways by using a
printf-style format string to include various resource measurements.

%prep
%setup -q
%patch -p1

%build
autoreconf -fisv

%configure
%make_build

%install
%makeinstall

%post
%install_info time.info

%preun
%uninstall_info time.info

%files
%_bindir/*
%_infodir/*.info*
%doc AUTHORS NEWS README

%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