Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
http-testing
>
nginx
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
nginx.spec
@@ -34,6 +34,7 @@ Provides: webserver Source0: http://sysoev.ru/nginx/nginx-%{version}.tar.gz + Source1: %{name}.init Source2: %{name}.logrotate Source3: virtual.conf @@ -46,6 +47,8 @@ Source10: %{rtmp}.tar.bz2 Source11: nginx_upstream_check_module-master.tar.gz Source12: nginx-sticky-module-%{sticky_module_version}.tar.gz +Source13: 1.6.29.5.tar.gz +Source14: ngx_pagespeed.tar.gz Source100: index.html Source101: poweredby.png Source102: nginx-logo.png @@ -85,6 +88,9 @@ %{__tar} jxvf %{SOURCE10} %{__tar} zxvf %{SOURCE11} %{__tar} xxvf %{SOURCE12} +%{__tar} xvzf %{SOURCE14} +cd ngx_pagespeed && %{__tar} xvzf %{SOURCE13} + %build export DESTDIR=%{buildroot} @@ -122,10 +128,9 @@ %if 0%{with_rtmp_ext} --add-module=%{_builddir}/nginx-%{version}/%{rtmp} \ %endif - --add-module=%{_builddir}/nginx-%{version}/Nginx-limit-traffic-rate-module -%if 0%{?fedora_version} > 10 + --add-module=%{_builddir}/nginx-%{version}/Nginx-limit-traffic-rate-module \ + --add-module=%{_builddir}/nginx-%{version}/ngx_pagespeed \ --with-file-aio -%endif make %{?_smp_mflags}
Added
1.6.29.5.tar.gz
^
Added
ngx_pagespeed.tar.gz
^
Added
release-1.6.29.5-beta.zip
^