]> git.pld-linux.org Git - packages/atop.git/commitdiff
- initial revision (status: WFM)
authorkondi <konrad@rzentarzewski.net>
Thu, 28 Mar 2002 17:34:50 +0000 (17:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atop.spec -> 1.1

atop.spec [new file with mode: 0644]

diff --git a/atop.spec b/atop.spec
new file mode 100644 (file)
index 0000000..ce1821b
--- /dev/null
+++ b/atop.spec
@@ -0,0 +1,56 @@
+Name:          atop
+Version:       1.2
+Release:       1
+Source0:       ftp://ftp.atcomputing.nl/pub/tools/linux/%{name}-%{version}.tar.gz
+URL:           ftp://ftp.atcomputing.nl/pub/tools/linux/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRequires: ncurses-devel
+Summary:       AT Computing System and Process Monitor
+Summary(pl):   Monitor obci±¿enia systemu alternatywny dla programu top
+License:       GPL
+Group:         System Environment
+
+%description
+The program atop is an interactive monitor to view the load on a
+Linux-system. It shows the occupation of the most critical
+hardware-resources (from a performance point of view) on system-level,
+i.e. cpu, memory, disk and network. It also shows which processes are
+responsible for the indicated load (again cpu-, memory-, disk- and
+network-load on process-level).
+
+%description -l pl
+Program atop to interaktywny monitor s³u¿±cy do obserwacji obci±¿enia
+systemu Linuksowego. Pokazuje zajêto¶æ najbardziej krytycznych dla
+funkcjonowania systemu zasobów (z wydajno¶ciowego punktu widzenia) na
+poziomie systemu, np. procesora, pamiêci, dysków czy sieci. Pokazuje
+równie¿ które procesy s± odpowiedzialne za generowane obci±¿enie
+(znów: na poziomie procesora, pamieci, dysków czy sieci).
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       'CFLAGS=-I/usr/include/ncurses/'
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d  $RPM_BUILD_ROOT%{_mandir}/man1
+install -m 0644 man/* $RPM_BUILD_ROOT%{_mandir}/man1/
+install -d  $RPM_BUILD_ROOT%{_bindir}/
+install -m 04711 atop $RPM_BUILD_ROOT%{_bindir}/atop
+
+%clean
+rm -rf    $RPM_BUILD_ROOT
+
+%post
+
+%preun
+
+%postun
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/atop
+%{_mandir}/man1/atop.1*
This page took 0.116026 seconds and 4 git commands to generate.