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

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

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

Revision 1.20 by vip-ire, Mon Mar 15 09:08:11 2010 UTC Revision 1.53 by vip-ire, Tue Jul 5 16:36:36 2011 UTC
# Line 1  Line 1 
1  # $Id: smeserver-shared-folders.spec,v 1.19 2010/03/08 13:19:13 vip-ire Exp $  # $Id: smeserver-shared-folders.spec,v 1.52 2011/07/05 16:28:25 vip-ire Exp $
2  # Authority: vip-ire  # Authority: vip-ire
3  # Name: Daniel Berteaud  # Name: Daniel Berteaud
4    
# Line 6  Summary: sme server shared folders modul Line 6  Summary: sme server shared folders modul
6  %define name smeserver-shared-folders  %define name smeserver-shared-folders
7  Name: %{name}  Name: %{name}
8  %define version 0.1  %define version 0.1
9  %define release 18  %define release 50
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
# Line 40  Patch23: smeserver-shared-folders-0.1-lo Line 40  Patch23: smeserver-shared-folders-0.1-lo
40  Patch24: smeserver-shared-folders-0.1-locale-2010-03-02.patch  Patch24: smeserver-shared-folders-0.1-locale-2010-03-02.patch
41  Patch25: smeserver-shared-folders-0.1-manual_permissions.patch  Patch25: smeserver-shared-folders-0.1-manual_permissions.patch
42  Patch26: smeserver-shared-folders-0.1-dynamic_exec_cgi.patch  Patch26: smeserver-shared-folders-0.1-dynamic_exec_cgi.patch
43    Patch27: smeserver-shared-folders-0.1-locale-2010-03-25.patch
44    Patch28: smeserver-shared-folders-0.1-locale-2010-03-26.patch
45    Patch29: smeserver-shared-folders-0.1-locale-2010-05-23.patch
46    Patch30: smeserver-shared-folders-0.1-en-us_typo.patch
47    Patch31: smeserver-shared-folders-0.1-locale-2010-07-05.patch
48    Patch32: smeserver-shared-folders-0.1-locale-2010-07-19.patch
49    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    Patch35: smeserver-shared-folders-0.1-fix_exclude_separator.patch
52    Patch36: smeserver-shared-folders-0.1-enhance_recylce_bin.patch
53    Patch37: smeserver-shared-folders-0.1-webdav_support.patch
54    Patch38: smeserver-shared-folders-0.1-purge_recycle.patch
55    Patch39: smeserver-shared-folders-0.1-locale-2010-11-30.patch
56    Patch40: smeserver-shared-folders-0.1-fix_purge_script.patch
57    Patch41: smeserver-shared-folders-0.1-prop_alias_on_primary.patch
58    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    Patch46: smeserver-shared-folders-0.1-php_allow_url_fopen.patch
63    Patch47: smeserver-shared-folders-0.1-locale-2011-01-03.patch
64    Patch48: smeserver-shared-folders-0.1-fix_files_starting_with_dash.patch
65    Patch49: smeserver-shared-folders-0.1-dedup_writers.patch
66    Patch50: smeserver-shared-folders-0.1-expand_and_restart_http_on_group_mod.patch
67    Patch51: smeserver-shared-folders-0.1-fix_recycle_purge_script.patch
68    Patch52: smeserver-shared-folders-0.1-locale-2011-04-27.patch
69    Patch53: smeserver-shared-folders-0.1-encfs.patch
70    Patch54: smeserver-shared-folders-0.1-locale-2011-05-16.patch
71    Patch55: smeserver-shared-folders-0.1-add_missing_inactivity_entry.patch
72    Patch56: smeserver-shared-folders-0.1-locale-2011-05-17.patch
73    Patch57: smeserver-shared-folders-0.1-dont_check_pass_if_enc_is_off.patch
74    Patch58: smeserver-shared-folders-0.1-ro_on_top_dir.patch
75    Patch59: smeserver-shared-folders-0.1-add_ajaxplorer_support.patch
76    Patch60: smeserver-shared-folders-0.1-samba_audit.patch
77    Patch61: smeserver-shared-folders-0.1-make_encfs_optional.patch
78    Patch62: smeserver-shared-folders-0.1-locale-2011-07-05.patch
79    
80  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
81  BuildArchitectures: noarch  BuildArchitectures: noarch
82  Requires: e-smith-base >= 4.13.15-76  Requires: e-smith-base >= 4.13.15-76
83  Requires: perl(CGI::FormMagick)  Requires: perl(CGI::FormMagick)
84  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
85    Requires: smeserver-mod_dav
86  Requires: acl  Requires: acl
87    
88  BuildRequires: perl  BuildRequires: perl
89  BuildRequires: e-smith-devtools >= 1.11.0-03  BuildRequires: e-smith-devtools >= 1.11.0-03
90    
# Line 58  This module allows you to create network Line 94  This module allows you to create network
94  with more flexibility than ibays as it supports ACLs  with more flexibility than ibays as it supports ACLs
95    
96  %changelog  %changelog
97    * Tue Jul 05 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-50.sme
98    - Apply locale 2011-07-05 patch
99    
100    * Tue Jul 05 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-49.sme
101    - Make encryption support optional
102    - Sanitize password field in userpanelEncfs
103    - Prevent deletion of mounted, encrypted shares
104    
105    * Wed Jun 29 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-48.sme
106    - Enable samba auditing
107    
108    * Tue Jun 28 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-47.sme
109    - Fix Ajaxplorer fields on share creation
110    
111    * Tue Jun 28 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-46.sme
112    - Change the way ajaxplorer is integrated (add a new config section)
113    
114    * Mon Jun 27 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-45.sme
115    - Add support for ajaxplorer
116    
117    * Wed Jun 22 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-44.sme
118    - Set read only permissions on top dir of each share
119    
120    * Tue Jun 14 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-43.sme
121    - Don't check password field if encryption is disabled
122    
123    * Tue May 17 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-42.sme
124    - Add missing INACTIVITY entry in locale
125    - Apply locale 2011-05-17 patch
126    
127    * Mon May 16 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-41.sme
128    - apply locale 2011-05-16 patch
129    
130    * Fri May 06 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-40.sme
131    - Support encryption using EncFS
132    
133    * Wed Apr 27 2011 SME Translation Server <translations@contribs.org> 0.1-39.sme
134    - apply locale 2011-04-27 patch
135    
136    * Tue Apr 05 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-38.sme
137    - Fix removing empty directories in recycles
138    
139    * Wed Mar 30 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-37.sme
140    - expand httpd.conf and restart apache on group-modify
141    
142    * Tue Mar 29 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-36.sme
143    - Deduplicate writer user list in apache configuration
144    - Always grant web access to user admin
145    
146    * Tue Jan 25 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-35.sme
147    - Fix setting ACLs on files starting with a dash [SME: 6500]
148    
149    * Mon Jan 03 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-34.sme
150    - Apply locale 2011-01-03 patch
151    
152    * Mon Jan 03 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-33.sme
153    - New prop PHPAllowUrlFopen
154    
155    * Wed Dec 15 2010  Daniel Berteaud <daniel@firewall-services.com> 0.1-32.sme
156    - Print the group table when ManualPermissions is enabled
157    - Fix a warning in httpd.conf templates
158    - Use www as group owner of the root dir if httpAccess is enabled
159    
160    * Fri Dec 10 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-31.sme
161    - Add new prop AliasOnPrimary to toggle alias on the system domain
162    
163    * Thu Dec 2 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-30.sme
164    - Fix purge script
165    
166    * Tue Nov 30 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-29.sme
167    - apply locale 2010-11-30 patch
168    
169    * Tue Nov 30 2010 Shad L. Lords <slords@mail.com> 0.1-28.sme
170    - Fix orig file removal the correct way
171    
172    * Mon Nov 29 2010  Daniel B. <daniel@firewall-services.com> 0.1-27.sme
173    - Remove .orig file
174    
175    * Wed Nov 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-26.sme
176    - Add webdav support
177    - add recycle purge support (with configurable retention time)
178    
179    * Thu Nov 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-25.sme
180    - Fix excludes separator for samba recyle bin [SME: 6379]
181    - Recycle bin directory can be configured (RecycleBinDir prop)
182    - Create the recyle bin directory if enabled
183    - Fix defaults ACL on dir (fix issues with recycle bin)
184    
185    * Wed Oct 20 2010 Daniel B. <daniel@firewall-services.com> 0.1-24.sme
186    - Fix permission on group delete
187    - apply local 2010-10-20 patch
188    
189    * Mon Jul 19 2010 Daniel B. <daniel@firewall-services.com> 0.1-23.sme
190    - apply locale 2010-07-19 patch
191    
192    * Tue Jul 06 2010 Daniel B. <daniel@firewall-services.com> 0.1-22.sme
193    - correct typos in en-us locale [SME: 6103]
194    - apply locale 2010-07-06 patch
195    
196    * Sun May 23 2010 SME Translation Server <translations@contribs.org> 0.1-21.sme
197    - apply locale 2010-05-23 patch
198    
199    * Thu Mar 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-20.sme
200    - apply locale 2010-03-26 patch (fix navigation-conf)
201    
202    * Thu Mar 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-19.sme
203    - apply locale 2010-03-25 patch
204    
205  * Mon Mar 15 2010 Daniel B. <daniel@firewall-services.com> 0.1-18.sme  * Mon Mar 15 2010 Daniel B. <daniel@firewall-services.com> 0.1-18.sme
206  - really apply manual_permissions patch  - really apply manual_permissions patch
207    
# Line 115  with more flexibility than ibays as it s Line 259  with more flexibility than ibays as it s
259  - present the keepversion option of the recylcebin in the panel  - present the keepversion option of the recylcebin in the panel
260  - changes in db keys  - changes in db keys
261  - remove some descriptions in the panel  - remove some descriptions in the panel
262  - optimization in share-modiffy to limit the time needed  - optimization in share-modify to limit the time needed
263    to reset permissions    to reset permissions
264    
265  * Tue May 05 2009 Daniel B. <daniel@firewall-services.com> [0.1-1]  * Tue May 05 2009 Daniel B. <daniel@firewall-services.com> [0.1-1]
# Line 162  with more flexibility than ibays as it s Line 306  with more flexibility than ibays as it s
306  %patch22 -p1  %patch22 -p1
307  %patch23 -p1  %patch23 -p1
308  %patch24 -p1  %patch24 -p1
 %{__rm} -f root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/shares.pm.orig  
309  %patch25 -p1  %patch25 -p1
310  %patch26 -p1  %patch26 -p1
311    %patch27 -p1
312    %patch28 -p1
313    %patch29 -p1
314    %patch30 -p1
315    %patch31 -p1
316    %patch32 -p1
317    %patch33 -p1
318    %patch34 -p1
319    %patch35 -p1
320    %patch36 -p1
321    %patch37 -p1
322    %patch38 -p1
323    %patch39 -p1
324    %patch40 -p1
325    %patch41 -p1
326    %patch42 -p1
327    %patch43 -p1
328    %patch44 -p1
329    %patch45 -p1
330    %patch46 -p1
331    %patch47 -p1
332    %patch48 -p1
333    %patch49 -p1
334    %patch50 -p1
335    %patch51 -p1
336    %patch52 -p1
337    %patch53 -p1
338    %patch54 -p1
339    %patch55 -p1
340    %patch56 -p1
341    %patch57 -p1
342    %patch58 -p1
343    %patch59 -p1
344    %patch60 -p1
345    %patch61 -p1
346    %patch62 -p1
347    
348  %pre  %pre
349  %post  %post
# Line 181  perl createlinks Line 360  perl createlinks
360  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
361  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
362  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
363        --file /etc/cron.daily/purge-shares-recycle 'attr(0755,root,root)' \
364        --file /etc/sysconfig/modules/fuse.modules 'attr(0755,root,root)' \
365      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
366  echo "%doc COPYING"          >> %{name}-%{version}-%{release}-filelist  echo "%doc COPYING"          >> %{name}-%{version}-%{release}-filelist
367    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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