1 |
|
# $Id: smeserver-zarafa.spec,v 1.9 2008/12/17 15:25:10 slords Exp $ |
2 |
|
# Authority: dmay |
3 |
|
# Name: Darrell May |
4 |
|
|
5 |
%define name smeserver-zarafa |
%define name smeserver-zarafa |
6 |
%define version 0.9 |
%define version 0.9.0 |
7 |
%define release 4a |
%define release 9 |
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: %{name}-0.9-2a.patch |
Patch0: smeserver-zarafa-0.9.0-removephp.patch |
17 |
Patch1: %{name}-0.9-4a.patch |
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 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
23 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
24 |
Requires: e-smith-release >= 7.0 |
Requires: e-smith-release >= 7.0 |
25 |
Requires: zarafa |
Requires: zarafa = 6.20 |
26 |
AutoReqProv: no |
AutoReqProv: no |
27 |
|
|
28 |
%description |
%description |
29 |
smserver rpm to setup zarafa |
smserver rpm to setup zarafa |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Thu Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-9 |
33 |
|
- change default pop port to 8110, gateway.cfg [SME 4854] |
34 |
|
|
35 |
|
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-8 |
36 |
|
- add properties to cfg files. unix,server,ical,gateway [SME 4636] |
37 |
|
|
38 |
|
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-7 |
39 |
|
- add user-delete symlink [SME 4621] |
40 |
|
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-6 |
41 |
|
- add user-delete action [SME 4621] |
42 |
|
|
43 |
|
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-5 |
44 |
|
- remove php template: [SME 4620] |
45 |
|
|
46 |
* Mon Nov 03 2008 Darrell May <dmay@tallgrassranch.com> |
* Mon Nov 03 2008 Darrell May <dmay@tallgrassranch.com> |
47 |
- added template to sort junk e-mail: Bug 4705 |
- added template to sort junk e-mail: Bug 4705 |
48 |
- [0.9-4a] |
- [0.9-4a] |
60 |
%setup |
%setup |
61 |
%patch0 -p1 |
%patch0 -p1 |
62 |
%patch1 -p1 |
%patch1 -p1 |
63 |
|
%patch2 -p1 |
64 |
|
%patch3 -p1 |
65 |
|
%patch4 -p1 |
66 |
|
|
67 |
%build |
%build |
68 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
82 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
83 |
%defattr(-,root,root) |
%defattr(-,root,root) |
84 |
|
|
|
%pre |
|
|
%preun |
|
|
%post |
|
|
%postun |
|
|
|
|