Blame SPECS/time.spec

136502
Summary: A GNU utility for monitoring a program's use of system resources
136502
Name: time
136502
Version: 1.7
136502
Release: 45%{?dist}
136502
License: GPLv2+
136502
Group: Applications/System
136502
Url: http://www.gnu.org/software/time/
136502
Source: ftp://prep.ai.mit.edu/pub/gnu/%{name}/%{name}-%{version}.tar.gz
136502
Patch0: time-1.7-destdir.patch
136502
Patch1: time-1.7-verbose.patch
136502
# Bug #702826
136502
Patch2: time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
136502
# Bug #527276
136502
Patch3: time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
136502
Requires(post): /sbin/install-info
136502
Requires(preun): /sbin/install-info
136502
136502
%description
136502
The GNU time utility runs another program, collects information about
136502
the resources used by that program while it is running, and displays
136502
the results.
136502
136502
%prep
136502
%setup -q
136502
%patch0 -p1
136502
%patch1 -p1
136502
%patch2 -p1 -b .ru_maxrss
136502
%patch3 -p1 -b .recompute_cpu
136502
136502
%build
136502
echo "ac_cv_func_wait3=\${ac_cv_func_wait3='yes'}" >> config.cache
136502
%configure
136502
make %{?_smp_mflags}
136502
136502
%install
136502
make install DESTDIR=$RPM_BUILD_ROOT
136502
136502
%post
136502
/sbin/install-info %{_infodir}/time.info.gz %{_infodir}/dir \
136502
    --entry="* time: (time).        GNU time Utility" >/dev/null 2>&1 || :
136502
136502
%preun
136502
if [ "$1" = 0 ]; then
136502
    /sbin/install-info --delete %{_infodir}/time.info.gz %{_infodir}/dir \
136502
    --entry="* time: (time).        GNU time Utility" >/dev/null 2>&1 || :
136502
fi
136502
136502
%files
136502
%doc AUTHORS ChangeLog COPYING NEWS README 
136502
%{_bindir}/time
136502
%{_infodir}/time.info*
136502
136502
%changelog
136502
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.7-45
136502
- Mass rebuild 2014-01-24
136502
136502
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.7-44
136502
- Mass rebuild 2013-12-27
136502
136502
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-43
136502
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
136502
136502
* Thu Sep 06 2012 Petr Pisar <ppisar@redhat.com> - 1.7-42
136502
- Package AUTHORS and ChangeLog
136502
136502
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-41
136502
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
136502
136502
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-40
136502
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
136502
136502
* Wed May 11 2011 Petr Pisar <ppisar@redhat.com> - 1.7-39
136502
- Fix maximal RSS report (bug #702826)
136502
- Clean spec file
136502
- Recompute CPU usage at finer level (bug #527276)
136502
136502
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-38
136502
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
136502
136502
* Tue Aug 11 2009 Roman Rakus <rrakus@redhat.com> - 1.7-37
136502
- Don't print errors in post and preun sections (#515936)
136502
136502
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-36
136502
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
136502
136502
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-35
136502
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
136502
136502
* Sun Sep 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.7-34
136502
- Fix Patch:/%%patch0 mismatch.
136502
  Resolves: #463067
136502
136502
* Tue Mar  4 2008 Roman Rakus <rrakus@redhat.cz> - 1.7-33
136502
- Added patch from JW (redhat@zacglen.com), less nonverbose output
136502
136502
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.7-32
136502
- Autorebuild for GCC 4.3
136502
136502
* Tue Jan 08 2008 Florian La Roche <laroche@redhat.com> - 1.7-31
136502
- update url/license tags
136502
136502
* Tue Aug 21 2007 Florian La Roche <laroche@redhat.com> - 1.7-30
136502
- rebuild
136502
136502
* Tue Feb 27 2007 Karsten Hopp <karsten@redhat.com> 1.7-29
136502
- remove trailing dot from summary
136502
- replace tabs with spaces
136502
- replace PreReq with Requires(post)/Requires(preun)
136502
- include license file in %%doc
136502
- add smp flags
136502
- use make install DESTDIR=
136502
136502
* Mon Jan 22 2007 Florian La Roche <laroche@redhat.com>
136502
- add dist tag
136502
- fix rhbz#223720
136502
136502
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.7-27.2.2
136502
- rebuild
136502
136502
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.7-27.2.1
136502
- bump again for double-long bug on ppc(64)
136502
136502
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.7-27.2
136502
- rebuilt for new gcc4.1 snapshot and glibc changes
136502
136502
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
136502
- rebuilt
136502
136502
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 1.7-27
136502
- build with gcc-4
136502
136502
* Wed Feb 09 2005 Karsten Hopp <karsten@redhat.de> 1.7-26
136502
- update source URL
136502
- rebuilt
136502
136502
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
136502
- rebuilt
136502
136502
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
136502
- rebuilt
136502
136502
* Tue Jun 17 2003 Florian La Roche <Florian.LaRoche@redhat.de>
136502
- rebuild
136502
136502
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
136502
- rebuilt
136502
136502
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
136502
- rebuilt
136502
136502
* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
136502
- rebuild on all arches
136502
136502
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
136502
- automated rebuild
136502
136502
* Wed Jun 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
136502
- do not strip apps, do not compress info page
136502
136502
* Thu May 23 2002 Tim Powers <timp@redhat.com>
136502
- automated rebuild
136502
136502
* Mon Feb 25 2002 Elliot Lee <sopwith@redhat.com>
136502
- Remove HAVE_WAIT3 hack, tried to replace it with a requirement for an 
136502
autoconf with the fixed test, didn't work, put in another less-bad hack 
136502
instead.
136502
136502
* Wed Dec 05 2001 Tom Tromey <tromey@redhat.com>
136502
- Bump release, force HAVE_WAIT3 to be defined at build time
136502
136502
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
136502
- Bump release + rebuild.
136502
136502
* Wed Jan 31 2001 Preston Brown <pbrown@redhat.com>
136502
- prereq install-info (#24715)
136502
136502
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
136502
- automatic rebuild
136502
136502
* Thu Jun 29 2000 Preston Brown <pbrown@redhat.com>
136502
- using / as the file manifesto has weird results.
136502
136502
* Sun Jun  4 2000 Jeff Johnson <jbj@redhat.com>
136502
- FHS packaging.
136502
136502
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
136502
- auto rebuild in the new build environment (release 9)
136502
136502
* Mon Aug 10 1998 Erik Troan <ewt@redhat.com>
136502
- buildrooted and defattr'd
136502
136502
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
136502
- translations modified for de, fr, tr
136502
136502
* Mon Oct 27 1997 Cristian Gafton <gafton@redhat.com>
136502
- fixed info handling
136502
136502
* Thu Oct 23 1997 Cristian Gafton <gafton@redhat.com>
136502
- updated the spec file; added info file handling
136502
136502
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
136502
- built against glibc