1 |
diff -urN smeserver-zarafa-0.9.0.orig/root/etc/e-smith/db/configuration/defaults/zarafa-ical/TCPPort smeserver-zarafa-0.9.0/root/etc/e-smith/db/configuration/defaults/zarafa-ical/TCPPort |
2 |
--- smeserver-zarafa-0.9.0.orig/root/etc/e-smith/db/configuration/defaults/zarafa-ical/TCPPort 2009-03-06 21:23:22.000000000 +1100 |
3 |
+++ smeserver-zarafa-0.9.0/root/etc/e-smith/db/configuration/defaults/zarafa-ical/TCPPort 2009-03-06 21:24:58.000000000 +1100 |
4 |
@@ -1 +1 @@ |
5 |
-8089 |
6 |
+8088 |
7 |
diff -urN smeserver-zarafa-0.9.0.orig/root/etc/e-smith/db/configuration/defaults/zarafa-icals/access smeserver-zarafa-0.9.0/root/etc/e-smith/db/configuration/defaults/zarafa-icals/access |
8 |
--- smeserver-zarafa-0.9.0.orig/root/etc/e-smith/db/configuration/defaults/zarafa-icals/access 1970-01-01 10:00:00.000000000 +1000 |
9 |
+++ smeserver-zarafa-0.9.0/root/etc/e-smith/db/configuration/defaults/zarafa-icals/access 2009-03-06 21:24:29.000000000 +1100 |
10 |
@@ -0,0 +1 @@ |
11 |
+public |
12 |
diff -urN smeserver-zarafa-0.9.0.orig/root/etc/e-smith/db/configuration/defaults/zarafa-icals/status smeserver-zarafa-0.9.0/root/etc/e-smith/db/configuration/defaults/zarafa-icals/status |
13 |
--- smeserver-zarafa-0.9.0.orig/root/etc/e-smith/db/configuration/defaults/zarafa-icals/status 1970-01-01 10:00:00.000000000 +1000 |
14 |
+++ smeserver-zarafa-0.9.0/root/etc/e-smith/db/configuration/defaults/zarafa-icals/status 2009-03-06 21:24:29.000000000 +1100 |
15 |
@@ -0,0 +1 @@ |
16 |
+enabled |
17 |
diff -urN smeserver-zarafa-0.9.0.orig/root/etc/e-smith/db/configuration/defaults/zarafa-icals/TCPPort smeserver-zarafa-0.9.0/root/etc/e-smith/db/configuration/defaults/zarafa-icals/TCPPort |
18 |
--- smeserver-zarafa-0.9.0.orig/root/etc/e-smith/db/configuration/defaults/zarafa-icals/TCPPort 1970-01-01 10:00:00.000000000 +1000 |
19 |
+++ smeserver-zarafa-0.9.0/root/etc/e-smith/db/configuration/defaults/zarafa-icals/TCPPort 2009-03-06 21:24:29.000000000 +1100 |
20 |
@@ -0,0 +1 @@ |
21 |
+8089 |
22 |
diff -urN smeserver-zarafa-0.9.0.orig/root/etc/e-smith/db/configuration/defaults/zarafa-icals/type smeserver-zarafa-0.9.0/root/etc/e-smith/db/configuration/defaults/zarafa-icals/type |
23 |
--- smeserver-zarafa-0.9.0.orig/root/etc/e-smith/db/configuration/defaults/zarafa-icals/type 1970-01-01 10:00:00.000000000 +1000 |
24 |
+++ smeserver-zarafa-0.9.0/root/etc/e-smith/db/configuration/defaults/zarafa-icals/type 2009-03-06 21:24:29.000000000 +1100 |
25 |
@@ -0,0 +1 @@ |
26 |
+service |
27 |
diff -urN smeserver-zarafa-0.9.0.orig/root/etc/e-smith/templates/etc/zarafa/ical.cfg/ical.cfg smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/ical.cfg/ical.cfg |
28 |
--- smeserver-zarafa-0.9.0.orig/root/etc/e-smith/templates/etc/zarafa/ical.cfg/ical.cfg 2009-03-06 21:23:22.000000000 +1100 |
29 |
+++ smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/ical.cfg/ical.cfg 2009-03-06 21:26:42.000000000 +1100 |
30 |
@@ -20,13 +20,13 @@ |
31 |
ical_enable = { if (${'zarafa-ical'}{status} eq 'enabled') {'yes'} else {'no'}; } |
32 |
|
33 |
# port which the ical server listens on for normal connections |
34 |
-ical_port = { ${'zarafa-ical'}{icalport} || '8088'; } |
35 |
+ical_port = { ${'zarafa-ical'}{TCPPort} || '8088'; } |
36 |
|
37 |
# wether ssl connections can be made to the ical server |
38 |
-icals_enable = { if (${'zarafa-ical'}{status} eq 'enabled') {'yes'} else {'no'}; } |
39 |
+icals_enable = { if (${'zarafa-icals'}{status} eq 'enabled') {'yes'} else {'no'}; } |
40 |
|
41 |
# port which the ical server listens on for ssl connections |
42 |
-icals_port = { ${'zarafa-ical'}{TCPPort} || '8089'; } |
43 |
+icals_port = { ${'zarafa-icals'}{TCPPort} || '8089'; } |
44 |
|
45 |
# default connection to the Zarafa server |
46 |
server_socket = http://localhost:{${'zarafa-server'}{tcpport}||'236';}/zarafa |
47 |
diff -urN smeserver-zarafa-0.9.0.orig/smeserver-zarafa.spec smeserver-zarafa-0.9.0/smeserver-zarafa.spec |
48 |
--- smeserver-zarafa-0.9.0.orig/smeserver-zarafa.spec 2009-03-06 21:23:22.000000000 +1100 |
49 |
+++ smeserver-zarafa-0.9.0/smeserver-zarafa.spec 1970-01-01 10:00:00.000000000 +1000 |
50 |
@@ -1,51 +0,0 @@ |
51 |
-%define name smeserver-zarafa |
52 |
-%define version 0.9 |
53 |
-%define release 1a |
54 |
-Summary: smserver rpm to setup zarafa |
55 |
-Name: %{name} |
56 |
-Version: %{version} |
57 |
-Release: %{release}%{?dist} |
58 |
-License: GNU GPL version 2 |
59 |
-URL: http://contribs.org |
60 |
-Group: SMEserver/addon |
61 |
-Source: %{name}-%{version}.tar.gz |
62 |
-BuildArchitectures: noarch |
63 |
-BuildRoot: /var/tmp/%{name}-%{version} |
64 |
-BuildRequires: e-smith-devtools >= 1.13.1-03 |
65 |
-Requires: e-smith-release >= 7.0 |
66 |
-Requires: zarafa |
67 |
-AutoReqProv: no |
68 |
- |
69 |
-%description |
70 |
-smserver rpm to setup zarafa |
71 |
- |
72 |
-%changelog |
73 |
-* Thu Oct 02 2008 Darrell May <dmay@tallgrassranch.com> |
74 |
-- initial release |
75 |
-- [0.9-1] |
76 |
- |
77 |
-%prep |
78 |
-%setup |
79 |
- |
80 |
-%build |
81 |
- |
82 |
-%install |
83 |
-rm -rf $RPM_BUILD_ROOT |
84 |
-(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
85 |
-rm -f %{name}-%{version}-filelist |
86 |
-/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
87 |
- > %{name}-%{version}-filelist |
88 |
-echo "%doc COPYING" >> %{name}-%{version}-filelist |
89 |
- |
90 |
-%clean |
91 |
-cd .. |
92 |
-rm -rf %{name}-%{version} |
93 |
- |
94 |
-%files -f %{name}-%{version}-filelist |
95 |
-%defattr(-,root,root) |
96 |
- |
97 |
-%pre |
98 |
-%preun |
99 |
-%post |
100 |
-%postun |
101 |
- |