1 |
# $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 $ |
2 |
# Authority: snetram |
# Authority: snetram |
3 |
# Name: Jonathan Martens |
# Name: Jonathan Martens |
4 |
|
|
5 |
%define name smeserver-mod_dav |
%define name smeserver-mod_dav |
6 |
%define version 1.1 |
%define version 1.1 |
7 |
%define release 3 |
%define release 4 |
8 |
|
|
9 |
Summary: SME Server mod_dav implementation |
Summary: SME Server mod_dav implementation |
10 |
Name: %{name} |
Name: %{name} |
14 |
Group: Applications/Internet |
Group: Applications/Internet |
15 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
16 |
Patch0: smeserver-mod_dav-1.1_add_AuthBasicProvider_external.patch |
Patch0: smeserver-mod_dav-1.1_add_AuthBasicProvider_external.patch |
17 |
|
PAtch1: smeserver-mod_dav-1.1-bz11070.patch |
18 |
|
|
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
21 |
Requires: smeserver-release >= 9 |
Requires: smeserver-release >= 9 |
26 |
Implementation of mod_dav for SME Server 7. |
Implementation of mod_dav for SME Server 7. |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Sun Feb 28 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-4.sme |
30 |
|
- add createlinks and add -update event [SME: 11070] |
31 |
|
|
32 |
* Thu Oct 29 2020 Brian Read <brianr@bjsystems.co.uk> 1.1-3.sme |
* Thu Oct 29 2020 Brian Read <brianr@bjsystems.co.uk> 1.1-3.sme |
33 |
- Initial import into SME10 tree [SME: 11070 ] |
- Initial import into SME10 tree [SME: 11070] |
34 |
|
|
35 |
* Tue Jun 10 2014 stephane de Labrusse <stephdl@de-labrusse.fr> - 1.1-2.sme |
* Tue Jun 10 2014 stephane de Labrusse <stephdl@de-labrusse.fr> - 1.1-2.sme |
36 |
- added new way to authenticate to apache [sme:8340] |
- added new way to authenticate to apache [sme:8340] |
44 |
%prep |
%prep |
45 |
%setup |
%setup |
46 |
%patch0 -p1 |
%patch0 -p1 |
47 |
|
%patch1 -p1 |
48 |
|
|
49 |
%build |
%build |
50 |
|
perl createlinks |
51 |
|
|
52 |
%install |
%install |
53 |
rm -rf %buildroot |
rm -rf %buildroot |