/[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.13 by vip-ire, Tue Sep 29 06:20:15 2009 UTC Revision 1.31 by slords, Tue Nov 30 15:00:01 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.30 2010/11/29 08:49:11 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 11  %define release 28
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
# Line 33  Patch16: smeserver-shared-folders-0.1-lo Line 33  Patch16: smeserver-shared-folders-0.1-lo
33  Patch17: smeserver-shared-folders-0.1-locale-2009-07-22.patch  Patch17: smeserver-shared-folders-0.1-locale-2009-07-22.patch
34  Patch18: smeserver-shared-folders-0.1-locale-2009-08-24.patch  Patch18: smeserver-shared-folders-0.1-locale-2009-08-24.patch
35  Patch19: smeserver-shared-folders-0.1-locale-2009-09-28.patch  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    
56  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
57  BuildArchitectures: noarch  BuildArchitectures: noarch
58  Requires: e-smith-base >= 4.13.15-76  Requires: e-smith-base >= 4.13.15-76
59  Requires: perl(CGI::FormMagick)  Requires: perl(CGI::FormMagick)
60  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
61    Requires: smeserver-mod_dav
62  Requires: acl  Requires: acl
63    
64  BuildRequires: perl  BuildRequires: perl
65  BuildRequires: e-smith-devtools >= 1.11.0-03  BuildRequires: e-smith-devtools >= 1.11.0-03
66    
# Line 51  This module allows you to create network Line 70  This module allows you to create network
70  with more flexibility than ibays as it supports ACLs  with more flexibility than ibays as it supports ACLs
71    
72  %changelog  %changelog
73    * Tue Nov 30 2010 Shad L. Lords <slords@mail.com> 0.1-28.sme
74    - Fix orig file removal the correct way
75    
76    * Mon Nov 29 2010  Daniel B. <daniel@firewall-services.com> 0.1-27.sme
77    - Remove .orig file
78    
79    * Wed Nov 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-26.sme
80    - Add webdav support
81    - add recycle purge support (with configurable retention time)
82    
83    * Thu Nov 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-25.sme
84    - Fix excludes separator for samba recyle bin [SME: 6379]
85    - Recycle bin directory can be configured (RecycleBinDir prop)
86    - Create the recyle bin directory if enabled
87    - Fix defaults ACL on dir (fix issues with recycle bin)
88    
89    * Wed Oct 20 2010 Daniel B. <daniel@firewall-services.com> 0.1-24.sme
90    - Fix permission on group delete
91    - apply local 2010-10-20 patch
92    
93    * Mon Jul 19 2010 Daniel B. <daniel@firewall-services.com> 0.1-23.sme
94    - apply locale 2010-07-19 patch
95    
96    * Tue Jul 06 2010 Daniel B. <daniel@firewall-services.com> 0.1-22.sme
97    - correct typos in en-us locale [SME: 6103]
98    - apply locale 2010-07-06 patch
99    
100    * Sun May 23 2010 SME Translation Server <translations@contribs.org> 0.1-21.sme
101    - apply locale 2010-05-23 patch
102    
103    * Thu Mar 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-20.sme
104    - apply locale 2010-03-26 patch (fix navigation-conf)
105    
106    * Thu Mar 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-19.sme
107    - apply locale 2010-03-25 patch
108    
109    * Mon Mar 15 2010 Daniel B. <daniel@firewall-services.com> 0.1-18.sme
110    - really apply manual_permissions patch
111    
112    * Mon Mar 08 2010 Daniel B. <daniel@firewall-services.com> 0.1-17.sme
113    - Add an option to allow manual permissions (ManualPermissions)
114    - remove unused .orig file
115    - Exec CGI in cgi-bin directories
116    
117    * Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 0.1-16.sme
118    - apply locale 2010-03-02 patch
119    
120    * Tue Nov 17 2009 Daniel B. <daniel@firewall-services.com> 0.1-15.sme
121    - apply locale 2009-11-17 patch
122    
123    * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 0.1-14.sme
124    - apply locale 2009-10-27 patch
125    
126    * Wed Oct 21 2009 Daniel B. <daniel@firewall-services.com> 0.1-13.sme
127    - apply locale 2009-10-21 patch
128    
129    * Tue Oct 20 2009 Daniel B. <daniel@firewall-services.com> 0.1-12.sme
130    - apply locale 2009-10-20 patch
131    
132  * Tue Sep 29 2009 Daniel B. <daniel@firewall-services.com> 0.1-11.sme  * Tue Sep 29 2009 Daniel B. <daniel@firewall-services.com> 0.1-11.sme
133  - apply locale 2009-09-28 patch  - apply locale 2009-09-28 patch
134    
# Line 85  with more flexibility than ibays as it s Line 163  with more flexibility than ibays as it s
163  - present the keepversion option of the recylcebin in the panel  - present the keepversion option of the recylcebin in the panel
164  - changes in db keys  - changes in db keys
165  - remove some descriptions in the panel  - remove some descriptions in the panel
166  - optimization in share-modiffy to limit the time needed  - optimization in share-modify to limit the time needed
167    to reset permissions    to reset permissions
168    
169  * 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 127  with more flexibility than ibays as it s Line 205  with more flexibility than ibays as it s
205  %patch17 -p1  %patch17 -p1
206  %patch18 -p1  %patch18 -p1
207  %patch19 -p1  %patch19 -p1
208    %patch20 -p1
209    %patch21 -p1
210    %patch22 -p1
211    %patch23 -p1
212    %patch24 -p1
213    %patch25 -p1
214    %patch26 -p1
215    %patch27 -p1
216    %patch28 -p1
217    %patch29 -p1
218    %patch30 -p1
219    %patch31 -p1
220    %patch32 -p1
221    %patch33 -p1
222    %patch34 -p1
223    %patch35 -p1
224    %patch36 -p1
225    %patch37 -p1
226    %patch38 -p1
227    
228  %pre  %pre
229  %post  %post
# Line 143  perl createlinks Line 240  perl createlinks
240  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
241  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
242  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
243        --file /etc/cron.daily/purge-shares-recycle 'attr(0755,root,root)' \
244      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
245  echo "%doc COPYING"          >> %{name}-%{version}-%{release}-filelist  echo "%doc COPYING"          >> %{name}-%{version}-%{release}-filelist
246    


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