time/time.spec

64 lines
1.4 KiB
RPMSpec
Raw Normal View History

2019-09-30 11:18:28 -04:00
Name: time
Version: 1.9
2022-10-25 09:17:00 +08:00
Release: 10
2019-09-30 11:18:28 -04:00
Summary: Monitoring the system resources used by running program
2022-05-29 19:22:59 +08:00
License: GPLv3+ and GFDL-1.3-or-later
2019-09-30 11:18:28 -04:00
URL: http://www.gnu.org/software/%{name}/
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Patch0: add-help-opt.patch
2022-07-22 16:59:24 +08:00
Patch1: time-1.9-sw.patch
2019-09-30 11:18:28 -04:00
BuildRequires: autoconf automake bash coreutils gcc make texinfo sed
%description
This package runs another program and displays information
about the resources used by that program. The information is
collected by the system while the program was running.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -fi
%configure
make %{?_smp_mflags}
%install
%make_install
%check
make check %{?_smp_mflags}
%files
2019-11-06 19:54:19 +08:00
%license COPYING AUTHORS
2019-09-30 11:18:28 -04:00
%{_bindir}/time
%exclude %{_infodir}/dir
%files help
2019-11-06 19:54:19 +08:00
%doc ChangeLog NEWS README
2019-09-30 11:18:28 -04:00
%{_infodir}/time.info*
%changelog
2022-07-22 16:59:24 +08:00
* Wed Jul 20 2022 wuzx<wuzx1226@qq.com> - 1.9-10
- add sw64 patch
2022-05-29 19:22:59 +08:00
* Sun May 29 2022 lijian <lijian2@kylinos.cn> - 1.9-9
- License compliance rectification
* Tue Mar 22 2022 Lv Genggeng <lvgenggeng@uniontech.com> - 1.9-8
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: add help opt in cmdline
2020-01-08 16:54:18 +08:00
* Wed Jan 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.9-7
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: remove unnecessary files
2019-09-30 11:18:28 -04:00
* Wed Aug 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.9-6
- Package init