rebuilt with nginx 1.23.3 [release 3.0.0-3mamba;Thu Jan 26 2023]
This commit is contained in:
parent
0e7ab6b793
commit
14e995ce2a
@ -1,7 +1,7 @@
|
|||||||
%define nginx_version 1.22.0
|
%define nginx_version 1.23.3
|
||||||
Name: nginx-mod-dav-ext
|
Name: nginx-mod-dav-ext
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: nginx module for WebDAV PROPFIND,OPTIONS,LOCK,UNLOCK support
|
Summary: nginx module for WebDAV PROPFIND,OPTIONS,LOCK,UNLOCK support
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,7 +9,7 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/arut/nginx-dav-ext-module/
|
URL: https://github.com/arut/nginx-dav-ext-module/
|
||||||
Source: https://github.com/arut/nginx-dav-ext-module.git/v%{version}/nginx-dav-ext-module-%{version}.tar.bz2
|
Source: https://github.com/arut/nginx-dav-ext-module.git/v%{version}/nginx-dav-ext-module-%{version}.tar.bz2
|
||||||
Source1: https://github.com/nginx/nginx.git/release-%{nginx_version}/nginx-%{nginx_version}.tar.bz2
|
Source1: https://github.com/nginx/nginx/archive/refs/tags/release-%{nginx_version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -28,7 +28,7 @@ nginx module for WebDAV PROPFIND,OPTIONS,LOCK,UNLOCK support.
|
|||||||
mv nginx-dav-ext-module-%{version} nginx-dav-ext-module
|
mv nginx-dav-ext-module-%{version} nginx-dav-ext-module
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd nginx-%{nginx_version}
|
cd nginx-release-%{nginx_version}
|
||||||
auto/configure \
|
auto/configure \
|
||||||
--modules-path=%{_libdir}/nginx/modules \
|
--modules-path=%{_libdir}/nginx/modules \
|
||||||
--with-compat \
|
--with-compat \
|
||||||
@ -40,7 +40,7 @@ auto/configure \
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
cd nginx-%{nginx_version}/objs
|
cd nginx-release-%{nginx_version}/objs
|
||||||
for mod in ngx_*.so; do
|
for mod in ngx_*.so; do
|
||||||
install -D -m0755 $mod %{buildroot}%{_libdir}/nginx/modules/$mod
|
install -D -m0755 $mod %{buildroot}%{_libdir}/nginx/modules/$mod
|
||||||
done
|
done
|
||||||
@ -60,6 +60,9 @@ _EOF
|
|||||||
%doc nginx-dav-ext-module/LICENSE
|
%doc nginx-dav-ext-module/LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.0-3mamba
|
||||||
|
- rebuilt with nginx 1.23.3
|
||||||
|
|
||||||
* Fri Jun 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.0-2mamba
|
* Fri Jun 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.0-2mamba
|
||||||
- add configuration file in /etc/nginx/modules-available; install module below %{_libdir}/nginx/modules
|
- add configuration file in /etc/nginx/modules-available; install module below %{_libdir}/nginx/modules
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user