auto-import changelog data from time-1.7-16.src.rpm
Mon Feb 25 2002 Elliot Lee <sopwith@redhat.com>
- 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.
This commit is contained in:
parent
855421eed3
commit
d4143a1f71
11
time.spec
11
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 <sopwith@redhat.com>
|
||||
- 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 <tromey@redhat.com>
|
||||
- Bump release, force HAVE_WAIT3 to be defined at build time
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user