]> git.pld-linux.org Git - packages/apachetop.git/commitdiff
- initial pld version
authorundefine <undefine@pld-linux.org>
Tue, 30 Sep 2003 23:55:16 +0000 (23:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apachetop.spec -> 1.1

apachetop.spec [new file with mode: 0644]

diff --git a/apachetop.spec b/apachetop.spec
new file mode 100644 (file)
index 0000000..5b92ada
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       Apache top-like display
+Summary(pl):   top-podobny wy¶wietlacz pracy apache
+Name:          apachetop
+Version:       0.4
+Release:       1
+License:       BSD
+Group:         Network/Monitoring
+######         Unknown group!
+Source0:       http://clueful.shagged.org/%{name}/files/%{name}-%{version}.tar.gz
+# Source0-md5: b0258a0e771c943415717591606c909e
+URL:           http://clueful.shagged.org/%{name}
+BuildRequires: ncurses-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A curses-based top-like display for Apache information, including
+requests per second, bytes per second, most popular URLs, etc.
+
+%description -l pl
+Bazuj±cy na curses top-podobny wy¶wietlacz informacji dla Apache,
+w³±czaj±c w to ¿±dania na sekundê, bajty na sekundê, najbardziej
+popularne URL-e, itp.
+
+%prep
+%setup -q -n ApacheTop-%{version}
+
+%build
+%{__make} linux \
+       CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README
+%attr(755,root,root) %{_bindir}/*
This page took 0.088634 seconds and 4 git commands to generate.