/[smeserver]/rpms/e-smith-ibays/sme10/e-smith-ibays.spec
ViewVC logotype

Annotation of /rpms/e-smith-ibays/sme10/e-smith-ibays.spec

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


Revision 1.21 - (hide annotations) (download)
Fri May 27 02:02:31 2022 UTC (2 years ago) by jpp
Branch: MAIN
CVS Tags: e-smith-ibays-2_6_0-19_el7_sme
Changes since 1.20: +5 -2 lines
* Thu May 26 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-19.sme
- add missing elements to e-smith-ibays-update event to activate changes [SME: 11774]

1 jpp 1.21 # $Id: e-smith-ibays.spec,v 1.20 2022/04/16 06:47:24 jpp Exp $
2 stephdl 1.1
3     Summary: e-smith server and gateway - ibays module
4     %define name e-smith-ibays
5     Name: %{name}
6     %define version 2.6.0
7 jpp 1.21 %define release 19
8 stephdl 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 unnilennium 1.3 Patch0: e-smith-ibays-2.6.0-create_tmp_folder_in_ibays.patch
14     Patch1: e-smith-ibays-2.6.0-create_sess_folder_in_ibays.patch
15 unnilennium 1.6 Patch2: e-smith-ibays-2.6.0-create_var_cache_and_fix_sess.patch
16 jpp 1.11 Patch3: e-smith-ibays-2.6.0-bz10871-ifphpmodule.patch
17 jpp 1.12 Patch4: e-smith-ibays-2.6.0-bz10869-remove-php3-refs.patch
18 jpp 1.13 Patch5: e-smith-ibays-2.6.0-bz10968-remove-hardcoded-ports.patch
19 jpp 1.14 Patch6: e-smith-ibays-2.6.0-bz11139-update.patch
20 jpp 1.15 Patch7: e-smith-ibays-2.6.0-bz11412-update-php-properties.patch
21 jpp 1.17 Patch8: e-smith-ibays-2.6.0-bz8150-SSLproperty2SSLRequireSSL.patch
22 jpp 1.18 Patch9: e-smith-ibays-2.6.0-bz11407-force-https-on-DAV-and-httpauth.patch
23 jpp 1.20 Patch10: e-smith-ibays-2.6.0-bz11774-require.patch
24 jpp 1.11
25 stephdl 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
26     BuildArchitectures: noarch
27     Requires: e-smith-base >= 4.13.15-76
28     Requires: perl(CGI::FormMagick)
29     Requires: e-smith-formmagick >= 1.4.0-12
30 jpp 1.20 #Conflicts: e-smith-apache < 0.1.1
31     Requires: e-smith-apache >= 2.6.0-19
32 stephdl 1.1 BuildRequires: perl, perl(Test::Inline)
33     BuildRequires: e-smith-devtools >= 1.11.0-03
34     AutoReqProv: no
35    
36    
37     %description
38     e-smith server and gateway software - ibays module.
39    
40     %changelog
41 jpp 1.21 * Thu May 26 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-19.sme
42     - add missing elements to e-smith-ibays-update event to activate changes [SME: 11774]
43    
44 jpp 1.20 * Sat Apr 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-18.sme
45     - fix AH01797: client denied by server conf [SME: 11774]
46     use new require syntax for httpd 2.4
47    
48 jpp 1.19 * Wed Mar 10 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme
49     - fix patch for SSLRequireSSL [SME: 8150]
50    
51 jpp 1.18 * Tue Mar 09 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme
52     - force https if auth or dav are enabled [SME: 11407]
53    
54 jpp 1.17 * Tue Mar 09 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme
55     - merge SSL and SSLRequireSSL properties [SME: 8150]
56     now SSLRequireSSL will force SSL to the html ibay directory and redirect to https
57    
58 jpp 1.15 * Mon Mar 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-14.sme
59 jpp 1.16 - update php properties and folders [SME: 11412]
60     - remove last bit of atalk [SME: 668]
61 jpp 1.15
62 jpp 1.14 * Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
63     - add update event [SME: 11139]
64    
65 jpp 1.13 * Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme
66     - remove hardcoded ports [SME: 10968]
67    
68 jpp 1.12 * Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
69     - remove php3 reference [SME: 10869]
70    
71 jpp 1.11 * Mon Jun 22 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme
72     - fix apache failing if ibay has dynamic content enabled and phpmodule is disabled [SME: 10871]
73    
74 jpp 1.10 * Thu Jan 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme
75     - revert patch, wrong rpm [SME: 10871]
76    
77 jpp 1.9 * Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
78     - add support for php-fpm [SME: 10871]
79    
80 unnilennium 1.8 * Wed Jul 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme
81     - fix typo thanks to Stephane de Labrusse [SME: 7011]
82     - ibay to ibays
83    
84 unnilennium 1.7 * Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme
85     - as per comment 2 of bug 0600 instead of 0700 for perms [SME: 9621]
86    
87 unnilennium 1.6 * Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
88     - as discussed, moving cache and tmp out of ibay folder [SME: 9105] [SME: 9621]
89     - creating basedir /var/cache/e-smith/files/ibays for tmp and cache
90    
91 unnilennium 1.4 * Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
92 unnilennium 1.3 - create tmp folder in ibays when needed [SME: 9105]
93     - create session folder in ibays when needed [SME: 9621]
94 unnilennium 1.4 - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
95     by assuming the date is correct and changing the weekday.
96     Fri Apr 17 2008 --> Fri Apr 11 2008 or Thu Apr 17 2008 or Fri Apr 18 2008 or ....
97     Sat Dec 08 2013 --> Sat Dec 07 2013 or Sun Dec 08 2013 or Sat Dec 14 2013 or ....
98     Sat May 04 2014 --> Sat May 03 2014 or Sun May 04 2014 or Sat May 10 2014 or ....
99 unnilennium 1.3
100 vip-ire 1.2 * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
101     - Rebuild for [SME: 9393]
102    
103 stephdl 1.1 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
104     - Initial release to sme10
105    
106     * Wed Jan 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-14.sme
107     - Remove double / in SSL RewriteRule [SME: 9195]
108    
109     * Tue Jun 23 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-13.sme
110     - Revert the upload_tmp_folder patch as it needs some more work [SME: 7011]
111    
112     * Sun Jan 4 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-12.sme
113     - Add an upload_tmp_folder setting by db command [SME: 7011]
114     - Thanks to Michael McCarn and Jean-philippe Pialasse
115     - init-ibays create the folder tmp within all i-bays root directory
116     - ibay-modify create/chown/chmod the folder tmp within the i-bays root directory
117    
118 unnilennium 1.5 * Sun May 04 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-11.sme
119     Sat May 04 2014 --> Sat May 03 2014 or Sun May 04 2014 or Sat May 10 2014 or ....
120 stephdl 1.1 - Add an upload_tmp_folder setting by db command [SME: 7011]
121     - Thanks to Michael McCarn and Jean-philippe Pialasse
122    
123     * Thu Apr 24 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-10.sme
124     - Force SSL following ibays settings to the relevant domain [SME: 8332]
125    
126     * Tue Apr 8 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme
127     - Perl::critic syntax modifications [SME: 8239]
128     - Add more PHP options to ibays only by db commands [SME: 8239]
129     - Add SSLRequireSSL to ibays when SSL is set to enabled [SME: 8239]
130    
131     * Sat Mar 15 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-8.sme
132     - Add more PHP options to ibays only by db commands [SME: 8239]
133     - Add SSLRequireSSL to ibays when SSL is set to enabled [SME: 8239]
134    
135     * Sun Mar 9 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-7.sme
136     - Force https per ibay should not be the default for existing ibays [SME: 3675]
137    
138     * Thu Jan 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme
139     - Provide the ability to restrict ibay access to https, by JPP [SME: 882]
140     - Remove old migrate fragment [SME: 8080]
141     - Whitespace cleanup, mainly tab removal, of 90e-smithAccess40ibays
142    
143 unnilennium 1.5 * Sun Dec 08 2013 Chris Burnat <devlist@burnat.com> 2.4.0-5.sme
144     Sat Dec 08 2013 --> Sat Dec 07 2013 or Sun Dec 08 2013 or Sat Dec 14 2013 or ....
145 stephdl 1.1 - Update en-us translation file by Stephane de Labrusse [SME: 3675]
146    
147     * Sat Nov 30 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme
148     - Provide the ability to force https per ibay by Stephane de Labrusse [SME: 3675]
149    
150     * Mon Sep 30 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-3.sme
151     - Patch to remove symlink to Primary ibay from /home/e-smith/files/primary [SME: 3730]
152    
153     * Mon Sep 30 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-2.sme
154     - Patch to correct issue with not being able to access a password protected ibay [SME: 7794]
155    
156     * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
157     - Roll new stream for sme9
158    
159     * Fri Dec 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-11.sme
160     - Fix non-translated locale in ibays panel [SME: 6718]
161    
162     * Thu Oct 27 2011 Daniel B. <daniel@firewall-services.com> 2.2.0-10.sme
163     - Don't try to modify Primary unix/ldap account [SME:6770]
164    
165     * Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme
166     - All ibay account commands as system accounts in LDAP [SME: 6326]
167    
168     * Thu Nov 4 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-8.sme
169     - Create ibay accounts as system accounts in LDAP [SME: 6326]
170    
171     * Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-7.sme
172     - Fix cpu critical patch missing ) [SME: 6330]
173    
174     * Wed Nov 3 2010 Shad L. Lords <slords@mail.com> 2.2.0-6.sme
175     - Fix cpu critical patch missing ' [SME: 6330]
176    
177     * Wed Nov 3 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme
178     - Make cpu calls critical only with ldap{Auth} is enabled [SME: 6330]
179    
180     * Tue Nov 2 2010 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
181     - Always use cpu, do unix if ldap{Auth} is disabled [SME: 6326]
182    
183     * Mon Nov 1 2010 Shad L. Lords <slords@mail.com> 2.2.0-3.sme
184     - Switch to cpu commands if ldap is master [SME: 6326]
185    
186     * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
187     - Fix maxIbayNameLength logic [SME: 4457]
188    
189     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
190     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
191    
192     * Sun Jul 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-12
193     - Fix password verify entry text box description [SME: 4460]
194    
195     * Thu Jul 24 2008 Shad L. Lords <slords@mail.com> 1.2.0-11
196     - Really fix faulty patch for maxIbayNameLength [SME: 4457]
197    
198     * Fri May 9 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-10
199     - Fixed faulty patch for maxIbayNameLength [SME: 424]
200    
201     * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-9
202     - Add common <base> tags to e-smith-formmagick's general [SME: 4283]
203    
204 unnilennium 1.4 * Thu Apr 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-8
205     Fri Apr 17 2008 --> Fri Apr 11 2008 or Thu Apr 17 2008 or Fri Apr 18 2008 or ....
206 stephdl 1.1 - Move maxIbayNameLength from ibays.pm to config DB [SME: 424]
207    
208     * Mon Apr 7 2008 Charlie Brady <charlie_brady@mitel.com> 1.2.0-7
209     - Include index.shtml in DirectoryIndex list.[SME: 4180]
210    
211     * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.2.0-6
212     - Remove <base> tags now in general [SME: 3924]
213    
214     * Thu Aug 30 2007 Charlie Brady <charlie_brady@mitel.com>
215     - Fix warnings generated by panel. [SME: 1309]
216    
217     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
218     - Clean up spec so package can be built by koji/plague
219    
220     * Fri Dec 08 2006 Shad L. Lords <slords@mail.com> 1.2.0-4
221     - Make non-dynamic indexes not look for dynamic content. [SME: 1908]
222    
223     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
224     - Update to new release naming. No functional changes.
225     - Make Packager generic
226    
227     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-02
228     - Fix typo in ibays http.conf template [SME: 1173]
229    
230     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01
231     - Roll stable stream version. [SME: 1016]
232    
233     * Thu Feb 23 2006 Charlie Brady <charlie_brady@mitel.com> 1.1.3-06
234     - Fix php register_globals directive. [SME: 820]
235    
236     * Thu Jan 19 2006 Charlie Brady <charlieb@e-smith.com> 1.1.3-05
237     - Remove bogus IbayPlugin symlink. [SME: 519]
238    
239     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.3-04
240     - Bump release number only
241    
242     * Sun Oct 16 2005 Gordon Rowell <gordonr@e-smith.com>
243     - [1.1.3-03]
244     - Allow per-ibay override for PHP register_globals setting. To enable:
245     /sbin/e-smith/db accounts setprop <ibay> PHPRegisterGlobals enabled
246     Thanks John Bennett [SF: 1328236]
247    
248     * Fri Oct 14 2005 Charlie Brady <charlieb@e-smith.com>
249     - [1.1.3-02]
250     - Fix missing 'use esmith::util' in ibay-modify action.
251     [SF: 1327138]
252    
253     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
254     - [1.1.3-01]
255     - Remove L10Ns from base packages [SF: 1309520]
256    
257     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
258     - [1.1.2-01]
259     - New dev stream before relocating L10Ns
260    
261     * Thu Oct 6 2005 Charlie Brady <charlieb@e-smith.com>
262     - [1.1.1-18]
263     - Strip out plugin stuff, for now at least. [SF: 1304496]
264    
265     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
266     - [1.1.1-17]
267     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
268    
269     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
270     - [1.1.1-16]
271     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
272    
273     * Wed Sep 14 2005 Tony Clayton <apc@e-smith.com>
274     - [1.1.1-15]
275     - Don't version 'none' plugin [SF: 1292084]
276    
277     * Mon Sep 5 2005 Tony Clayton <apc@e-smith.com>
278     - [1.1.1-14]
279     - Add dependency on e-smith-formmagick >= 1.3.0-10
280     - Fix default plugin display [SF: 1271745,1263740]
281     - Clean up, add POD to IbayPlugin modules [SF: 1263740]
282     - Support versioning of plugins, do version checks in ibay panel
283    
284     * Wed Aug 24 2005 Charlie Brady <charlieb@e-smith.com>
285     - [1.1.1-13]
286     - Default plugin to none in esFM::ibay::create_ibay(). [SF: 1267897]
287    
288     * Mon Aug 22 2005 Charlie Brady <charlieb@e-smith.com>
289     - [1.1.1-12]
290     - Fix missing "use esmith::util" in ibay plugin lib. [SF: 1265684]
291     - Don't display ibay Plugin choice if "none" is the only choice. [SF: 1263740]
292    
293     * Fri Aug 19 2005 Gordon Rowell <gordonr@gormand.com.au>
294     - [1.1.1-11]
295     - Need to check $ibay->prop('type') not $ibay->type [SF: 1260237]
296    
297     * Tue Aug 9 2005 Shad Lords <slords@mail.com>
298     - [1.1.1-10]
299     - Remove 90e-smithAccess10common (belongs in e-smith-apache)
300     - Move some ibay options to database
301    
302     * Thu Aug 4 2005 Gordon Rowell <gordonr@gormand.com.au>
303     - [1.1.1-09]
304     - Syntactic fix to perl code from 1.1.1-08 change
305    
306     * Thu Jul 28 2005 Charlie Brady <charlieb@e-smith.com>
307     - [1.1.1-08]
308     - Update all uses of deprecated esmith::config and db_ APIs.
309     - Rewrite ibay-delete action in shell.
310    
311     * Wed Jan 19 2005 Charlie Brady <charlieb@e-smith.com>
312     - [1.1.1-07]
313     - Fix untaint RE. [charlieb MN00050161]
314     - Fix "will not stay shared" warnings in IbayPlugin/none.pm
315    
316     * Thu Nov 11 2004 Charlie Brady <charlieb@e-smith.com>
317     - [1.1.1-06]
318     - Untaint name before using in system(). [charlieb MN00050161]
319    
320     * Fri Sep 3 2004 Charlie Brady <charlieb@e-smith.com>
321     - [1.1.1-05]
322     - Updated requires with new perl dependencies. [msoulier MN00040240]
323     - Clean BuildRequires. [charlieb MN00043055]
324    
325     * Fri Feb 6 2004 Michael Soulier <msoulier@e-smith.com>
326     - [1.1.1-04]
327     - Fixed two issues with previous change. [msoulier 7475]
328    
329     * Fri Feb 6 2004 Michael Soulier <msoulier@e-smith.com>
330     - [1.1.1-03]
331     - Updating default repair method to set CGIs as executable if enabled.
332     [msoulier 7475]
333    
334     * Wed Nov 19 2003 Tony Clayton <apc@e-smith.com>
335     - [1.1.1-02]
336     - Fix processTemplate call in IbayPlugin::none [tonyc 9924]
337     - Merge ibay-conf-plugin into ibay-modify action [tonyc 9924]
338    
339     * Wed Nov 19 2003 Michael Soulier <msoulier@e-smith.com>
340     - [1.1.1-01]
341     - Collecting patches.
342    
343     * Wed Nov 19 2003 Michael Soulier <msoulier@e-smith.com>
344     - [1.1.0-02]
345     - Adding 6.0 styling to ibay panel. [msoulier 10415]
346     - Converted createlinks to new api.
347     - Add IbayPlugin stuff [tonyc 9924]
348     - Add dependency on perl-CGI-FormMagick >= 0.91-04 [tonyc 9924]
349    
350     * Fri Sep 5 2003 Tony Clayton <apc@e-smith.com>
351     - [1.1.0-01]
352     - Changing version to development stream number - 1.1.0
353     - Rolling to development stream [tonyc 9924]
354    
355     * Wed Aug 13 2003 Michael Soulier <msoulier@e-smith.com>
356     - [1.0.3-05]
357     - Fixed the content ibay showing up in the ibay list of the primary domain's
358     virtual host block. [msoulier 9649]
359    
360     * Wed Aug 13 2003 Michael Soulier <msoulier@e-smith.com>
361     - [1.0.3-04]
362     - Correcting the previous revision, and limiting ibay access as sub-urls to
363     the primary domain only. [msoulier 9649]
364    
365     * Wed Aug 6 2003 Michael Soulier <msoulier@e-smith.com>
366     - [1.0.3-03]
367     - Unify ibay handling, since 15PrimaryContent is now obsolete, and changing
368     the primary domain's content was breaking access to ibays. [msoulier 9649]
369    
370     * Wed Jul 2 2003 Charlie Brady <charlieb@e-smith.com>
371     - [1.0.3-02]
372     - Fix path of created starter website index file (don't rely on symlink
373     which "should" point to correct place). [charlieb 9241]
374    
375     * Thu Jun 12 2003 Gordon Rowell <gordonr@e-smith.com>
376     - [1.0.3-01]
377     - Added order to migrate fragments [gordonr 9015]
378    
379     * Wed Jun 11 2003 Gordon Rowell <gordonr@e-smith.com>
380     - [1.0.2-04]
381     - Fixed Conflicts header - should be <, not <= [gordonr 8903]
382    
383     * Wed Jun 11 2003 Gordon Rowell <gordonr@e-smith.com>
384     - [1.0.2-03]
385     - Missing 'use esmith::util' [gordonr 8973]
386    
387     * Tue Jun 10 2003 Charlie Brady <charlieb@e-smith.com>
388     - [1.0.2-02]
389     - Fix broken symlinks in post-{install,upgrade}. [charlieb 8973]
390    
391     * Fri Jun 6 2003 Gordon Rowell <gordonr@e-smith.com>
392     - [1.0.2-01]
393     - Shuffled some httpd.conf fragments from e-smith-apache [gordonr 8903]
394    
395     * Tue May 27 2003 Charlie Brady <charlieb@e-smith.com>
396     - [1.0.1-01]
397     - Fix typo in createlinks script. Rolling version of package
398     to correct build problem. [charlieb 8841]
399    
400     * Tue May 27 2003 Charlie Brady <charlieb@e-smith.com>
401     - [1.0.0-02]
402     - Add some code from init-accounts action which depends on
403     /home/e-smith/files/ibays directory, which isn't included
404     in base. New action is init-ibays. [charlieb 8841]
405    
406     * Thu May 8 2003 Mark Knox <markk@e-smith.com>
407     - [1.0.0-01]
408     - Initial release. Split out from e-smith-base. [markk 8610]
409    
410     %prep
411     %setup
412 unnilennium 1.3 %patch0 -p1
413     %patch1 -p1
414 unnilennium 1.6 %patch2 -p1
415 jpp 1.11 %patch3 -p1
416 jpp 1.12 %patch4 -p1
417 jpp 1.13 %patch5 -p1
418 jpp 1.14 %patch6 -p1
419 jpp 1.15 %patch7 -p1
420 jpp 1.17 %patch8 -p1
421 jpp 1.18 %patch9 -p1
422 jpp 1.20 %patch10 -p1
423 jpp 1.9
424 unnilennium 1.8 /bin/mkdir -p root/var/cache/e-smith/files/ibays
425 stephdl 1.1
426     %pre
427     %post
428    
429     %build
430     LEXICONS=$(find root/etc/e-smith/web/functions \
431     -type f | grep -v CVS | grep -v pleasewait)
432     for lexicon in $LEXICONS
433     do
434     /sbin/e-smith/validate-lexicon $lexicon
435     done
436    
437     /sbin/e-smith/generate-lexicons
438    
439     perl createlinks
440    
441     %install
442     rm -rf $RPM_BUILD_ROOT
443     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
444     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
445     > %{name}-%{version}-%{release}-filelist
446     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
447    
448     %clean
449     rm -rf $RPM_BUILD_ROOT
450    
451     %files -f %{name}-%{version}-%{release}-filelist
452     %defattr(-,root,root)

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