auto-import changelog data from time-1.7-13.src.rpm
Wed Jan 31 2001 Preston Brown <pbrown@redhat.com> - prereq install-info (#24715)
This commit is contained in:
parent
95e0bbf2c9
commit
d6ec1d38a2
14
time.spec
14
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 <pbrown@redhat.com>
|
||||
- prereq install-info (#24715)
|
||||
|
||||
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
||||
- automatic rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user