packaging: Update summary and description in spec file
This commit is contained in:
parent
b952bc6595
commit
8f8f99098e
@ -4,7 +4,7 @@
|
|||||||
Name: tinyproxy
|
Name: tinyproxy
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A small, efficient HTTP/SSL proxy daemon
|
Summary: A light-weight HTTP proxy daemon
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -20,10 +20,13 @@ Requires(preun): chkconfig
|
|||||||
Requires(preun): initscripts
|
Requires(preun): initscripts
|
||||||
|
|
||||||
%description
|
%description
|
||||||
tinyproxy is a small, efficient HTTP/SSL proxy daemon released under the
|
Tinyproxy is a light-weight HTTP proxy daemon designed to consume a
|
||||||
GNU General Public License (GPL). tinyproxy is very useful in a small
|
minimum amount of system resources. It listens on a given TCP port and
|
||||||
network setting, where a larger proxy like Squid would either be too
|
handles HTTP proxy requests. Designed from the ground up to be fast and
|
||||||
resource intensive, or a security risk.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user