1 |
jpp |
1.1 |
|
2 |
|
|
%define name smeserver-mod_maxminddb |
3 |
|
|
%define version 1.1.0 |
4 |
jpp |
1.5 |
%define release 4 |
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.1 |
BuildArchitectures: noarch |
16 |
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
17 |
|
|
Requires: smeserver-release >= 9 |
18 |
|
|
Requires: httpd >= 2 |
19 |
jpp |
1.4 |
Requires: mod_maxminddb |
20 |
jpp |
1.1 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
21 |
|
|
|
22 |
|
|
%description |
23 |
|
|
Implementation of mod_dav for SME Server 7. |
24 |
|
|
|
25 |
|
|
%changelog |
26 |
jpp |
1.5 |
* Wed Mar 13 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-4.sme |
27 |
jpp |
1.3 |
- fix typo [SME: 10759] |
28 |
jpp |
1.4 |
- add requires mod_maxminddb |
29 |
jpp |
1.5 |
- rename template |
30 |
jpp |
1.3 |
|
31 |
jpp |
1.1 |
* Tue Mar 12 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-1.sme |
32 |
|
|
- Initial version [SME: 10759] |
33 |
|
|
|
34 |
|
|
%prep |
35 |
|
|
%setup |
36 |
jpp |
1.3 |
%patch0 -p1 |
37 |
jpp |
1.5 |
%patch1 -p1 |
38 |
jpp |
1.1 |
|
39 |
|
|
%build |
40 |
|
|
|
41 |
|
|
%install |
42 |
|
|
rm -rf %buildroot |
43 |
|
|
(cd root ; find . -depth -print | cpio -dump %buildroot) |
44 |
|
|
rm -f %{name}-%{version}-filelist |
45 |
|
|
/sbin/e-smith/genfilelist %buildroot \ |
46 |
|
|
--dir /var/run/davLocks 'attr(0755,www,www)' \ |
47 |
|
|
> %{name}-%{version}-filelist |
48 |
|
|
|
49 |
|
|
%clean |
50 |
|
|
rm -rf %buildroot |
51 |
|
|
|
52 |
|
|
%files -f %{name}-%{version}-filelist |
53 |
|
|
%defattr(-,root,root) |