[packages/apache-top] update summary/desc; fix install execute bits

glen glen at pld-linux.org
Thu Jun 5 20:31:13 CEST 2014


commit fcb908bc9c7bf72832e25ae4f0385f0c36289239
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Jun 5 21:29:49 2014 +0300

    update summary/desc; fix install execute bits

 apache-top.spec | 28 +++++++++++++---------------
 1 file changed, 13 insertions(+), 15 deletions(-)
---
diff --git a/apache-top.spec b/apache-top.spec
index 69f1472..9811c10 100644
--- a/apache-top.spec
+++ b/apache-top.spec
@@ -1,4 +1,4 @@
-Summary:	Povides real-time display of the active processes from a remote apache server
+Summary:	Provides real-time display of the active processes from a remote Apache HTTP server
 Name:		apache-top
 Version:	0.1
 # date when fetched from git
@@ -17,28 +17,26 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 apache-top provides real-time display of the active processes from a
-remote apache server. I’ts like the top linux command.
+remote Apache HTTP server. It's like the top Linux command.
 
 With apache-top you can get:
-
-The active apache processes with their associated PID, the status, the
-seconds being active, the CPU usage, the asociated VirtualHost, the
-accessing ip and the request (POST or GET, the file being accessed and
-the used protocol) The server uptime and the last time it was
-restarted The CPU usage Requests by second, Kb by second and the
-average Kb by request Number of active and inactive processes A graph
-with the inactive and active processes and their status
+- The active Apache processes with their associated PID, the status,
+  the seconds being active, the CPU usage, the asociated VirtualHost,
+  the accessing ip and the request (POST or GET, the file being accessed
+  and the used protocol)
+- The server uptime and the last time it was restarted
+- The CPU usage
+- Requests by second, Kb by second and the average Kb by request
+- Number of active and inactive processes
+- A graph with the inactive and active processes and their status
 
 %prep
-%setup -q -c -T
-
-%build
+%setup -qcT
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
-
-install -m 755 %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name}
+install -p %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache-top.git/commitdiff/b40be58cf06a6b3955ca5ddce9d5ac6d94bb355d



More information about the pld-cvs-commit mailing list