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

Annotation of /rpms/smeserver-shared-folders/contribs7/smeserver-shared-folders.spec

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


Revision 1.62 - (hide annotations) (download)
Tue Nov 8 13:42:29 2011 UTC (12 years, 6 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-shared-folders-0_1-59_el4_sme
Changes since 1.61: +9 -3 lines
* Tue Nov 08 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-59.sme
- Stop removing exec perm
- use --physical for setfacl (don't follow symlinks)

1 vip-ire 1.62 # $Id: smeserver-shared-folders.spec,v 1.61 2011/11/07 16:49:40 vip-ire Exp $
2 slords 1.2 # Authority: vip-ire
3     # Name: Daniel Berteaud
4 slords 1.1
5     Summary: sme server shared folders module
6     %define name smeserver-shared-folders
7     Name: %{name}
8     %define version 0.1
9 vip-ire 1.62 %define release 59
10 slords 1.1 Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     Group: Networking/Daemons
14     Source: %{name}-%{version}.tar.gz
15    
16     Patch0: smeserver-shared-folders-0.1-maxShareNameLength.patch
17     Patch1: smeserver-shared-folders-0.1-add_acl_in_fstab.patch
18 vip-ire 1.3 Patch2: smeserver-shared-folders-0.1-locale-2009-05-05.patch
19 vip-ire 1.4 Patch3: smeserver-shared-folders-0.1-optimize_permissions.patch
20     Patch4: smeserver-shared-folders-0.1-extended_access.patch
21     Patch5: smeserver-shared-folders-0.1-keep_versions_in_panel.patch
22     Patch6: smeserver-shared-folders-0.1-locale_extended_access.patch
23     Patch7: smeserver-shared-folders-0.1-locale_add_description.patch
24     Patch8: smeserver-shared-folders-0.1-remove_desc.patch
25     Patch9: smeserver-shared-folders-0.1-http_skip_wrong_values.patch
26 slords 1.5 Patch10: smeserver-shared-folders-0.1-locale-2009-05-20.patch
27 vip-ire 1.6 Patch11: smeserver-shared-folders-0.1-locale-2009-05-21.patch
28 vip-ire 1.7 Patch12: smeserver-shared-folders-0.1-smb_template_begin.patch
29     Patch13: smeserver-shared-folders-0.1-locale_en_2009-05-21.patch
30 vip-ire 1.8 Patch14: smeserver-shared-folders-0.1-locale-2009-05-25.patch
31 vip-ire 1.9 Patch15: smeserver-shared-folders-0.1-external_ssl_as_local.patch
32 vip-ire 1.10 Patch16: smeserver-shared-folders-0.1-locale-2009-06-15.patch
33 vip-ire 1.11 Patch17: smeserver-shared-folders-0.1-locale-2009-07-22.patch
34 slords 1.12 Patch18: smeserver-shared-folders-0.1-locale-2009-08-24.patch
35 vip-ire 1.13 Patch19: smeserver-shared-folders-0.1-locale-2009-09-28.patch
36 vip-ire 1.14 Patch20: smeserver-shared-folders-0.1-locale-2009-10-20.patch
37 vip-ire 1.15 Patch21: smeserver-shared-folders-0.1-locale-2009-10-21.patch
38 slords 1.16 Patch22: smeserver-shared-folders-0.1-locale-2009-10-27.patch
39 vip-ire 1.17 Patch23: smeserver-shared-folders-0.1-locale-2009-11-17.patch
40 slords 1.18 Patch24: smeserver-shared-folders-0.1-locale-2010-03-02.patch
41 vip-ire 1.19 Patch25: smeserver-shared-folders-0.1-manual_permissions.patch
42     Patch26: smeserver-shared-folders-0.1-dynamic_exec_cgi.patch
43 vip-ire 1.21 Patch27: smeserver-shared-folders-0.1-locale-2010-03-25.patch
44 vip-ire 1.22 Patch28: smeserver-shared-folders-0.1-locale-2010-03-26.patch
45 slords 1.23 Patch29: smeserver-shared-folders-0.1-locale-2010-05-23.patch
46 vip-ire 1.24 Patch30: smeserver-shared-folders-0.1-en-us_typo.patch
47     Patch31: smeserver-shared-folders-0.1-locale-2010-07-05.patch
48 vip-ire 1.25 Patch32: smeserver-shared-folders-0.1-locale-2010-07-19.patch
49 vip-ire 1.26 Patch33: smeserver-shared-folders-0.1-fix_permissions_on_group_delete.patch
50     Patch34: smeserver-shared-folders-0.1-locale-2010-10-20.patch
51 vip-ire 1.27 Patch35: smeserver-shared-folders-0.1-fix_exclude_separator.patch
52     Patch36: smeserver-shared-folders-0.1-enhance_recylce_bin.patch
53 vip-ire 1.29 Patch37: smeserver-shared-folders-0.1-webdav_support.patch
54     Patch38: smeserver-shared-folders-0.1-purge_recycle.patch
55 vip-ire 1.32 Patch39: smeserver-shared-folders-0.1-locale-2010-11-30.patch
56 vip-ire 1.33 Patch40: smeserver-shared-folders-0.1-fix_purge_script.patch
57 vip-ire 1.34 Patch41: smeserver-shared-folders-0.1-prop_alias_on_primary.patch
58 vip-ire 1.35 Patch42: smeserver-shared-folders-0.1-print_group_table_with_manual_perms.patch
59     Patch43: smeserver-shared-folders-0.1-update_manual_perms_warning.patch
60     Patch44: smeserver-shared-folders-0.1-fix_warning_in_httpd_template.patch
61     Patch45: smeserver-shared-folders-0.1-fix_www_access.patch
62 vip-ire 1.36 Patch46: smeserver-shared-folders-0.1-php_allow_url_fopen.patch
63 vip-ire 1.37 Patch47: smeserver-shared-folders-0.1-locale-2011-01-03.patch
64 vip-ire 1.38 Patch48: smeserver-shared-folders-0.1-fix_files_starting_with_dash.patch
65 vip-ire 1.39 Patch49: smeserver-shared-folders-0.1-dedup_writers.patch
66 vip-ire 1.40 Patch50: smeserver-shared-folders-0.1-expand_and_restart_http_on_group_mod.patch
67 vip-ire 1.41 Patch51: smeserver-shared-folders-0.1-fix_recycle_purge_script.patch
68 slords 1.42 Patch52: smeserver-shared-folders-0.1-locale-2011-04-27.patch
69 vip-ire 1.43 Patch53: smeserver-shared-folders-0.1-encfs.patch
70 vip-ire 1.44 Patch54: smeserver-shared-folders-0.1-locale-2011-05-16.patch
71 vip-ire 1.45 Patch55: smeserver-shared-folders-0.1-add_missing_inactivity_entry.patch
72     Patch56: smeserver-shared-folders-0.1-locale-2011-05-17.patch
73 vip-ire 1.46 Patch57: smeserver-shared-folders-0.1-dont_check_pass_if_enc_is_off.patch
74 vip-ire 1.47 Patch58: smeserver-shared-folders-0.1-ro_on_top_dir.patch
75 vip-ire 1.48 Patch59: smeserver-shared-folders-0.1-add_ajaxplorer_support.patch
76 vip-ire 1.51 Patch60: smeserver-shared-folders-0.1-samba_audit.patch
77 vip-ire 1.52 Patch61: smeserver-shared-folders-0.1-make_encfs_optional.patch
78 vip-ire 1.53 Patch62: smeserver-shared-folders-0.1-locale-2011-07-05.patch
79 vip-ire 1.54 Patch63: smeserver-shared-folders-0.1-fix_unencrypted_shares_modify.patch
80 vip-ire 1.55 Patch64: smeserver-shared-folders-0.1-fix_when_ajaxplorer_is_not_installed.patch
81 vip-ire 1.56 Patch65: smeserver-shared-folders-0.1-fix_encrypted_share_list.patch
82 vip-ire 1.57 Patch66: smeserver-shared-folders-0.1-dont_check_passwd_if_encrypt_disabled.patch
83 vip-ire 1.58 Patch67: smeserver-shared-folders-0.1-fix_creation_without_encfs.patch
84 vip-ire 1.59 Patch68: smeserver-shared-folders-0.1-locale-2011-10-18.patch
85     Patch69: smeserver-shared-folders-0.1-enable_followsymlinks_if_allowoverride_all.patch
86 vip-ire 1.60 Patch70: smeserver-shared-folders-0.1-recursive_setfacl.patch
87 vip-ire 1.61 Patch71: smeserver-shared-folders-0.1-samba_wide_links.patch
88 vip-ire 1.62 Patch72: smeserver-shared-folders-0.1-setfacl_physical.patch
89 slords 1.1
90     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
91     BuildArchitectures: noarch
92     Requires: e-smith-base >= 4.13.15-76
93     Requires: perl(CGI::FormMagick)
94     Requires: e-smith-formmagick >= 1.4.0-12
95 vip-ire 1.29 Requires: smeserver-mod_dav
96     Requires: acl
97 slords 1.1
98     BuildRequires: perl
99     BuildRequires: e-smith-devtools >= 1.11.0-03
100    
101    
102     %description
103 vip-ire 1.4 This module allows you to create network shares
104     with more flexibility than ibays as it supports ACLs
105 slords 1.1
106     %changelog
107 vip-ire 1.62 * Tue Nov 08 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-59.sme
108     - Stop removing exec perm
109     - use --physical for setfacl (don't follow symlinks)
110    
111     * Mon Nov 07 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-58.sme
112 vip-ire 1.61 - Add wide links samba option
113    
114 vip-ire 1.60 * Thu Nov 03 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-57.sme
115     - Use recursive setfacl command (should greatly speedup share modification)
116    
117 vip-ire 1.59 * Tue Oct 18 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-56.sme
118     - Apply locale 2011-10-18 patch
119     - Enable FollowSymLinks if AllowOverride is set to All
120    
121 vip-ire 1.58 * Thu Sep 01 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-55.sme
122     - Fix share creation when encfs is not installed
123    
124 vip-ire 1.57 * Thu Aug 04 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-54.sme
125     - Don't check password length when encryption is disabled
126    
127 vip-ire 1.56 * Mon Jul 18 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-53.sme
128     - Fix encrypted share list
129    
130 vip-ire 1.55 * Wed Jul 13 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-52.sme
131     - Fix panel when ajaxplorer is not installed
132    
133 vip-ire 1.54 * Fri Jul 08 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-51.sme
134     - Fix modification of unencrypted shares
135    
136 vip-ire 1.53 * Tue Jul 05 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-50.sme
137     - Apply locale 2011-07-05 patch
138    
139 vip-ire 1.52 * Tue Jul 05 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-49.sme
140     - Make encryption support optional
141     - Sanitize password field in userpanelEncfs
142     - Prevent deletion of mounted, encrypted shares
143    
144 vip-ire 1.51 * Wed Jun 29 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-48.sme
145     - Enable samba auditing
146    
147 vip-ire 1.50 * Tue Jun 28 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-47.sme
148     - Fix Ajaxplorer fields on share creation
149    
150 vip-ire 1.49 * Tue Jun 28 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-46.sme
151     - Change the way ajaxplorer is integrated (add a new config section)
152    
153 vip-ire 1.48 * Mon Jun 27 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-45.sme
154     - Add support for ajaxplorer
155    
156 vip-ire 1.47 * Wed Jun 22 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-44.sme
157     - Set read only permissions on top dir of each share
158    
159 vip-ire 1.46 * Tue Jun 14 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-43.sme
160     - Don't check password field if encryption is disabled
161    
162 vip-ire 1.45 * Tue May 17 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-42.sme
163     - Add missing INACTIVITY entry in locale
164     - Apply locale 2011-05-17 patch
165    
166     * Mon May 16 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-41.sme
167 vip-ire 1.44 - apply locale 2011-05-16 patch
168    
169 vip-ire 1.43 * Fri May 06 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-40.sme
170     - Support encryption using EncFS
171    
172 slords 1.42 * Wed Apr 27 2011 SME Translation Server <translations@contribs.org> 0.1-39.sme
173     - apply locale 2011-04-27 patch
174    
175 vip-ire 1.41 * Tue Apr 05 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-38.sme
176     - Fix removing empty directories in recycles
177    
178 vip-ire 1.40 * Wed Mar 30 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-37.sme
179     - expand httpd.conf and restart apache on group-modify
180    
181 vip-ire 1.39 * Tue Mar 29 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-36.sme
182     - Deduplicate writer user list in apache configuration
183     - Always grant web access to user admin
184    
185 vip-ire 1.38 * Tue Jan 25 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-35.sme
186     - Fix setting ACLs on files starting with a dash [SME: 6500]
187    
188 vip-ire 1.37 * Mon Jan 03 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-34.sme
189     - Apply locale 2011-01-03 patch
190    
191 vip-ire 1.36 * Mon Jan 03 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-33.sme
192     - New prop PHPAllowUrlFopen
193    
194 vip-ire 1.35 * Wed Dec 15 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-32.sme
195     - Print the group table when ManualPermissions is enabled
196     - Fix a warning in httpd.conf templates
197     - Use www as group owner of the root dir if httpAccess is enabled
198    
199 vip-ire 1.34 * Fri Dec 10 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-31.sme
200     - Add new prop AliasOnPrimary to toggle alias on the system domain
201    
202 vip-ire 1.33 * Thu Dec 2 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-30.sme
203     - Fix purge script
204    
205 vip-ire 1.32 * Tue Nov 30 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-29.sme
206     - apply locale 2010-11-30 patch
207    
208 slords 1.31 * Tue Nov 30 2010 Shad L. Lords <slords@mail.com> 0.1-28.sme
209     - Fix orig file removal the correct way
210    
211 vip-ire 1.30 * Mon Nov 29 2010 Daniel B. <daniel@firewall-services.com> 0.1-27.sme
212     - Remove .orig file
213    
214 vip-ire 1.29 * Wed Nov 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-26.sme
215     - Add webdav support
216     - add recycle purge support (with configurable retention time)
217    
218 vip-ire 1.27 * Thu Nov 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-25.sme
219     - Fix excludes separator for samba recyle bin [SME: 6379]
220     - Recycle bin directory can be configured (RecycleBinDir prop)
221     - Create the recyle bin directory if enabled
222 vip-ire 1.28 - Fix defaults ACL on dir (fix issues with recycle bin)
223 vip-ire 1.27
224 vip-ire 1.26 * Wed Oct 20 2010 Daniel B. <daniel@firewall-services.com> 0.1-24.sme
225     - Fix permission on group delete
226     - apply local 2010-10-20 patch
227    
228 vip-ire 1.25 * Mon Jul 19 2010 Daniel B. <daniel@firewall-services.com> 0.1-23.sme
229     - apply locale 2010-07-19 patch
230    
231 vip-ire 1.24 * Tue Jul 06 2010 Daniel B. <daniel@firewall-services.com> 0.1-22.sme
232     - correct typos in en-us locale [SME: 6103]
233     - apply locale 2010-07-06 patch
234    
235 slords 1.23 * Sun May 23 2010 SME Translation Server <translations@contribs.org> 0.1-21.sme
236     - apply locale 2010-05-23 patch
237    
238 vip-ire 1.22 * Thu Mar 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-20.sme
239     - apply locale 2010-03-26 patch (fix navigation-conf)
240    
241 vip-ire 1.21 * Thu Mar 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-19.sme
242     - apply locale 2010-03-25 patch
243    
244 vip-ire 1.20 * Mon Mar 15 2010 Daniel B. <daniel@firewall-services.com> 0.1-18.sme
245     - really apply manual_permissions patch
246    
247 vip-ire 1.19 * Mon Mar 08 2010 Daniel B. <daniel@firewall-services.com> 0.1-17.sme
248     - Add an option to allow manual permissions (ManualPermissions)
249     - remove unused .orig file
250     - Exec CGI in cgi-bin directories
251    
252 slords 1.18 * Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 0.1-16.sme
253     - apply locale 2010-03-02 patch
254    
255 vip-ire 1.17 * Tue Nov 17 2009 Daniel B. <daniel@firewall-services.com> 0.1-15.sme
256     - apply locale 2009-11-17 patch
257    
258 slords 1.16 * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 0.1-14.sme
259     - apply locale 2009-10-27 patch
260    
261 vip-ire 1.15 * Wed Oct 21 2009 Daniel B. <daniel@firewall-services.com> 0.1-13.sme
262     - apply locale 2009-10-21 patch
263    
264 vip-ire 1.14 * Tue Oct 20 2009 Daniel B. <daniel@firewall-services.com> 0.1-12.sme
265     - apply locale 2009-10-20 patch
266    
267 vip-ire 1.13 * Tue Sep 29 2009 Daniel B. <daniel@firewall-services.com> 0.1-11.sme
268     - apply locale 2009-09-28 patch
269    
270 slords 1.12 * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 0.1-10.sme
271     - apply locale 2009-08-24 patch
272    
273 vip-ire 1.11 * Wed Jul 22 2009 Daniel B. <daniel@firewall-services.com> 0.1-9.sme
274     - Apply locale 2009-07-22 patch
275    
276 vip-ire 1.10 * Mon Jun 15 2009 Daniel B. <daniel@firewall-services.com> [0.1-8]
277     - Apply locale 2009-06-15 patch
278    
279 vip-ire 1.9 * Mon May 25 2009 Daniel B. <daniel@firewall-services.com> [0.1-7]
280     - Include hosts/networks defined in $externalSSLAccess for local access
281     (httpAccess)
282    
283 vip-ire 1.8 * Mon May 25 2009 Daniel B. <daniel@firewall-services.com> [0.1-6]
284     - Apply locale 2009-05-25 patch
285    
286 vip-ire 1.7 * Thu May 21 2009 Daniel B. <daniel@firewall-services.com> [0.1-5]
287     - Add an empty template-begin for smb.conf template
288     - Add locale 2009-05-21 patch (en-us)
289    
290 vip-ire 1.6 * Thu May 21 2009 Daniel B. <daniel@firewall-services.com> [0.1-4]
291     - apply locale 2009-05-21 patch
292    
293 slords 1.5 * Wed May 20 2009 SME Translation Server <translations@contribs.org> 0.1-3.sme
294     - apply locale 2009-05-20 patch
295    
296 vip-ire 1.4 * Wed May 13 2009 Daniel B. <daniel@firewall-services.com> [0.1-2]
297     - add http access, with some options in the panel
298     - present the keepversion option of the recylcebin in the panel
299     - changes in db keys
300     - remove some descriptions in the panel
301 vip-ire 1.21 - optimization in share-modify to limit the time needed
302 vip-ire 1.4 to reset permissions
303    
304 vip-ire 1.3 * Tue May 05 2009 Daniel B. <daniel@firewall-services.com> [0.1-1]
305     - Add locale patch 2009-05-05
306    
307 slords 1.1 * Tue Apr 28 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta3]
308     - Add acl option in fstab via the template system
309     (just like usrquota and grpquota)
310    
311     * Thu Apr 16 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta2]
312     - Rename spec file
313    
314     * Wed Apr 08 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta1]
315     - Rename maxIbayNameLength to maxShareNameLength
316    
317     * Wed Apr 08 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta0]
318     - Initial release.
319    
320     %prep
321     %setup
322    
323     %patch0 -p1
324     %patch1 -p1
325 vip-ire 1.3 %patch2 -p1
326 vip-ire 1.4 %patch3 -p1
327     %patch4 -p1
328     %patch5 -p1
329     %patch6 -p1
330     %patch7 -p1
331     %patch8 -p1
332     %patch9 -p1
333 slords 1.5 %patch10 -p1
334 vip-ire 1.6 %patch11 -p1
335 vip-ire 1.7 %patch12 -p1
336     %patch13 -p1
337 vip-ire 1.8 %patch14 -p1
338 vip-ire 1.9 %patch15 -p1
339 vip-ire 1.10 %patch16 -p1
340 vip-ire 1.11 %patch17 -p1
341 slords 1.12 %patch18 -p1
342 vip-ire 1.13 %patch19 -p1
343 vip-ire 1.14 %patch20 -p1
344 vip-ire 1.15 %patch21 -p1
345 slords 1.16 %patch22 -p1
346 vip-ire 1.17 %patch23 -p1
347 slords 1.18 %patch24 -p1
348 vip-ire 1.20 %patch25 -p1
349 vip-ire 1.19 %patch26 -p1
350 vip-ire 1.21 %patch27 -p1
351 vip-ire 1.22 %patch28 -p1
352 slords 1.23 %patch29 -p1
353 vip-ire 1.24 %patch30 -p1
354     %patch31 -p1
355 vip-ire 1.25 %patch32 -p1
356 vip-ire 1.26 %patch33 -p1
357     %patch34 -p1
358 vip-ire 1.27 %patch35 -p1
359     %patch36 -p1
360 vip-ire 1.29 %patch37 -p1
361     %patch38 -p1
362 vip-ire 1.32 %patch39 -p1
363 vip-ire 1.33 %patch40 -p1
364 vip-ire 1.34 %patch41 -p1
365 vip-ire 1.35 %patch42 -p1
366     %patch43 -p1
367     %patch44 -p1
368     %patch45 -p1
369 vip-ire 1.36 %patch46 -p1
370 vip-ire 1.37 %patch47 -p1
371 vip-ire 1.38 %patch48 -p1
372 vip-ire 1.39 %patch49 -p1
373 vip-ire 1.40 %patch50 -p1
374 vip-ire 1.41 %patch51 -p1
375 slords 1.42 %patch52 -p1
376 vip-ire 1.43 %patch53 -p1
377 vip-ire 1.44 %patch54 -p1
378 vip-ire 1.45 %patch55 -p1
379     %patch56 -p1
380 vip-ire 1.46 %patch57 -p1
381 vip-ire 1.47 %patch58 -p1
382 vip-ire 1.48 %patch59 -p1
383 vip-ire 1.51 %patch60 -p1
384 vip-ire 1.52 %patch61 -p1
385 vip-ire 1.53 %patch62 -p1
386 vip-ire 1.54 %patch63 -p1
387 vip-ire 1.55 %patch64 -p1
388 vip-ire 1.56 %patch65 -p1
389 vip-ire 1.57 %patch66 -p1
390 vip-ire 1.58 %patch67 -p1
391 vip-ire 1.59 %patch68 -p1
392     %patch69 -p1
393 vip-ire 1.60 %patch70 -p1
394 vip-ire 1.61 %patch71 -p1
395 vip-ire 1.62 %patch72 -p1
396 slords 1.1
397     %pre
398     %post
399    
400     %build
401     # Force creation of potentially empty directories
402     mkdir -p root/etc/e-smith/web/{common,functions}
403     mkdir -p root/etc/e-smith/web/panels/manager/{cgi-bin,common,html}
404     mkdir -p root/home/e-smith/files/shares
405    
406     perl createlinks
407    
408     %install
409     rm -rf $RPM_BUILD_ROOT
410     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
411     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
412 vip-ire 1.29 --file /etc/cron.daily/purge-shares-recycle 'attr(0755,root,root)' \
413 vip-ire 1.43 --file /etc/sysconfig/modules/fuse.modules 'attr(0755,root,root)' \
414 slords 1.1 > %{name}-%{version}-%{release}-filelist
415     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
416    
417     %clean
418     rm -rf $RPM_BUILD_ROOT
419    
420     %files -f %{name}-%{version}-%{release}-filelist
421     %defattr(-,root,root)

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