仓酷云

标题: 给大家带来Centos下制造OpenResty RPM包 [打印本页]

作者: 透明    时间: 2015-1-14 20:10
标题: 给大家带来Centos下制造OpenResty RPM包
如果您觉得本篇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;">
作者: 爱飞    时间: 2015-1-14 22:06
标题: 给大家带来Centos下制造OpenResty RPM包
为保住菊花,这个一定得回复!
作者: 小女巫    时间: 2015-1-25 12:44
写学习日记,这是学习历程的见证,同时我坚持认为是增强学习信念的法宝。
作者: 兰色精灵    时间: 2015-2-2 22:30
最好先搜寻一下论坛是否有您需要的文章。这样可以获得事半功倍的效果。
作者: 简单生活    时间: 2015-2-8 19:38
放手去搞。尽量不要提问,运用搜索找答案,或者看wiki,从原理上理解操作系统的本质,而不是满足于使用几个技巧。尽量看英文资料。
作者: admin    时间: 2015-2-26 02:51
最好先搜寻一下论坛是否有您需要的文章。这样可以获得事半功倍的效果。
作者: 不帅    时间: 2015-3-8 12:26
为了更好的学习这门课程,我不仅课上认真听讲,课下也努力学习,为此还在自己的电脑上安装了Ubuntu系统。
作者: 爱飞    时间: 2015-3-16 06:50
尽我能力帮助他人,在帮助他人的同时你会深刻巩固知识。
作者: 透明    时间: 2015-3-22 22:09
一定要养成在命令行下工作的习惯,要知道X-window只是运行在命令行模式下的一个应用程序。在命令行下学习虽然一开始进度较慢。




欢迎光临 仓酷云 (http://ckuyun.com/) Powered by Discuz! X3.2