Changes of Revision 135
[-] | Changed | nginx.spec |
x 1
2 Source104: 404.html 3 Source105: ssl-ciphersample 4 Source106: pagespeed.conf 5 +Source107: blacklist.conf 6 +Source108: blockips.conf 7 8 Patch0: nginx-auto-cc-gcc.patch 9 Patch1: nginx-conf-0.7.x.patch 10
11 %{__install} -p -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} 12 %{__install} -p -D -m 0644 %{SOURCE7} %{buildroot}%{_sysconfdir}/sysconfig/%{name} 13 %{__install} -p -d -m 0755 %{buildroot}%{nginx_confdir}/conf.d 14 -%{__install} -p -m 0644 %{SOURCE3} %{SOURCE4} %{SOURCE6} %{buildroot}%{nginx_confdir}/conf.d 15 +%{__install} -p -m 0644 %{SOURCE3} %{SOURCE4} %{SOURCE6} %{SOURCE107} %{SOURCE108} %{buildroot}%{nginx_confdir}/conf.d 16 17 %if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 18 %{__install} -p -m 0644 %{SOURCE106} %{buildroot}%{nginx_confdir}/conf.d 19 |