1 |
jpp |
1.1 |
|
2 |
|
|
%define name smeserver-mod_maxminddb |
3 |
|
|
%define version 1.1.0 |
4 |
jpp |
1.8 |
%define release 7 |
5 |
jpp |
1.1 |
|
6 |
|
|
Summary: SME Server mod_dav implementation |
7 |
|
|
Name: %{name} |
8 |
|
|
Version: %{version} |
9 |
|
|
Release: %{release}%{?dist} |
10 |
|
|
License: GPL |
11 |
|
|
Group: Applications/Internet |
12 |
jpp |
1.2 |
Source: %{name}-%{version}.tar.gz |
13 |
jpp |
1.3 |
Patch0: smeserver-mod_maxminddb-1.1.0-bz10759-typo.patch |
14 |
jpp |
1.5 |
Patch1: smeserver-mod_maxminddb-1.1.0-bz10759-rename.patch |
15 |
jpp |
1.6 |
Patch2: smeserver-mod_maxminddb-1.1.0-bz10759-newVariables.patch |
16 |
jpp |
1.1 |
BuildArchitectures: noarch |
17 |
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
18 |
|
|
Requires: smeserver-release >= 9 |
19 |
|
|
Requires: httpd >= 2 |
20 |
jpp |
1.4 |
Requires: mod_maxminddb |
21 |
jpp |
1.8 |
Requires: libmaxminddb-devel |
22 |
|
|
Requires: geolite2-city |
23 |
|
|
Requires: geolite2-country |
24 |
jpp |
1.1 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
25 |
|
|
|
26 |
|
|
%description |
27 |
|
|
Implementation of mod_dav for SME Server 7. |
28 |
|
|
|
29 |
|
|
%changelog |
30 |
jpp |
1.8 |
* Thu Apr 11 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-7.sme |
31 |
|
|
- fix missing db on installation [SME: 10770] |
32 |
|
|
|
33 |
jpp |
1.7 |
* Thu Mar 14 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-6.sme |
34 |
jpp |
1.6 |
- configure necessary variables [SME: 10759] |
35 |
|
|
|
36 |
jpp |
1.5 |
* Wed Mar 13 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-4.sme |
37 |
jpp |
1.3 |
- fix typo [SME: 10759] |
38 |
jpp |
1.4 |
- add requires mod_maxminddb |
39 |
jpp |
1.5 |
- rename template |
40 |
jpp |
1.3 |
|
41 |
jpp |
1.1 |
* Tue Mar 12 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-1.sme |
42 |
|
|
- Initial version [SME: 10759] |
43 |
|
|
|
44 |
|
|
%prep |
45 |
|
|
%setup |
46 |
jpp |
1.3 |
%patch0 -p1 |
47 |
jpp |
1.5 |
%patch1 -p1 |
48 |
jpp |
1.6 |
%patch2 -p1 |
49 |
jpp |
1.1 |
|
50 |
|
|
%build |
51 |
|
|
|
52 |
|
|
%install |
53 |
|
|
rm -rf %buildroot |
54 |
|
|
(cd root ; find . -depth -print | cpio -dump %buildroot) |
55 |
|
|
rm -f %{name}-%{version}-filelist |
56 |
|
|
/sbin/e-smith/genfilelist %buildroot \ |
57 |
|
|
--dir /var/run/davLocks 'attr(0755,www,www)' \ |
58 |
|
|
> %{name}-%{version}-filelist |
59 |
|
|
|
60 |
|
|
%clean |
61 |
|
|
rm -rf %buildroot |
62 |
|
|
|
63 |
|
|
%files -f %{name}-%{version}-filelist |
64 |
|
|
%defattr(-,root,root) |