/[smecontribs]/rpms/smeserver-zarafa/contribs7/smeserver-zarafa.spec
ViewVC logotype

Contents of /rpms/smeserver-zarafa/contribs7/smeserver-zarafa.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.18 - (show annotations) (download)
Sat Dec 20 13:30:26 2008 UTC (15 years, 5 months ago) by dungog
Branch: MAIN
CVS Tags: smeserver-zarafa-0_9_0-16_el4_sme
Changes since 1.17: +7 -2 lines
See Changelog

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed