1 |
# $Id: smeserver-zarafa.spec,v 1.15 2008/12/20 07:07:11 dungog Exp $ |
2 |
# Authority: dmay |
3 |
# Name: Darrell May |
4 |
|
5 |
%define name smeserver-zarafa |
6 |
%define version 0.9.0 |
7 |
%define release 15 |
8 |
Summary: smserver rpm to setup zarafa |
9 |
Name: %{name} |
10 |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
12 |
License: GNU GPL version 2 |
13 |
URL: http://contribs.org |
14 |
Group: SMEserver/addon |
15 |
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 |
Patch6: smeserver-zarafa-0.9.0-smessl2.patch |
23 |
Patch7: smeserver-zarafa-0.9.0-smessl3.patch |
24 |
Patch8: smeserver-zarafa-0.9.0-ldap.patch |
25 |
Patch9: smeserver-zarafa-0.9.0-userprop.patch |
26 |
Patch10: smeserver-zarafa-0.9.0-services.patch |
27 |
BuildArchitectures: noarch |
28 |
BuildRoot: /var/tmp/%{name}-%{version} |
29 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
30 |
Requires: e-smith-release >= 7.0 |
31 |
Requires: zarafa = 6.20 |
32 |
AutoReqProv: no |
33 |
|
34 |
%description |
35 |
smserver rpm to setup zarafa |
36 |
|
37 |
%changelog |
38 |
* Sat Dec 19 2008 Stephen Noble <support@dungog.net> - 0.9-15 |
39 |
- added action/zarafa-services-stop [SME 4870] |
40 |
- .qmail-junkmail fragment fixed [SME 4705] |
41 |
* Sat Dec 19 2008 Stephen Noble <support@dungog.net> - 0.9-14 |
42 |
- default user zarafa property to enabled [SME 4870] |
43 |
- .qmail-junkmail fragment readded [SME 4705] |
44 |
|
45 |
* Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-13 |
46 |
- ldap plugin [SME 4869] |
47 |
|
48 |
* Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-12 |
49 |
- use sme ssl files fixes [SME 4846] |
50 |
* Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-11 |
51 |
- use sme ssl files fixes [SME 4836] |
52 |
* Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-10 |
53 |
- use sme ssl files [SME 4836] |
54 |
- change gateway ports to standard, requires changing sme ports manually |
55 |
- Requires: zarafa = 6.20, verify/update contrib before allowing updates |
56 |
|
57 |
* Thu Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-9 |
58 |
- change default pop port to 8110, gateway.cfg [SME 4854] |
59 |
|
60 |
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-8 |
61 |
- add properties to cfg files. unix,server,ical,gateway [SME 4636] |
62 |
|
63 |
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-7 |
64 |
- add user-delete symlink [SME 4621] |
65 |
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-6 |
66 |
- add user-delete action [SME 4621] |
67 |
|
68 |
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-5 |
69 |
- remove php template: [SME 4620] |
70 |
|
71 |
* Mon Nov 03 2008 Darrell May <dmay@tallgrassranch.com> |
72 |
- added template to sort junk e-mail: Bug 4705 |
73 |
- [0.9-4a] |
74 |
* Mon Nov 03 2008 Darrell May <dmay@tallgrassranch.com> |
75 |
- added /usr/bin/perl createlinks to spec file: Bug 4725 |
76 |
- [0.9-3a] |
77 |
* Wed Oct 08 2008 Darrell May <dmay@tallgrassranch.com> |
78 |
- smeserver-zarafa-0.9-2a.patch: Bug 4634 |
79 |
- [0.9-2a] |
80 |
* Fri Oct 03 2008 Darrell May <dmay@tallgrassranch.com> |
81 |
- initial release |
82 |
- [0.9-1a] |
83 |
|
84 |
%prep |
85 |
%setup |
86 |
%patch0 -p1 |
87 |
%patch1 -p1 |
88 |
%patch2 -p1 |
89 |
%patch3 -p1 |
90 |
%patch4 -p1 |
91 |
%patch5 -p1 |
92 |
%patch6 -p1 |
93 |
%patch7 -p1 |
94 |
%patch8 -p1 |
95 |
%patch9 -p1 |
96 |
%patch10 -p1 |
97 |
|
98 |
%build |
99 |
/usr/bin/perl createlinks |
100 |
|
101 |
%install |
102 |
rm -rf $RPM_BUILD_ROOT |
103 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
104 |
rm -f %{name}-%{version}-filelist |
105 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
106 |
> %{name}-%{version}-filelist |
107 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
108 |
|
109 |
%clean |
110 |
cd .. |
111 |
rm -rf %{name}-%{version} |
112 |
|
113 |
%files -f %{name}-%{version}-filelist |
114 |
%defattr(-,root,root) |
115 |
|