|
# $Id$ |
|
|
# Authority: dmay |
|
|
# Name: Darrell May |
|
|
|
|
1 |
%define name smeserver-zarafa |
%define name smeserver-zarafa |
2 |
%define version 0.9.0 |
%define version 0.9.0 |
3 |
%define release 1%{?dist} |
%define release 8 |
4 |
Summary: smserver rpm to setup zarafa |
Summary: smserver rpm to setup zarafa |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
9 |
URL: http://contribs.org |
URL: http://contribs.org |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
12 |
|
Patch0: smeserver-zarafa-0.9.0-removephp.patch |
13 |
|
Patch1: smeserver-zarafa-0.9.0-deluser.patch |
14 |
|
Patch2: smeserver-zarafa-0.9.0-deluserb.patch |
15 |
|
Patch3: smeserver-zarafa-0.9.0-props.patch |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
18 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
24 |
smserver rpm to setup zarafa |
smserver rpm to setup zarafa |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
* Wed Oct 08 2008 Darrell May <dmay@tallgrassranch.com> 0.9.0-1.sme |
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-8 |
28 |
|
- add properties to cfg files. unix,server,ical,gateway [SME 4636] |
29 |
|
|
30 |
|
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-7 |
31 |
|
- add user-delete symlink [SME 4621] |
32 |
|
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-6 |
33 |
|
- add user-delete action [SME 4621] |
34 |
|
|
35 |
|
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-5 |
36 |
|
- remove php template: [SME 4620] |
37 |
|
|
38 |
|
* Mon Nov 03 2008 Darrell May <dmay@tallgrassranch.com> |
39 |
|
- added template to sort junk e-mail: Bug 4705 |
40 |
|
- [0.9-4a] |
41 |
|
* Mon Nov 03 2008 Darrell May <dmay@tallgrassranch.com> |
42 |
|
- added /usr/bin/perl createlinks to spec file: Bug 4725 |
43 |
|
- [0.9-3a] |
44 |
|
* Wed Oct 08 2008 Darrell May <dmay@tallgrassranch.com> |
45 |
|
- smeserver-zarafa-0.9-2a.patch: Bug 4634 |
46 |
|
- [0.9-2a] |
47 |
|
* Fri Oct 03 2008 Darrell May <dmay@tallgrassranch.com> |
48 |
- initial release |
- initial release |
49 |
|
- [0.9-1a] |
50 |
|
|
51 |
%prep |
%prep |
52 |
%setup |
%setup |
53 |
|
%patch0 -p1 |
54 |
|
%patch1 -p1 |
55 |
|
%patch2 -p1 |
56 |
|
%patch3 -p1 |
57 |
|
|
58 |
%build |
%build |
59 |
|
/usr/bin/perl createlinks |
60 |
|
|
61 |
%install |
%install |
62 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
73 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
74 |
%defattr(-,root,root) |
%defattr(-,root,root) |
75 |
|
|
76 |
|
%pre |
77 |
|
%preun |
78 |
|
%post |
79 |
|
%postun |
80 |
|
|