1 |
# $Id: smeserver-zarafa.spec,v 1.1 2008/10/17 14:27:33 slords Exp $ |
# $Id: smeserver-zarafa.spec,v 1.10 2008/12/18 12:49:29 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 1%{?dist} |
%define release 10 |
8 |
Summary: smserver rpm to setup zarafa |
Summary: smserver rpm to setup zarafa |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
13 |
URL: http://contribs.org |
URL: http://contribs.org |
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 |
17 |
|
Patch1: smeserver-zarafa-0.9.0-deluser.patch |
18 |
|
Patch2: smeserver-zarafa-0.9.0-deluserb.patch |
19 |
|
Patch3: smeserver-zarafa-0.9.0-props.patch |
20 |
|
Patch4: smeserver-zarafa-0.9.0-ports.patch |
21 |
|
Patch5: smeserver-zarafa-0.9.0-smessl.patch |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
24 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
25 |
Requires: e-smith-release >= 7.0 |
Requires: e-smith-release >= 7.0 |
26 |
Requires: zarafa |
Requires: zarafa = 6.20 |
27 |
AutoReqProv: no |
AutoReqProv: no |
28 |
|
|
29 |
%description |
%description |
30 |
smserver rpm to setup zarafa |
smserver rpm to setup zarafa |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
* Wed Oct 08 2008 Darrell May <dmay@tallgrassranch.com> 0.9.0-1.sme |
* Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-10 |
34 |
|
- use sme ssl files [SME 4836] |
35 |
|
- change gateway ports to standard, requires changing sme ports manually |
36 |
|
- Requires: zarafa = 6.20, verify/update contrib before allowing updates |
37 |
|
|
38 |
|
* Thu Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-9 |
39 |
|
- change default pop port to 8110, gateway.cfg [SME 4854] |
40 |
|
|
41 |
|
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-8 |
42 |
|
- add properties to cfg files. unix,server,ical,gateway [SME 4636] |
43 |
|
|
44 |
|
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-7 |
45 |
|
- add user-delete symlink [SME 4621] |
46 |
|
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-6 |
47 |
|
- add user-delete action [SME 4621] |
48 |
|
|
49 |
|
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-5 |
50 |
|
- remove php template: [SME 4620] |
51 |
|
|
52 |
|
* Mon Nov 03 2008 Darrell May <dmay@tallgrassranch.com> |
53 |
|
- added template to sort junk e-mail: Bug 4705 |
54 |
|
- [0.9-4a] |
55 |
|
* Mon Nov 03 2008 Darrell May <dmay@tallgrassranch.com> |
56 |
|
- added /usr/bin/perl createlinks to spec file: Bug 4725 |
57 |
|
- [0.9-3a] |
58 |
|
* Wed Oct 08 2008 Darrell May <dmay@tallgrassranch.com> |
59 |
|
- smeserver-zarafa-0.9-2a.patch: Bug 4634 |
60 |
|
- [0.9-2a] |
61 |
|
* Fri Oct 03 2008 Darrell May <dmay@tallgrassranch.com> |
62 |
- initial release |
- initial release |
63 |
|
- [0.9-1a] |
64 |
|
|
65 |
%prep |
%prep |
66 |
%setup |
%setup |
67 |
|
%patch0 -p1 |
68 |
|
%patch1 -p1 |
69 |
|
%patch2 -p1 |
70 |
|
%patch3 -p1 |
71 |
|
%patch4 -p1 |
72 |
|
%patch5 -p1 |
73 |
|
|
74 |
%build |
%build |
75 |
|
/usr/bin/perl createlinks |
76 |
|
|
77 |
%install |
%install |
78 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |