首页 > 其他 > 详细

tengine2.1.0RPM包制做 tengine-2.1.0.spec配置

时间:2017-06-26 17:55:28      阅读:336      评论:0      收藏:0      [点我收藏+]
[root@DB SPECS]# cat tengine-2.1.0.spec
Name: tengine
Version: 2.1.0
Release: 1%{?dist}
Summary: tengine rmp package production
Group: Applications/Archiving
License: GPLv2
URL:  http://tengine.taobao.org
Source:  http://tengine.taobao.org/download/tengine-2.1.0.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: gcc
Requires: gcc gcc-c++ autoconf automake
%description
Custom tengine rpm package
%prep
rm -rf $RPM_BUILD_DIR/tengine-2.1.0
tar fx $RPM_SOURCE_DIR/tengine-2.1.0.tar.gz
%build
cd tengine-2.1.0
./configure --prefix=/apps/tengine-2.1.0  --user=www --group=www  --with-pcre=/data/tengin安装包/pcre-8.38  --with-openssl=/data/tengin安装包/openssl-1.0.2j  --with-jemalloc=/data/tengin安装包/jemalloc-3.6.0  --with-http_realip_module  --with-http_concat_module  --with-zlib=/data/tengin安装包/zlib-1.2.8  --add-module=/data/tengin安装包/ngx_cache_purge-2.1

make %{?_smp_mflags}
%install
rm -rf %{buildroot}
cd tengine-2.1.0
make install DESTDIR=%{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
/apps/tengine-2.1.0

 

tengine2.1.0RPM包制做 tengine-2.1.0.spec配置

原文:http://www.cnblogs.com/bass6/p/7081510.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!