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

Contents 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.20 - (show annotations) (download)
Sat Apr 16 06:47:24 2022 UTC (2 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: e-smith-ibays-2_6_0-18_el7_sme
Changes since 1.19: +10 -3 lines
* Sat Apr 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-18.sme
- fix  AH01797: client denied by server conf [SME: 11774]
  use new require syntax for httpd 2.4

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

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