]> git.pld-linux.org Git - packages/sysstat.git/blob - sysstat.spec
- updated to 3.3.6.
[packages/sysstat.git] / sysstat.spec
1 Summary:        SAR, MPSTAT and IOSTAT for Linux
2 Summary(pl):    SAR, MPSTAT and IOSTAT dla Linuxa
3 Name:           sysstat
4 Version:        3.3.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Group(de):      Applikationen/System
9 Group(pl):      Aplikacje/System
10 Source0:        http://www.ibiblio.org/pub/Linux/system/status/%{name}-%{version}.tar.gz
11 Source1:        %{name}.crond
12 Source2:        %{name}.init
13 Patch0:         %{name}-opt.patch
14 URL:            http://perso.wanadoo.fr/sebastien.godard/
15 Requires:       crondaemon
16 Requires:       rc-scripts
17 BuildRequires:  gettext-devel
18 BuildRequires:  sh-utils
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 SAR, MPSTAT and IOSTAT for Linux.
23
24 %description -l pl
25 SAR, MPSTAT and IOSTAT dla Linuxa.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 echo "%{_prefix}
33 y
34 n
35 `id -gn`
36 n" | /bin/sh build/Configure.sh
37
38 OPT_FLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install
44 install -d $RPM_BUILD_ROOT{/etc/{cron.d,rc.d/init.d},/var/log/sa}
45 install %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.d/sysstat
46 install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/sysstat
47
48 gzip -9nf CHANGES CREDITS README *.sample TODO
49
50 %find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc *.gz
58 %attr(755,root,root) %{_bindir}/*
59 %attr(750,root,root)%{_libdir}/sa*
60 %attr(755,root,root) %dir /var/log/sa
61 %attr(640,root,root) /etc/cron.d/sysstat
62 %attr(754,root,root) /etc/rc.d/init.d/sysstat
63 %{_mandir}/man*/*
64
65 %post
66 /sbin/chkconfig --add sysstat
This page took 0.129645 seconds and 4 git commands to generate.