boa.spec

来自「用于移植到嵌入式linux系统的boa http服务器」· SPEC 代码 · 共 25 行

SPEC
25
字号
%define is_suse %(test -e /etc/SuSE-release && echo 1 || echo 0)Summary: a single-tasking high performance http serverName: boaVersion: 0.94.14rc20Release: 1Group: System Environment/DaemonsSource: http://www.boa.org/boa-%{version}.tar.gzCopyright: GNU general public licenseRequires: /etc/mime.types%if is_susePrereq: insserv%elsePrereq: /sbin/chkconfigProvides: setup%endifPrereq: man, gzipProvides: webserverBuildroot: /usr/tmp/boa%descriptionBoa is a single-tasking HTTP server. That means thatunlike traditional web servers, it does not fork for eachincoming connection, nor does it fork many copies ofitself to handle multiple connections. It internally mul

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?