Changes of Revision 16
[-] | Changed | nginx.spec |
x 1
2 Source11: nginx_upstream_check_module-master.tar.gz 3 Source12: nginx-statsd.tar.gz 4 Source13: nginx-munin.tar.gz 5 -Source14: nginx-http-sysguard.tar.gz 6 +#Source14: nginx-http-sysguard.tar.gz 7 Source100: index.html 8 Source101: poweredby.png 9 Source102: nginx-logo.png 10
11 # etc. 12 Patch1: nginx-conf-0.7.x.patch 13 Patch2: check_1.2.6+.patch 14 -Patch3: ngx-detect-heartbleed.patch 15 -Patch4: nginx_sysguard_1.3.9.patch 16 +#Patch3: ngx-detect-heartbleed.patch 17 +#Patch4: nginx_sysguard_1.3.9.patch 18 19 %description 20 Nginx [engine x] is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 21
22 %patch0 -p0 23 %patch1 -p0 24 %patch2 -p1 25 -%patch3 -p0 26 -%patch4 -p1 27 +#%patch3 -p0 28 +#%patch4 -p1 29 %{__tar} zxvf %{SOURCE5} 30 %{__tar} zxvf %{SOURCE9} 31 %{__tar} jxvf %{SOURCE10} 32 %{__tar} zxvf %{SOURCE11} 33 %{__tar} zxvf %{SOURCE12} 34 %{__tar} zxvf %{SOURCE13} 35 -%{__tar} zxvf %{SOURCE14} 36 +#%{__tar} zxvf %{SOURCE14} 37 38 %build 39 export DESTDIR=%{buildroot} 40
41 --add-module=%{_builddir}/nginx-%{version}/%{rtmp} \ 42 %endif 43 --add-module=%{_builddir}/nginx-%{version}/Nginx-limit-traffic-rate-module \ 44 - --add-module=%{_builddir}/nginx-%{version}/nginx-http-sysguard \ 45 +# --add-module=%{_builddir}/nginx-%{version}/nginx-http-sysguard \ 46 --with-file-aio 47 48 make %{?_smp_mflags} 49 |