# RPM Spec file for mod_dav_access Name: mod_dav_access Version: 0.2.0 Release: 1%{?dist} Summary: Apache WebDav Access Control Protocol module License: ASL 2.0 Group: System Environment/Daemons Source: https://github.com/minfrin/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 Url: https://github.com/minfrin/%{name} BuildRequires: gcc, pkgconfig(apr-1), pkgconfig(apr-util-1), (httpd-devel or apache-devel or apache2-devel) Requires: (httpd or apache or apache2) %description Apache module to implement RFC3744 WebDav Access Control Protocol. %prep %setup -q %build %configure %make_build %install %make_install %files %if 0%{?sle_version} || 0%{?is_opensuse} %{_libdir}/apache2/%{name}.so %else %{_libdir}/httpd/modules/%{name}.so %endif %doc AUTHORS ChangeLog README.md %changelog * Sun Oct 08 2023 Graham Leggett - 0.2.0-1 - Explicit control over the principal URL space * Mon Feb 14 2022 Graham Leggett - 0.1.0-1 - Initial version of the package