Changes of Revision 269
[-] | Changed | nginx.spec |
x 1
2 exit $? 3 fi 4 5 -%if 0%{?with_pagespeed} == 1 6 %{__tar} xzf %{SOURCE15} 7 if [ $? -ne 0 ]; then 8 exit $? 9
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 |