]> git.pld-linux.org Git - packages/sysstat.git/blame - sysstat.spec
3f6d15e4694c7a5556ad1752fa6e7af8 sysstat.crond
[packages/sysstat.git] / sysstat.spec
CommitLineData
ae943c3e
AM
1Summary: SAR, MPSTAT and IOSTAT for Linux
2Summary(pl): SAR, MPSTAT and IOSTAT dla Linuxa
3Name: sysstat
df309865 4Version: 3.3.5
ae943c3e
AM
5Release: 1
6License: GPL
7b0005ef 7Group: Applications/System
8Group(de): Applikationen/System
9Group(pl): Aplikacje/System
ae943c3e 10Source0: http://www.ibiblio.org/pub/Linux/system/status/%{name}-%{version}.tar.gz
7b0005ef 11Patch0: %{name}-opt.patch
ae943c3e
AM
12URL: http://perso.wanadoo.fr/sebastien.godard/
13BuildRequires: gettext-devel
14BuildRequires: sh-utils
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
7b0005ef 18SAR, MPSTAT and IOSTAT for Linux.
ae943c3e
AM
19
20%description -l pl
7b0005ef 21SAR, MPSTAT and IOSTAT dla Linuxa.
ae943c3e
AM
22
23%prep
24%setup -q
25%patch0 -p1
26
27%build
28echo "%{_prefix}
29y
30n
31`id -gn`
32n" | /bin/sh build/Configure.sh
33
34OPT_FLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" %{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install
40
41gzip -9nf CHANGES CREDITS README *.sample TODO
42
43%find_lang %{name}
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files -f %{name}.lang
49%defattr(644,root,root,755)
50%doc *.gz
51%attr(755,root,root) %{_bindir}/*
52%{_libdir}/sa
53%{_mandir}/man*/*
This page took 0.110892 seconds and 4 git commands to generate.