|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!创立rpmbuild目次:
[size=1em][size=1em]mkdir-p~/rpmbuild/{SOURCES,SPECS,SRPMS}
下载OpenResty源码:
[size=1em][size=1em]wget-P~/rpmbuild/SOURCEhttp://openresty.org/download/ngx_openresty-1.4.3.4.tar.gz
创立spec文件:
<divstyle="color:rgb(51,51,51);font-family:TrebuchetMS,Trebuchet,LucidaSansUnicode,LucidaGrande,LucidaSans,Arial,MicrosoftJhengHei,微正黑w,MicrosoftYaHei,微软雅黑;font-size:14px;line-height:21px;"><divclass="syntaxhighlighterplain"id="highlighter_28564"style="width:785px;word-wrap:normal!important;margin:1em0px!important;position:relative!important;overflow:auto!important;font-size:1em!important;"><divclass="container"style="border-radius:0px!important;border:0px!important;bottom:auto!important;float:none!important;height:auto!important;left:auto!important;line-height:1.1em!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px!important;position:relative!important;right:auto!important;top:auto!important;vertical-align:baseline!important;width:auto!important;box-sizing:content-box!important;font-size:1em!important;min-height:inherit!important;background:none!important;">[size=1em]%definenginx_home%{_localstatedir}/cache/nginx
[size=1em]%definenginx_usernginx
[size=1em]%definenginx_groupnginx
[size=1em]%definefilenamengx_openresty-1.4.3.4
[size=1em]
[size=1em]Summary:Highperformancewebserver
[size=1em]Name:openresty
[size=1em]Version:1.4.3
[size=1em]Release:4%{?dist}
[size=1em]Vendor:nginxinc.
[size=1em]URL:http://openresty.org/
[size=1em]
[size=1em]Source0:http://openresty.org/download/%{filename}.tar.gz
[size=1em]Source1:logrotate
[size=1em]Source2:nginx.init
[size=1em]Source3:nginx.sysconf
[size=1em]Source4:nginx.conf
[size=1em]Source5:nginx.vh.default.conf
[size=1em]Source6:nginx.vh.example_ssl.conf
[size=1em]
[size=1em]License:2-clauseBSD-likelicense
[size=1em]Group:SystemEnvironment/Daemons
[size=1em]
[size=1em]BuildRequires:zlib-devel
[size=1em]BuildRequires:pcre-devel
[size=1em]BuildRequires:perl
[size=1em]BuildRequires:openssl-devel
[size=1em]BuildRequires:readline-devel
[size=1em]Requires:initscripts>=8.36
[size=1em]Requires(pre):shadow-utils
[size=1em]Requires(post):chkconfig
[size=1em]Provides:webserver
[size=1em]
<divclass="linenumber34index33alt1"style="border-radius:0px!important;border:0px!important;bottom:auto!important;float:none!important;height:auto!important;left:auto!important;line-height:1.1em!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px1em!important;position:static!important;right:auto!important;top:auto!important;vertical-align:baseline!important;width:auto!important;box-sizing:content-box!important;font-size:1em!important;min-height:inherit!important;white-space:pre!important;background-image:none!important;background-attachment:initial!important;background-size:initial!important;background-origin:initial!important;background-clip:initial!important;background-position:initial!important;background-repeat:initial!important;"> |
|