diff --git a/time.spec b/time.spec index e39a142..411f2fe 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: 27.2.2 +Release: 28%{?dist} License: GPL Group: Applications/System Source: ftp://prep.ai.mit.edu/pub/gnu/%{name}/%{name}-%{version}.tar.gz @@ -32,12 +32,14 @@ rm -rf %{buildroot} %post /sbin/install-info %{_infodir}/time.info.gz %{_infodir}/dir \ --entry="* time: (time). GNU time Utility" +exit 0 %preun if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/time.info.gz %{_infodir}/dir \ --entry="* time: (time). GNU time Utility" fi +exit 0 %files %defattr(-,root,root) @@ -46,6 +48,10 @@ fi %{_infodir}/time.info* %changelog +* Mon Jan 22 2007 Florian La Roche +- add dist tag +- fix rhbz#223720 + * Wed Jul 12 2006 Jesse Keating - 1.7-27.2.2 - rebuild