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

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

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