diff --git a/time.spec b/time.spec index 33429e3..2961297 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: 15 +Release: 16 License: GPL Group: Applications/System Source: ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz @@ -18,9 +18,9 @@ the results. %setup -q %build - +echo "ac_cv_func_wait3=\${ac_cv_func_wait3='yes'}" >> config.cache %configure -make CFLAGS='-DHAVE_WAIT3=1 -g -O' +make %install rm -rf %{buildroot} @@ -49,6 +49,11 @@ fi %{_infodir}/time.info* %changelog +* 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