1 |
# $Id: smeserver-zarafa.spec,v 1.18 2008/12/20 13:30:26 dungog Exp $ |
# $Id: smeserver-zarafa.spec,v 1.24 2008/12/22 02:29:40 dungog Exp $ |
2 |
# Authority: dmay |
# Authority: dmay |
3 |
# Name: Darrell May |
# Name: Darrell May |
4 |
|
|
5 |
%define name smeserver-zarafa |
%define name smeserver-zarafa |
6 |
%define version 0.9.0 |
%define version 0.9.0 |
7 |
%define release 17 |
%define release 21 |
8 |
Summary: smserver rpm to setup zarafa |
Summary: smserver rpm to setup zarafa |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
14 |
Group: SMEserver/addon |
Group: SMEserver/addon |
15 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
16 |
Patch0: smeserver-zarafa-0.9.0-removephp.patch |
Patch0: smeserver-zarafa-0.9.0-removephp.patch |
|
Patch1: smeserver-zarafa-0.9.0-deluser.patch |
|
|
Patch2: smeserver-zarafa-0.9.0-deluserb.patch |
|
17 |
Patch3: smeserver-zarafa-0.9.0-props.patch |
Patch3: smeserver-zarafa-0.9.0-props.patch |
18 |
Patch4: smeserver-zarafa-0.9.0-ports.patch |
Patch4: smeserver-zarafa-0.9.0-ports.patch |
19 |
Patch5: smeserver-zarafa-0.9.0-smessl.patch |
Patch5: smeserver-zarafa-0.9.0-smessl.patch |
20 |
Patch6: smeserver-zarafa-0.9.0-smessl2.patch |
Patch6: smeserver-zarafa-0.9.0-smessl2.patch |
21 |
Patch7: smeserver-zarafa-0.9.0-smessl3.patch |
Patch7: smeserver-zarafa-0.9.0-smessl3.patch |
22 |
Patch8: smeserver-zarafa-0.9.0-ldap.patch |
Patch8: smeserver-zarafa-0.9.0-ldap.patch |
23 |
Patch9: smeserver-zarafa-0.9.0-userprop.patch |
Patch9: smeserver-zarafa-0.9.0-userprop1.patch |
24 |
Patch10: smeserver-zarafa-0.9.0-services2.patch |
Patch10: smeserver-zarafa-0.9.0-services2.patch |
25 |
Patch11: smeserver-zarafa-0.9.0-ports2.patch |
Patch11: smeserver-zarafa-0.9.0-ports2.patch |
26 |
Patch12: smeserver-zarafa-0.9.0-http.patch |
Patch12: smeserver-zarafa-0.9.0-http.patch |
27 |
|
Patch13: smeserver-zarafa-0.9.0-ldap2.patch |
28 |
|
Patch14: smeserver-zarafa-0.9.0-shutdown4.patch |
29 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
30 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
31 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
37 |
smserver rpm to setup zarafa |
smserver rpm to setup zarafa |
38 |
|
|
39 |
%changelog |
%changelog |
40 |
|
* Mon Dec 21 2008 Stephen Noble <support@dungog.net> - 0.9-21 |
41 |
|
- fix shutdown patch [SME 4883] |
42 |
|
|
43 |
|
* Mon Dec 21 2008 Stephen Noble <support@dungog.net> - 0.9-20 |
44 |
|
- delete-user patches removed, not required for ldap/unix [SME 4881] |
45 |
|
- db needs create and delete, do them together, if required |
46 |
|
|
47 |
|
* Mon Dec 21 2008 Stephen Noble <support@dungog.net> - 0.9-19 |
48 |
|
- service_link shutdown added [SME 4883] |
49 |
|
|
50 |
|
* Sun Dec 20 2008 Stephen Noble <support@dungog.net> - 0.9-18 |
51 |
|
- ldap, bind password [SME 4869] |
52 |
|
|
53 |
* Sat Dec 19 2008 Stephen Noble <support@dungog.net> - 0.9-17 |
* Sat Dec 19 2008 Stephen Noble <support@dungog.net> - 0.9-17 |
54 |
- http alias changes [SME 4856] |
- http alias changes [SME 4856] |
55 |
|
|
105 |
%prep |
%prep |
106 |
%setup |
%setup |
107 |
%patch0 -p1 |
%patch0 -p1 |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
108 |
%patch3 -p1 |
%patch3 -p1 |
109 |
%patch4 -p1 |
%patch4 -p1 |
110 |
%patch5 -p1 |
%patch5 -p1 |
115 |
%patch10 -p1 |
%patch10 -p1 |
116 |
%patch11 -p1 |
%patch11 -p1 |
117 |
%patch12 -p1 |
%patch12 -p1 |
118 |
|
%patch13 -p1 |
119 |
|
%patch14 -p1 |
120 |
|
|
121 |
%build |
%build |
122 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |