]> git.pld-linux.org Git - packages/atop.git/blob - atop.spec
- some cleanups
[packages/atop.git] / atop.spec
1 Summary:        AT Computing System and Process Monitor
2 Summary(pl):    Monitor obci±¿enia systemu alternatywny dla programu top
3 Name:           atop
4 Version:        1.2
5 Release:        1
6 License:        GPL
7 Group:          System Environment
8 Source0:        ftp://ftp.atcomputing.nl/pub/tools/linux/%{name}-%{version}.tar.gz
9 URL:            ftp://ftp.atcomputing.nl/pub/tools/linux/
10 BuildRequires:  ncurses-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 The program atop is an interactive monitor to view the load on a
15 Linux-system. It shows the occupation of the most critical
16 hardware-resources (from a performance point of view) on system-level,
17 i.e. cpu, memory, disk and network. It also shows which processes are
18 responsible for the indicated load (again cpu-, memory-, disk- and
19 network-load on process-level).
20
21 %description -l pl
22 Program atop to interaktywny monitor s³u¿±cy do obserwacji obci±¿enia
23 systemu Linuksowego. Pokazuje zajêto¶æ najbardziej krytycznych dla
24 funkcjonowania systemu zasobów (z wydajno¶ciowego punktu widzenia) na
25 poziomie systemu, np. procesora, pamiêci, dysków czy sieci. Pokazuje
26 równie¿ które procesy s± odpowiedzialne za generowane obci±¿enie
27 (znów: na poziomie procesora, pamieci, dysków czy sieci).
28
29 %prep
30 %setup -q
31
32 %build
33 %{__make} \
34         'CFLAGS=-I/usr/include/ncurses/'
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d  $RPM_BUILD_ROOT{%{_mandir}/man1,%{_bindir}}
39
40 install man/* $RPM_BUILD_ROOT%{_mandir}/man1/
41 #install 04711 atop $RPM_BUILD_ROOT%{_bindir}/atop
42 install atop $RPM_BUILD_ROOT%{_bindir}/atop
43
44 gzip -nf9 README
45
46 %clean
47 rm -rf    $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc *.gz
52 %attr(755,root,root) %{_bindir}/atop
53 %{_mandir}/man1/atop.1*
This page took 0.06193 seconds and 4 git commands to generate.