|
@@ -34,17 +34,14 @@ Summary: nginx Brotli dynamic modules
|
|
Name: nginx-module-brotli
|
|
Name: nginx-module-brotli
|
|
Version: %{main_version}
|
|
Version: %{main_version}
|
|
Release: %{main_release}
|
|
Release: %{main_release}
|
|
-Vendor: Nginx, Inc.
|
|
|
|
-URL: http://nginx.org/
|
|
|
|
|
|
+Vendor: Eugene Wu <kuretru@gmail.com>
|
|
|
|
+URL: https://github.com/kuretru/nginx-module-brotli
|
|
Group: %{_group}
|
|
Group: %{_group}
|
|
|
|
|
|
Source0: https://nginx.org/download/nginx-%{main_version}.tar.gz
|
|
Source0: https://nginx.org/download/nginx-%{main_version}.tar.gz
|
|
Source1: COPYRIGHT
|
|
Source1: COPYRIGHT
|
|
Source2: ngx_brotli-1.0.7.tar.gz
|
|
Source2: ngx_brotli-1.0.7.tar.gz
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
License: 2-clause BSD-like license
|
|
License: 2-clause BSD-like license
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{main_version}-%{main_release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{main_version}-%{main_release}-root
|
|
@@ -70,8 +67,6 @@ nginx Brotli dynamic modules.
|
|
tar --strip-components=1 -zxf %{SOURCE0}
|
|
tar --strip-components=1 -zxf %{SOURCE0}
|
|
tar -zxf %{SOURCE2}
|
|
tar -zxf %{SOURCE2}
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%build
|
|
%build
|
|
|
|
|
|
cd %{bdir}
|
|
cd %{bdir}
|