Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > ec23e50b9a58f7e2dd8664e2bca1d697 > files > 4

time-1.7-18mdk.src.rpm

Summary: A GNU utility for monitoring a program's use of system resources.
Name: time
Version: 1.7
Release: 18mdk
Copyright: GPL
Group: Monitoring
Source: ftp://ftp.gnu.org/pub/gnu/time/time-1.7.tar.bz2
Patch0: time-1.7.info.patch.bz2
Patch1: time-1.7.wait3-def.patch.bz2
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-root

%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.

Time can help developers optimize their programs.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
aclocal
autoconf
automake -a
autoheader

%build

%configure
make LDFLAGS=-s

%install
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%post
%{_install_info %name.info}

%preun
%{_remove_install_info %name.info}

%files
%defattr(-,root,root)
%doc NEWS README
%{_bindir}/time
%{_infodir}/time.info*

%changelog
* Mon Jun 25 2001 Jeff Garzik <jgarzik@mandrakesoft.com> 1.7-18mdk
- patch configure.in to workaround broken wait3 check.
- regenerate autoconf/automake on every build, to enable
  new patched configure.in.
- use acconfig.h for two missing autoconf's symbols.

* Fri Sep  1 2000 Pixel <pixel@mandrakesoft.com> 1.7-17mdk
- fix info

* Fri Jul 28 2000 Francis Galiegue <fg@mandrakesoft.com> 1.7-16mdk
- Use %*info* macros

* Thu Jul 27 2000 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.7-15mdk
- BM

* Tue Jun 20 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.7-14mdk
- Use makeinstall macros.

* Wed Apr 05 2000 John Buswell <johnb@mandrakesoft.com> 1.7-13mdk
- fixed vendor tag

* Thu Mar 30 2000 John Buswell <johnb@mandrakesoft.com> 1.7-12mdk
- Fixed group
- spec-helper

* Tue Oct 26 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
- Build release.

* Sat Apr 10 1999 Bernhard Rosenkraenzer <bero@linux-mandrake.com>
- Mandrake adaptions
- bzip2 man/info pages
- add de locale

* Mon Aug 10 1998 Erik Troan <ewt@redhat.com>
- buildrooted and defattr'd

* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr

* Mon Oct 27 1997 Cristian Gafton <gafton@redhat.com>
- fixed info handling

* Thu Oct 23 1997 Cristian Gafton <gafton@redhat.com>
- updated the spec file; added info file handling

* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
- built against glibc