--- rpms/smeserver-mod_dav/contribs10/smeserver-mod_dav.spec 2020/10/29 12:33:10 1.2 +++ rpms/smeserver-mod_dav/contribs10/smeserver-mod_dav.spec 2021/03/01 04:14:17 1.3 @@ -1,10 +1,10 @@ -# $Id: smeserver-mod_dav.spec,v 1.1 2020/07/23 17:52:56 brianr Exp $ +# $Id: smeserver-mod_dav.spec,v 1.2 2020/10/29 12:33:10 brianr Exp $ # Authority: snetram # Name: Jonathan Martens %define name smeserver-mod_dav %define version 1.1 -%define release 3 +%define release 4 Summary: SME Server mod_dav implementation Name: %{name} @@ -14,6 +14,8 @@ License: GPL Group: Applications/Internet Source: %{name}-%{version}.tar.xz Patch0: smeserver-mod_dav-1.1_add_AuthBasicProvider_external.patch +PAtch1: smeserver-mod_dav-1.1-bz11070.patch + BuildArchitectures: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: smeserver-release >= 9 @@ -24,8 +26,11 @@ BuildRequires: e-smith-devtools >= 1.13. Implementation of mod_dav for SME Server 7. %changelog +* Sun Feb 28 2021 Jean-Philipe Pialasse 1.1-4.sme +- add createlinks and add -update event [SME: 11070] + * Thu Oct 29 2020 Brian Read 1.1-3.sme -- Initial import into SME10 tree [SME: 11070 ] +- Initial import into SME10 tree [SME: 11070] * Tue Jun 10 2014 stephane de Labrusse - 1.1-2.sme - added new way to authenticate to apache [sme:8340] @@ -39,8 +44,10 @@ Implementation of mod_dav for SME Server %prep %setup %patch0 -p1 +%patch1 -p1 %build +perl createlinks %install rm -rf %buildroot