仓酷云

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 960|回复: 8
打印 上一主题 下一主题

[CentOS(社区)] 给大家带来Centos下制造OpenResty RPM包

[复制链接]
透明 该用户已被删除
跳转到指定楼层
楼主
发表于 2015-1-14 20:10:14 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?立即注册

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;">
爱飞 该用户已被删除
沙发
发表于 2015-1-14 22:06:41 | 只看该作者

给大家带来Centos下制造OpenResty RPM包

为保住菊花,这个一定得回复!
小女巫 该用户已被删除
板凳
发表于 2015-1-25 12:44:17 | 只看该作者
写学习日记,这是学习历程的见证,同时我坚持认为是增强学习信念的法宝。
兰色精灵 该用户已被删除
地板
发表于 2015-2-2 22:30:33 | 只看该作者
最好先搜寻一下论坛是否有您需要的文章。这样可以获得事半功倍的效果。
简单生活 该用户已被删除
5#
发表于 2015-2-8 19:38:55 | 只看该作者
放手去搞。尽量不要提问,运用搜索找答案,或者看wiki,从原理上理解操作系统的本质,而不是满足于使用几个技巧。尽量看英文资料。
admin 该用户已被删除
6#
发表于 2015-2-26 02:51:48 | 只看该作者
最好先搜寻一下论坛是否有您需要的文章。这样可以获得事半功倍的效果。
不帅 该用户已被删除
7#
发表于 2015-3-8 12:26:31 | 只看该作者
为了更好的学习这门课程,我不仅课上认真听讲,课下也努力学习,为此还在自己的电脑上安装了Ubuntu系统。
爱飞 该用户已被删除
8#
发表于 2015-3-16 06:50:50 | 只看该作者
尽我能力帮助他人,在帮助他人的同时你会深刻巩固知识。
透明 该用户已被删除
9#
 楼主| 发表于 2015-3-22 22:09:21 | 只看该作者
一定要养成在命令行下工作的习惯,要知道X-window只是运行在命令行模式下的一个应用程序。在命令行下学习虽然一开始进度较慢。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|仓酷云 鄂ICP备14007578号-2

GMT+8, 2024-12-24 01:32

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表