diff --git a/time.spec b/time.spec index 2961297..d465760 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: 16 +Release: 18 License: GPL Group: Applications/System Source: ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz @@ -26,9 +26,6 @@ make rm -rf %{buildroot} %makeinstall -gzip -9nf %{buildroot}%{_infodir}/time.info -strip %{buildroot}/%{_bindir}/time - %clean rm -rf %{buildroot} @@ -49,6 +46,12 @@ fi %{_infodir}/time.info* %changelog +* Wed Jun 19 2002 Florian La Roche +- do not strip apps, do not compress info page + +* Thu May 23 2002 Tim Powers +- automated rebuild + * 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