diff --git a/time.spec b/time.spec index d6401ff..33429e3 100644 --- a/time.spec +++ b/time.spec @@ -1,7 +1,7 @@ Summary: A GNU utility for monitoring a program's use of system resources. Name: time Version: 1.7 -Release: 14 +Release: 15 License: GPL Group: Applications/System Source: ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz @@ -11,10 +11,8 @@ 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. - -Time can help developers optimize their programs. +the resources used by that program while it is running, and displays +the results. %prep %setup -q @@ -22,7 +20,7 @@ Time can help developers optimize their programs. %build %configure -make +make CFLAGS='-DHAVE_WAIT3=1 -g -O' %install rm -rf %{buildroot} @@ -51,6 +49,9 @@ fi %{_infodir}/time.info* %changelog +* 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.