diff --git a/nginx-auto-cc-gcc.patch b/nginx-auto-cc-gcc.patch index 5bb712f..0829d84 100644 --- a/nginx-auto-cc-gcc.patch +++ b/nginx-auto-cc-gcc.patch @@ -1,6 +1,6 @@ --- a/auto/cc/gcc.orig 2007-03-22 08:34:53.000000000 -0600 +++ b/auto/cc/gcc 2007-03-22 08:58:47.000000000 -0600 -@@ -172,7 +172,9 @@ +@@ -172,7 +172,6 @@ # stop on warning diff --git a/nginx.spec b/nginx.spec index 0d842f5..bdde530 100644 --- a/nginx.spec +++ b/nginx.spec @@ -26,7 +26,6 @@ Source12: nginx.conf Source13: nginx-upgrade Source14: nginx-upgrade.8 Source100: index.html -Source101: poweredby.png Source102: nginx-logo.png Source103: 404.html Source104: 50x.html @@ -195,7 +194,7 @@ install -p -d -m 0755 .%{_datadir}/nginx/modules install -p -d -m 0755 .%{_libdir}/nginx/modules install -p -m 0644 %{_builddir}/nginx-%{version}/nginx.conf .%{_sysconfdir}/nginx install -p -m 0644 %{SOURCE100} .%{_datadir}/nginx/html -install -p -m 0644 %{SOURCE101} %{SOURCE102} .%{_datadir}/nginx/html +install -p -m 0644 %{SOURCE102} .%{_datadir}/nginx/html install -p -m 0644 %{SOURCE103} %{SOURCE104} .%{_datadir}/nginx/html %if 0%{?with_mailcap_mimetypes}