From d6ec1d38a2d64c564a595c86f94dadccc999b2dc Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 13:16:21 +0000 Subject: [PATCH] auto-import changelog data from time-1.7-13.src.rpm Wed Jan 31 2001 Preston Brown - prereq install-info (#24715) --- time.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/time.spec b/time.spec index 6f207d1..aa8de36 100644 --- a/time.spec +++ b/time.spec @@ -1,12 +1,13 @@ Summary: A GNU utility for monitoring a program's use of system resources. Name: time Version: 1.7 -Release: 12 +Release: 13 License: GPL Group: Applications/System Source: ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root +Prereq: /sbin/install-info %description The GNU time utility runs another program, collects information about @@ -24,14 +25,14 @@ Time can help developers optimize their programs. make %install -rm -rf ${RPM_BUILD_ROOT} +rm -rf %{buildroot} %makeinstall -gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/time.info -strip ${RPM_BUILD_ROOT}/%{_bindir}/time +gzip -9nf %{buildroot}%{_infodir}/time.info +strip %{buildroot}/%{_bindir}/time %clean -rm -rf ${RPM_BUILD_ROOT} +rm -rf %{buildroot} %post /sbin/install-info %{_infodir}/time.info.gz %{_infodir}/dir \ @@ -50,6 +51,9 @@ fi %{_infodir}/time.info* %changelog +* Wed Jan 31 2001 Preston Brown +- prereq install-info (#24715) + * Wed Jul 12 2000 Prospector - automatic rebuild