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

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

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

Revision 1.16 by dungog, Sat Dec 20 08:42:14 2008 UTC Revision 1.31 by dungog, Fri Feb 20 21:46:54 2009 UTC
# Line 1  Line 1 
1  # $Id: smeserver-zarafa.spec,v 1.15 2008/12/20 07:07:11 dungog Exp $  # $Id: smeserver-zarafa.spec,v 1.30 2009/01/17 08:22:08 dungog Exp $
2  # Authority: dmay  # Authority: dmay
3  # Name: Darrell May  # Name: Darrell May
4    
5  %define name smeserver-zarafa  %define name smeserver-zarafa
6  %define version 0.9.0  %define version 0.9.0
7  %define release 15  %define release 27
8  Summary: smserver rpm to setup zarafa  Summary: smserver rpm to setup zarafa
9  Name: %{name}  Name: %{name}
10  Version: %{version}  Version: %{version}
# Line 14  URL: http://contribs.org Line 14  URL: http://contribs.org
14  Group: SMEserver/addon  Group: SMEserver/addon
15  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
16  Patch0: smeserver-zarafa-0.9.0-removephp.patch  Patch0: smeserver-zarafa-0.9.0-removephp.patch
 Patch1: smeserver-zarafa-0.9.0-deluser.patch  
 Patch2: smeserver-zarafa-0.9.0-deluserb.patch  
17  Patch3: smeserver-zarafa-0.9.0-props.patch  Patch3: smeserver-zarafa-0.9.0-props.patch
18  Patch4: smeserver-zarafa-0.9.0-ports.patch  Patch4: smeserver-zarafa-0.9.0-ports.patch
19  Patch5: smeserver-zarafa-0.9.0-smessl.patch  Patch5: smeserver-zarafa-0.9.0-smessl.patch
20  Patch6: smeserver-zarafa-0.9.0-smessl2.patch  Patch6: smeserver-zarafa-0.9.0-smessl2.patch
21  Patch7: smeserver-zarafa-0.9.0-smessl3.patch  Patch7: smeserver-zarafa-0.9.0-smessl3.patch
22  Patch8: smeserver-zarafa-0.9.0-ldap.patch  Patch8: smeserver-zarafa-0.9.0-ldap.patch
23  Patch9: smeserver-zarafa-0.9.0-userprop.patch  Patch9: smeserver-zarafa-0.9.0-userprop1.patch
24  Patch10: smeserver-zarafa-0.9.0-services.patch  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    Patch14: smeserver-zarafa-0.9.0-shutdown4.patch
29    Patch15: smeserver-zarafa-0.9.0-shutdown5.patch
30    Patch16: smeserver-zarafa-0.9.0-update2.patch
31    Patch17: smeserver-zarafa-0.9.0-install.patch
32    Patch18: smeserver-zarafa-0.9.0-shutdown6.patch
33    Patch19: smeserver-zarafa-0.9.0-playnice.patch
34    Patch20: smeserver-zarafa-0.9.0-globalforward.patch
35    Patch21: smeserver-zarafa-0.9.0-impdisabled.patch
36  BuildArchitectures: noarch  BuildArchitectures: noarch
37  BuildRoot: /var/tmp/%{name}-%{version}  BuildRoot: /var/tmp/%{name}-%{version}
38  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
39  Requires: e-smith-release >= 7.0  Requires: e-smith-release >= 7.0
 Requires: zarafa = 6.20  
40  AutoReqProv: no  AutoReqProv: no
41    
42  %description  %description
43  smserver rpm to setup zarafa  smserver rpm to setup zarafa
44    
45  %changelog  %changelog
46    * Sat Feb 21 2009 Stephen Noble <support@dungog.net> - 0.9-27
47    - allow /webmail if $imp{status} disabled [SME 4957]
48    - remove requires 6.20
49    
50    * Sat Jan 17 2009 Stephen Noble <support@dungog.net> - 0.9-26
51    - add globalForward to .qmail [SME 4891]
52    
53    * Wed Dec 31 2008 Darrell May <dmay@tallgrassranhc.com> - 0.9-25
54    - add playnice patch [SME 4891]
55    - add separate db entries for zarafa pop/pop3/imap/imaps ports [SME 4912]
56    - reset dagent.cfg template to default
57    
58    * Mon Dec 21 2008 Stephen Noble <support@dungog.net> - 0.9-24
59    - add post-update links [SME 4871]
60    - shutdown6 uses S99 [SME 4883]
61    
62    * Mon Dec 21 2008 Stephen Noble <support@dungog.net> - 0.9-23
63    - trigger zarafa-update on updates of zarafa* rpms [SME 4886]
64    
65    * Mon Dec 21 2008 Stephen Noble <support@dungog.net> - 0.9-22
66    - fix shutdown patch again [SME 4883]
67    * Mon Dec 21 2008 Stephen Noble <support@dungog.net> - 0.9-21
68    - fix shutdown patch [SME 4883]
69    
70    * Mon Dec 21 2008 Stephen Noble <support@dungog.net> - 0.9-20
71    - delete-user patches removed, not required for ldap/unix [SME 4881]
72    - db needs create and delete, do them together, if required
73    
74    * Mon Dec 21 2008 Stephen Noble <support@dungog.net> - 0.9-19
75    - service_link shutdown added [SME 4883]
76    
77    * Sun Dec 20 2008 Stephen Noble <support@dungog.net> - 0.9-18
78    - ldap, bind password [SME 4869]
79    
80    * Sat Dec 19 2008 Stephen Noble <support@dungog.net> - 0.9-17
81    - http alias changes [SME 4856]
82    
83    * Sat Dec 19 2008 Stephen Noble <support@dungog.net> - 0.9-16
84    - minor change in ports and property names [SME 4846]
85    
86  * Sat Dec 19 2008 Stephen Noble <support@dungog.net> - 0.9-15  * Sat Dec 19 2008 Stephen Noble <support@dungog.net> - 0.9-15
87  - added action/zarafa-services-stop [SME 4870]  - added action/zarafa-services-stop [SME 4870]
88  - .qmail-junkmail fragment fixed [SME 4705]  - .qmail-junkmail fragment fixed and expanded [SME 4705]
89  * Sat Dec 19 2008 Stephen Noble <support@dungog.net> - 0.9-14  * Sat Dec 19 2008 Stephen Noble <support@dungog.net> - 0.9-14
90  - default user zarafa property to enabled [SME 4870]  - default user zarafa property to enabled [SME 4870]
91  - .qmail-junkmail fragment readded [SME 4705]  - .qmail-junkmail fragment readded [SME 4705]
# Line 84  smserver rpm to setup zarafa Line 132  smserver rpm to setup zarafa
132  %prep  %prep
133  %setup  %setup
134  %patch0 -p1  %patch0 -p1
 %patch1 -p1  
 %patch2 -p1  
135  %patch3 -p1  %patch3 -p1
136  %patch4 -p1  %patch4 -p1
137  %patch5 -p1  %patch5 -p1
# Line 94  smserver rpm to setup zarafa Line 140  smserver rpm to setup zarafa
140  %patch8 -p1  %patch8 -p1
141  %patch9 -p1  %patch9 -p1
142  %patch10 -p1  %patch10 -p1
143    %patch11 -p1
144    %patch12 -p1
145    %patch13 -p1
146    %patch14 -p1
147    %patch15 -p1
148    %patch16 -p1
149    %patch17 -p1
150    %patch18 -p1
151    %patch19 -p1
152    %patch20 -p1
153    %patch21 -p1
154    
155  %build  %build
156  /usr/bin/perl createlinks  /usr/bin/perl createlinks
# Line 113  rm -rf %{name}-%{version} Line 170  rm -rf %{name}-%{version}
170  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
171  %defattr(-,root,root)  %defattr(-,root,root)
172    
173    %triggerin -- zarafa
174    /etc/e-smith/events/actions/zarafa-update
175    
176    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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