/[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.19 - (hide annotations) (download)
Wed Mar 10 06:00:27 2021 UTC (3 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-ibays-2_6_0-17_el7_sme
Changes since 1.18: +5 -2 lines
* Wed Mar 10 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme
- fix patch for SSLRequireSSL [SME: 8150]

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

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