1 |
%define name smeserver-zarafa |
2 |
%define version 0.9.0 |
3 |
%define release 8 |
4 |
Summary: smserver rpm to setup zarafa |
5 |
Name: %{name} |
6 |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
8 |
License: GNU GPL version 2 |
9 |
URL: http://contribs.org |
10 |
Group: SMEserver/addon |
11 |
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 |
17 |
BuildRoot: /var/tmp/%{name}-%{version} |
18 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
19 |
Requires: e-smith-release >= 7.0 |
20 |
Requires: zarafa |
21 |
AutoReqProv: no |
22 |
|
23 |
%description |
24 |
smserver rpm to setup zarafa |
25 |
|
26 |
%changelog |
27 |
* 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 |
49 |
- [0.9-1a] |
50 |
|
51 |
%prep |
52 |
%setup |
53 |
%patch0 -p1 |
54 |
%patch1 -p1 |
55 |
%patch2 -p1 |
56 |
%patch3 -p1 |
57 |
|
58 |
%build |
59 |
/usr/bin/perl createlinks |
60 |
|
61 |
%install |
62 |
rm -rf $RPM_BUILD_ROOT |
63 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
64 |
rm -f %{name}-%{version}-filelist |
65 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
66 |
> %{name}-%{version}-filelist |
67 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
68 |
|
69 |
%clean |
70 |
cd .. |
71 |
rm -rf %{name}-%{version} |
72 |
|
73 |
%files -f %{name}-%{version}-filelist |
74 |
%defattr(-,root,root) |
75 |
|
76 |
%pre |
77 |
%preun |
78 |
%post |
79 |
%postun |
80 |
|