1 |
slords |
1.9 |
# $Id: smeserver-zarafa.spec,v 1.3 2008/11/25 16:20:35 slords Exp $ |
2 |
|
|
# Authority: dmay |
3 |
|
|
# Name: Darrell May |
4 |
|
|
|
5 |
slords |
1.1 |
%define name smeserver-zarafa |
6 |
dungog |
1.5 |
%define version 0.9.0 |
7 |
dungog |
1.8 |
%define release 8 |
8 |
slords |
1.1 |
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 |
dungog |
1.5 |
Patch0: smeserver-zarafa-0.9.0-removephp.patch |
17 |
dungog |
1.6 |
Patch1: smeserver-zarafa-0.9.0-deluser.patch |
18 |
dungog |
1.7 |
Patch2: smeserver-zarafa-0.9.0-deluserb.patch |
19 |
dungog |
1.8 |
Patch3: smeserver-zarafa-0.9.0-props.patch |
20 |
slords |
1.1 |
BuildArchitectures: noarch |
21 |
|
|
BuildRoot: /var/tmp/%{name}-%{version} |
22 |
|
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
23 |
|
|
Requires: e-smith-release >= 7.0 |
24 |
|
|
Requires: zarafa |
25 |
|
|
AutoReqProv: no |
26 |
|
|
|
27 |
|
|
%description |
28 |
|
|
smserver rpm to setup zarafa |
29 |
|
|
|
30 |
|
|
%changelog |
31 |
dungog |
1.8 |
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-8 |
32 |
|
|
- add properties to cfg files. unix,server,ical,gateway [SME 4636] |
33 |
|
|
|
34 |
dungog |
1.7 |
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-7 |
35 |
|
|
- add user-delete symlink [SME 4621] |
36 |
dungog |
1.6 |
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-6 |
37 |
|
|
- add user-delete action [SME 4621] |
38 |
|
|
|
39 |
dungog |
1.5 |
* Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-5 |
40 |
|
|
- remove php template: [SME 4620] |
41 |
|
|
|
42 |
dungog |
1.4 |
* Mon Nov 03 2008 Darrell May <dmay@tallgrassranch.com> |
43 |
|
|
- added template to sort junk e-mail: Bug 4705 |
44 |
|
|
- [0.9-4a] |
45 |
|
|
* Mon Nov 03 2008 Darrell May <dmay@tallgrassranch.com> |
46 |
|
|
- added /usr/bin/perl createlinks to spec file: Bug 4725 |
47 |
|
|
- [0.9-3a] |
48 |
|
|
* Wed Oct 08 2008 Darrell May <dmay@tallgrassranch.com> |
49 |
|
|
- smeserver-zarafa-0.9-2a.patch: Bug 4634 |
50 |
|
|
- [0.9-2a] |
51 |
|
|
* Fri Oct 03 2008 Darrell May <dmay@tallgrassranch.com> |
52 |
slords |
1.1 |
- initial release |
53 |
dungog |
1.4 |
- [0.9-1a] |
54 |
slords |
1.1 |
|
55 |
|
|
%prep |
56 |
|
|
%setup |
57 |
dungog |
1.4 |
%patch0 -p1 |
58 |
dungog |
1.6 |
%patch1 -p1 |
59 |
dungog |
1.7 |
%patch2 -p1 |
60 |
dungog |
1.8 |
%patch3 -p1 |
61 |
slords |
1.1 |
|
62 |
|
|
%build |
63 |
dungog |
1.4 |
/usr/bin/perl createlinks |
64 |
slords |
1.1 |
|
65 |
|
|
%install |
66 |
|
|
rm -rf $RPM_BUILD_ROOT |
67 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
68 |
|
|
rm -f %{name}-%{version}-filelist |
69 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
70 |
|
|
> %{name}-%{version}-filelist |
71 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-filelist |
72 |
|
|
|
73 |
|
|
%clean |
74 |
|
|
cd .. |
75 |
|
|
rm -rf %{name}-%{version} |
76 |
|
|
|
77 |
|
|
%files -f %{name}-%{version}-filelist |
78 |
|
|
%defattr(-,root,root) |
79 |
|
|
|