auto-import changelog data from time-1.7-15.src.rpm
Wed Dec 05 2001 Tom Tromey <tromey@redhat.com> - Bump release, force HAVE_WAIT3 to be defined at build time
This commit is contained in:
parent
ce8b91231f
commit
855421eed3
13
time.spec
13
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 <tromey@redhat.com>
|
||||
- Bump release, force HAVE_WAIT3 to be defined at build time
|
||||
|
||||
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
||||
- Bump release + rebuild.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user