- 223720
This commit is contained in:
parent
501a4da9a4
commit
fbbd06de4f
@ -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 <laroche@redhat.com>
|
||||
- add dist tag
|
||||
- fix rhbz#223720
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.7-27.2.2
|
||||
- rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user