2024-01-05 18:33:17 +01:00
|
|
|
Name: time
|
2024-01-05 18:33:17 +01:00
|
|
|
Version: 1.9
|
2024-01-05 18:33:18 +01:00
|
|
|
Release: 2mamba
|
2024-01-05 18:33:17 +01:00
|
|
|
Summary: A GNU utility for monitoring a program's use of system resources
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 18:33:18 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.gnu.org/software/time/
|
|
|
|
Source: https://ftp.gnu.org/gnu/time/time-%{version}.tar.gz
|
2024-01-05 18:33:17 +01:00
|
|
|
Patch: %{name}-1.7-destdir.patch
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires(post):%{__install_info}
|
|
|
|
|
|
|
|
%description
|
|
|
|
The `time' command runs another program, then displays information about the resources used by that program, collected by the system while the program was running.
|
|
|
|
You can select which information is reported and the format in which it is shown, or have `time' save the information in a file instead of displaying it on the screen.
|
|
|
|
|
2024-01-05 18:33:18 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 18:33:17 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 18:33:17 +01:00
|
|
|
#%patch -p1
|
2024-01-05 18:33:18 +01:00
|
|
|
#./bootstrap
|
2024-01-05 18:33:17 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post
|
|
|
|
%install_info %{name}.info
|
|
|
|
:
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%uninnstall_info %{name}.info
|
|
|
|
:
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/time
|
|
|
|
%{_infodir}/time.info.*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#ChangeLog NEWS README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 18:33:18 +01:00
|
|
|
* Sat Jun 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9-2mamba
|
|
|
|
- rebuilt with debug package and specfile fixes
|
|
|
|
|
2024-01-05 18:33:17 +01:00
|
|
|
* Wed Mar 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9-1mamba
|
|
|
|
- update to 1.9
|
|
|
|
|
2024-01-05 18:33:17 +01:00
|
|
|
* Tue Aug 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.2-1mamba
|
|
|
|
- update to 1.7.2
|
|
|
|
|
2024-01-05 18:33:17 +01:00
|
|
|
* Fri Sep 06 2013 Automatic Build System <autodist@mambasoft.it> 1.7-3mamba
|
|
|
|
- periodic rebuild (manual edit: fix info page installation)
|
|
|
|
|
|
|
|
* Tue Dec 04 2007 Aleph0 <aleph0@openmamba.org> 1.7-2mamba
|
|
|
|
- added missing build requirements
|
|
|
|
- new package maintainer
|
|
|
|
|
|
|
|
* Fri Mar 23 2007 Aleph0 <aleph0@openmamba.org> 1.7-1qilnx
|
|
|
|
- package created by autospec
|