Logoj0ke.net Open Build Service > Projects > internetx:projects:http > nginx > Changes
Sign Up | Log In

Changes of Revision 269

[-] Changed nginx.spec
x
 
1
@@ -140,7 +140,6 @@
2
   exit $?
3
 fi
4
 
5
-%if 0%{?with_pagespeed} == 1
6
 %{__tar} xzf %{SOURCE15}
7
 if [ $? -ne 0 ]; then
8
   exit $?
9
@@ -250,8 +249,10 @@
10
 %{__install} -p -m 0644 %{SOURCE3} %{SOURCE4} %{SOURCE6} %{SOURCE108} %{buildroot}%{nginx_confdir}/conf.d
11
 
12
 %if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700
13
+%if 0%{?with_pagespeed} == 1
14
 %{__install} -p -m 0644 %{SOURCE106} %{buildroot}%{nginx_confdir}/conf.d
15
 %endif
16
+%endif
17
 
18
 %{__install} -p -m 0644 %{SOURCE105} %{buildroot}%{nginx_confdir}
19
 %{__install} -p -d -m 0755 %{buildroot}%{nginx_home_tmp}
20