/[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.19 - (show annotations) (download)
Sun Dec 21 10:03:00 2008 UTC (15 years, 5 months ago) by dungog
Branch: MAIN
CVS Tags: smeserver-zarafa-0_9_0-17_el4_sme
Changes since 1.18: +7 -2 lines
See Changelog

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

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