Changes of Revision 183
[-] | 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
10 %{__install} -p -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} 11 %{__install} -p -D -m 0644 %{SOURCE7} %{buildroot}%{_sysconfdir}/sysconfig/%{name} 12 %{__install} -p -d -m 0755 %{buildroot}%{nginx_confdir}/conf.d 13 -%{__install} -p -m 0644 %{SOURCE3} %{SOURCE4} %{SOURCE6} %{SOURCE107} %{SOURCE108} %{buildroot}%{nginx_confdir}/conf.d 14 +%{__install} -p -m 0644 %{SOURCE3} %{SOURCE4} %{SOURCE6} %{SOURCE108} %{buildroot}%{nginx_confdir}/conf.d 15 16 %if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 17 %{__install} -p -m 0644 %{SOURCE106} %{buildroot}%{nginx_confdir}/conf.d 18 |