From 8f8f99098e714e7ca18f856f85c6a284306ef8e7 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sun, 13 Sep 2009 17:26:38 +0530 Subject: packaging: Update summary and description in spec file --- packaging/fedora/tinyproxy.spec.in | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'packaging/fedora/tinyproxy.spec.in') 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 -- cgit v1.2.3