/[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.22 - (show annotations) (download)
Mon Dec 22 01:45:19 2008 UTC (15 years, 5 months ago) by dungog
Branch: MAIN
Changes since 1.21: +1 -7 lines
Remove patches

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

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