diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-13 17:26:38 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-13 17:26:38 +0530 |
commit | 8f8f99098e714e7ca18f856f85c6a284306ef8e7 (patch) | |
tree | 88aeea9bb7d513088a86eb4c3ee9b3f9ed767875 /packaging/fedora/tinyproxy.spec.in | |
parent | b952bc6595044e44cc1a2051297e7e777693fdf9 (diff) | |
download | tinyproxy-8f8f99098e714e7ca18f856f85c6a284306ef8e7.tar.gz tinyproxy-8f8f99098e714e7ca18f856f85c6a284306ef8e7.zip |
packaging: Update summary and description in spec file
Diffstat (limited to 'packaging/fedora/tinyproxy.spec.in')
-rw-r--r-- | packaging/fedora/tinyproxy.spec.in | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/packaging/fedora/tinyproxy.spec.in b/packaging/fedora/tinyproxy.spec.in index 7f0063a..a7ea106 100644 --- a/packaging/fedora/tinyproxy.spec.in +++ b/packaging/fedora/tinyproxy.spec.in @@ -4,7 +4,7 @@ Name: tinyproxy Version: @VERSION@ Release: 2%{?dist} -Summary: A small, efficient HTTP/SSL proxy daemon +Summary: A light-weight HTTP proxy daemon Group: System Environment/Daemons License: GPLv2+ @@ -20,10 +20,13 @@ Requires(preun): chkconfig Requires(preun): initscripts %description -tinyproxy is a small, efficient HTTP/SSL proxy daemon released under the -GNU General Public License (GPL). tinyproxy is very useful in a small -network setting, where a larger proxy like Squid would either be too -resource intensive, or a security risk. +Tinyproxy is a light-weight HTTP proxy daemon designed to consume a +minimum amount of system resources. It listens on a given TCP port and +handles HTTP proxy requests. Designed from the ground up to be fast and +yet small, it is an ideal solution for use cases such as embedded +deployments where a full featured HTTP proxy is required, but the system +resources for a larger proxy are unavailable. + %prep %setup -q |