/[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.18 - (hide annotations) (download)
Wed Mar 10 05:11:30 2021 UTC (3 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-ibays-2_6_0-16_el7_sme
Changes since 1.17: +7 -2 lines
* Tue Mar 09 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme
- force https if auth or dav are enabled  [SME: 11407]

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

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