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

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

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


Revision 1.25 - (hide annotations) (download)
Mon Dec 22 02:50:47 2008 UTC (15 years, 5 months ago) by dungog
Branch: MAIN
CVS Tags: smeserver-zarafa-0_9_0-21_el4_sme
Changes since 1.24: +6 -3 lines
Fix patch

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

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