1 |
|
|
2 |
%define name smeserver-mod_maxminddb |
%define name smeserver-mod_maxminddb |
3 |
%define version 1.1.0 |
%define version 1.1.0 |
4 |
%define release 7 |
%define release 8 |
5 |
|
|
6 |
Summary: SME Server mod_dav implementation |
Summary: SME Server mod_dav implementation |
7 |
Name: %{name} |
Name: %{name} |
13 |
Patch0: smeserver-mod_maxminddb-1.1.0-bz10759-typo.patch |
Patch0: smeserver-mod_maxminddb-1.1.0-bz10759-typo.patch |
14 |
Patch1: smeserver-mod_maxminddb-1.1.0-bz10759-rename.patch |
Patch1: smeserver-mod_maxminddb-1.1.0-bz10759-rename.patch |
15 |
Patch2: smeserver-mod_maxminddb-1.1.0-bz10759-newVariables.patch |
Patch2: smeserver-mod_maxminddb-1.1.0-bz10759-newVariables.patch |
16 |
|
Patch3: smeserver-mod_maxminddb-1.1.0-bz11521-sme10.patch |
17 |
|
|
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
20 |
Requires: smeserver-release >= 9 |
Requires: smeserver-release >= 9 |
29 |
Implementation of mod_dav for SME Server 7. |
Implementation of mod_dav for SME Server 7. |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Fri Apr 02 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.1.0-8.sme |
33 |
|
- initial import to SME 10 [SME: 11521] |
34 |
|
|
35 |
* Thu Apr 11 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-7.sme |
* Thu Apr 11 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-7.sme |
36 |
- fix missing db on installation [SME: 10770] |
- fix missing db on installation [SME: 10770] |
37 |
|
|
51 |
%patch0 -p1 |
%patch0 -p1 |
52 |
%patch1 -p1 |
%patch1 -p1 |
53 |
%patch2 -p1 |
%patch2 -p1 |
54 |
|
%patch3 -p1 |
55 |
|
|
56 |
%build |
%build |
57 |
|
|