commit
821e5f1c06
@ -1,2 +0,0 @@
|
|||||||
# Color sysstat output
|
|
||||||
if ( "$?S_COLORS" == 0 ) setenv S_COLORS auto
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
# Color sysstat output
|
|
||||||
export S_COLORS=${S_COLORS-auto}
|
|
||||||
12
sysstat.spec
12
sysstat.spec
@ -1,12 +1,10 @@
|
|||||||
Name: sysstat
|
Name: sysstat
|
||||||
Version: 12.1.6
|
Version: 12.1.6
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: System performance tools for the Linux operating system
|
Summary: System performance tools for the Linux operating system
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://sebastien.godard.pagesperso-orange.fr/
|
URL: http://sebastien.godard.pagesperso-orange.fr/
|
||||||
Source0: http://sebastien.godard.pagesperso-orange.fr/%{name}-%{version}.tar.xz
|
Source0: http://sebastien.godard.pagesperso-orange.fr/%{name}-%{version}.tar.xz
|
||||||
Source1: colorsysstat.csh
|
|
||||||
Source2: colorsysstat.sh
|
|
||||||
|
|
||||||
BuildRequires: gcc, gettext, lm_sensors-devel, systemd
|
BuildRequires: gcc, gettext, lm_sensors-devel, systemd
|
||||||
|
|
||||||
@ -17,7 +15,6 @@ Requires(postun): systemd
|
|||||||
|
|
||||||
Patch9000: bugfix-sysstat-10.1.5-read-ttyAMA-first-for-arm64.patch
|
Patch9000: bugfix-sysstat-10.1.5-read-ttyAMA-first-for-arm64.patch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The sysstat package contains various utilities, common to many commercial
|
The sysstat package contains various utilities, common to many commercial
|
||||||
Unixes, to monitor system performance and usage activity:
|
Unixes, to monitor system performance and usage activity:
|
||||||
@ -59,9 +56,6 @@ export compressafter="31"
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
|
|
||||||
install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d
|
|
||||||
install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
|
||||||
@ -81,7 +75,6 @@ install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d
|
|||||||
%doc CHANGES COPYING CREDITS FAQ.md README.md %{name}-%{version}.lsm
|
%doc CHANGES COPYING CREDITS FAQ.md README.md %{name}-%{version}.lsm
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/sysstat
|
%config(noreplace) %{_sysconfdir}/sysconfig/sysstat
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/sysstat.ioconf
|
%config(noreplace) %{_sysconfdir}/sysconfig/sysstat.ioconf
|
||||||
%config(noreplace) %{_sysconfdir}/profile.d/*
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/sa
|
%{_libdir}/sa
|
||||||
%{_unitdir}/sysstat*
|
%{_unitdir}/sysstat*
|
||||||
@ -89,6 +82,9 @@ install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 12.1.6-2
|
||||||
|
- Delete useless files.
|
||||||
|
|
||||||
* Sat Sep 07 2019 openEuler Buildteam <buildteam@openeuler.org> - 12.1.6-1
|
* Sat Sep 07 2019 openEuler Buildteam <buildteam@openeuler.org> - 12.1.6-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user