/[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.1 by slords, Sun May 3 14:23:26 2009 UTC Revision 1.32 by vip-ire, Tue Nov 30 15:15:20 2010 UTC
# Line 1  Line 1 
1  # $Id: e-smith-shared-folders.spec,v 1.0 2009/04/08 20:02:28 VIP-ire Exp $  # $Id: smeserver-shared-folders.spec,v 1.31 2010/11/30 15:00:01 slords Exp $
2    # Authority: vip-ire
3    # Name: Daniel Berteaud
4    
5  Summary: sme server shared folders module  Summary: sme server shared folders module
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 0.beta3  %define release 29
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
# Line 13  Source: %{name}-%{version}.tar.gz Line 15  Source: %{name}-%{version}.tar.gz
15    
16  Patch0: smeserver-shared-folders-0.1-maxShareNameLength.patch  Patch0: smeserver-shared-folders-0.1-maxShareNameLength.patch
17  Patch1: smeserver-shared-folders-0.1-add_acl_in_fstab.patch  Patch1: smeserver-shared-folders-0.1-add_acl_in_fstab.patch
18    Patch2: smeserver-shared-folders-0.1-locale-2009-05-05.patch
19    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    Patch10: smeserver-shared-folders-0.1-locale-2009-05-20.patch
27    Patch11: smeserver-shared-folders-0.1-locale-2009-05-21.patch
28    Patch12: smeserver-shared-folders-0.1-smb_template_begin.patch
29    Patch13: smeserver-shared-folders-0.1-locale_en_2009-05-21.patch
30    Patch14: smeserver-shared-folders-0.1-locale-2009-05-25.patch
31    Patch15: smeserver-shared-folders-0.1-external_ssl_as_local.patch
32    Patch16: smeserver-shared-folders-0.1-locale-2009-06-15.patch
33    Patch17: smeserver-shared-folders-0.1-locale-2009-07-22.patch
34    Patch18: smeserver-shared-folders-0.1-locale-2009-08-24.patch
35    Patch19: smeserver-shared-folders-0.1-locale-2009-09-28.patch
36    Patch20: smeserver-shared-folders-0.1-locale-2009-10-20.patch
37    Patch21: smeserver-shared-folders-0.1-locale-2009-10-21.patch
38    Patch22: smeserver-shared-folders-0.1-locale-2009-10-27.patch
39    Patch23: smeserver-shared-folders-0.1-locale-2009-11-17.patch
40    Patch24: smeserver-shared-folders-0.1-locale-2010-03-02.patch
41    Patch25: smeserver-shared-folders-0.1-manual_permissions.patch
42    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    
57  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
58  BuildArchitectures: noarch  BuildArchitectures: noarch
59  Requires: e-smith-base >= 4.13.15-76  Requires: e-smith-base >= 4.13.15-76
60  Requires: perl(CGI::FormMagick)  Requires: perl(CGI::FormMagick)
61  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
62    Requires: smeserver-mod_dav
63  Requires: acl  Requires: acl
64    
65  BuildRequires: perl  BuildRequires: perl
66  BuildRequires: e-smith-devtools >= 1.11.0-03  BuildRequires: e-smith-devtools >= 1.11.0-03
67    
68    
69  %description  %description
70  This module allows you to create network shares (only samba is supported for now)  This module allows you to create network shares
71  with more flexibility than ibay as it supports ACLs  with more flexibility than ibays as it supports ACLs
72    
73  %changelog  %changelog
74    * Tue Nov 30 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-29.sme
75    - apply locale 2010-11-30 patch
76    
77    * Tue Nov 30 2010 Shad L. Lords <slords@mail.com> 0.1-28.sme
78    - Fix orig file removal the correct way
79    
80    * Mon Nov 29 2010  Daniel B. <daniel@firewall-services.com> 0.1-27.sme
81    - Remove .orig file
82    
83    * Wed Nov 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-26.sme
84    - Add webdav support
85    - add recycle purge support (with configurable retention time)
86    
87    * Thu Nov 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-25.sme
88    - Fix excludes separator for samba recyle bin [SME: 6379]
89    - Recycle bin directory can be configured (RecycleBinDir prop)
90    - Create the recyle bin directory if enabled
91    - Fix defaults ACL on dir (fix issues with recycle bin)
92    
93    * Wed Oct 20 2010 Daniel B. <daniel@firewall-services.com> 0.1-24.sme
94    - Fix permission on group delete
95    - apply local 2010-10-20 patch
96    
97    * Mon Jul 19 2010 Daniel B. <daniel@firewall-services.com> 0.1-23.sme
98    - apply locale 2010-07-19 patch
99    
100    * Tue Jul 06 2010 Daniel B. <daniel@firewall-services.com> 0.1-22.sme
101    - correct typos in en-us locale [SME: 6103]
102    - apply locale 2010-07-06 patch
103    
104    * Sun May 23 2010 SME Translation Server <translations@contribs.org> 0.1-21.sme
105    - apply locale 2010-05-23 patch
106    
107    * Thu Mar 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-20.sme
108    - apply locale 2010-03-26 patch (fix navigation-conf)
109    
110    * Thu Mar 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-19.sme
111    - apply locale 2010-03-25 patch
112    
113    * Mon Mar 15 2010 Daniel B. <daniel@firewall-services.com> 0.1-18.sme
114    - really apply manual_permissions patch
115    
116    * Mon Mar 08 2010 Daniel B. <daniel@firewall-services.com> 0.1-17.sme
117    - Add an option to allow manual permissions (ManualPermissions)
118    - remove unused .orig file
119    - Exec CGI in cgi-bin directories
120    
121    * Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 0.1-16.sme
122    - apply locale 2010-03-02 patch
123    
124    * Tue Nov 17 2009 Daniel B. <daniel@firewall-services.com> 0.1-15.sme
125    - apply locale 2009-11-17 patch
126    
127    * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 0.1-14.sme
128    - apply locale 2009-10-27 patch
129    
130    * Wed Oct 21 2009 Daniel B. <daniel@firewall-services.com> 0.1-13.sme
131    - apply locale 2009-10-21 patch
132    
133    * Tue Oct 20 2009 Daniel B. <daniel@firewall-services.com> 0.1-12.sme
134    - apply locale 2009-10-20 patch
135    
136    * Tue Sep 29 2009 Daniel B. <daniel@firewall-services.com> 0.1-11.sme
137    - apply locale 2009-09-28 patch
138    
139    * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 0.1-10.sme
140    - apply locale 2009-08-24 patch
141    
142    * Wed Jul 22 2009 Daniel B. <daniel@firewall-services.com> 0.1-9.sme
143    - Apply locale 2009-07-22 patch
144    
145    * Mon Jun 15 2009 Daniel B. <daniel@firewall-services.com> [0.1-8]
146    - Apply locale 2009-06-15 patch
147    
148    * Mon May 25 2009 Daniel B. <daniel@firewall-services.com> [0.1-7]
149    - Include hosts/networks defined in $externalSSLAccess for local access
150      (httpAccess)
151    
152    * Mon May 25 2009 Daniel B. <daniel@firewall-services.com> [0.1-6]
153    - Apply locale 2009-05-25 patch
154    
155    * Thu May 21 2009 Daniel B. <daniel@firewall-services.com> [0.1-5]
156    - Add an empty template-begin for smb.conf template
157    - Add locale 2009-05-21 patch (en-us)
158    
159    * Thu May 21 2009 Daniel B. <daniel@firewall-services.com> [0.1-4]
160    - apply locale 2009-05-21 patch
161    
162    * Wed May 20 2009 SME Translation Server <translations@contribs.org> 0.1-3.sme
163    - apply locale 2009-05-20 patch
164    
165    * Wed May 13 2009 Daniel B. <daniel@firewall-services.com> [0.1-2]
166    - add http access, with some options in the panel
167    - present the keepversion option of the recylcebin in the panel
168    - changes in db keys
169    - remove some descriptions in the panel
170    - optimization in share-modify to limit the time needed
171      to reset permissions
172    
173    * Tue May 05 2009 Daniel B. <daniel@firewall-services.com> [0.1-1]
174    - Add locale patch 2009-05-05
175    
176  * Tue Apr 28 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta3]  * Tue Apr 28 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta3]
177  - Add acl option in fstab via the template system  - Add acl option in fstab via the template system
178    (just like usrquota and grpquota)    (just like usrquota and grpquota)
# Line 48  with more flexibility than ibay as it su Line 191  with more flexibility than ibay as it su
191    
192  %patch0 -p1  %patch0 -p1
193  %patch1 -p1  %patch1 -p1
194    %patch2 -p1
195    %patch3 -p1
196    %patch4 -p1
197    %patch5 -p1
198    %patch6 -p1
199    %patch7 -p1
200    %patch8 -p1
201    %patch9 -p1
202    %patch10 -p1
203    %patch11 -p1
204    %patch12 -p1
205    %patch13 -p1
206    %patch14 -p1
207    %patch15 -p1
208    %patch16 -p1
209    %patch17 -p1
210    %patch18 -p1
211    %patch19 -p1
212    %patch20 -p1
213    %patch21 -p1
214    %patch22 -p1
215    %patch23 -p1
216    %patch24 -p1
217    %patch25 -p1
218    %patch26 -p1
219    %patch27 -p1
220    %patch28 -p1
221    %patch29 -p1
222    %patch30 -p1
223    %patch31 -p1
224    %patch32 -p1
225    %patch33 -p1
226    %patch34 -p1
227    %patch35 -p1
228    %patch36 -p1
229    %patch37 -p1
230    %patch38 -p1
231    %patch39 -p1
232    
233  %pre  %pre
234  %post  %post
# Line 64  perl createlinks Line 245  perl createlinks
245  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
246  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
247  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
248        --file /etc/cron.daily/purge-shares-recycle 'attr(0755,root,root)' \
249      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
250  echo "%doc COPYING"          >> %{name}-%{version}-%{release}-filelist  echo "%doc COPYING"          >> %{name}-%{version}-%{release}-filelist
251    


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