/[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.19 by vip-ire, Mon Mar 8 13:19:13 2010 UTC Revision 1.27 by vip-ire, Fri Nov 26 09:56:37 2010 UTC
# Line 1  Line 1 
1  # $Id: smeserver-shared-folders.spec,v 1.18 2010/03/03 04:03:23 slords Exp $  # $Id: smeserver-shared-folders.spec,v 1.26 2010/10/20 11:59:03 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 17  %define release 25
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    
54  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
55  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 58  This module allows you to create network Line 67  This module allows you to create network
67  with more flexibility than ibays as it supports ACLs  with more flexibility than ibays as it supports ACLs
68    
69  %changelog  %changelog
70    * Thu Nov 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-25.sme
71    - Fix excludes separator for samba recyle bin [SME: 6379]
72    - Recycle bin directory can be configured (RecycleBinDir prop)
73    - Create the recyle bin directory if enabled
74    - Fix defaults ACL on dir (fix issues with recylce bin)
75    
76    * Wed Oct 20 2010 Daniel B. <daniel@firewall-services.com> 0.1-24.sme
77    - Fix permission on group delete
78    - apply local 2010-10-20 patch
79    
80    * Mon Jul 19 2010 Daniel B. <daniel@firewall-services.com> 0.1-23.sme
81    - apply locale 2010-07-19 patch
82    
83    * Tue Jul 06 2010 Daniel B. <daniel@firewall-services.com> 0.1-22.sme
84    - correct typos in en-us locale [SME: 6103]
85    - apply locale 2010-07-06 patch
86    
87    * Sun May 23 2010 SME Translation Server <translations@contribs.org> 0.1-21.sme
88    - apply locale 2010-05-23 patch
89    
90    * Thu Mar 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-20.sme
91    - apply locale 2010-03-26 patch (fix navigation-conf)
92    
93    * Thu Mar 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-19.sme
94    - apply locale 2010-03-25 patch
95    
96    * Mon Mar 15 2010 Daniel B. <daniel@firewall-services.com> 0.1-18.sme
97    - really apply manual_permissions patch
98    
99  * Mon Mar 08 2010 Daniel B. <daniel@firewall-services.com> 0.1-17.sme  * Mon Mar 08 2010 Daniel B. <daniel@firewall-services.com> 0.1-17.sme
100  - Add an option to allow manual permissions (ManualPermissions)  - Add an option to allow manual permissions (ManualPermissions)
101  - remove unused .orig file  - remove unused .orig file
# Line 112  with more flexibility than ibays as it s Line 150  with more flexibility than ibays as it s
150  - present the keepversion option of the recylcebin in the panel  - present the keepversion option of the recylcebin in the panel
151  - changes in db keys  - changes in db keys
152  - remove some descriptions in the panel  - remove some descriptions in the panel
153  - optimization in share-modiffy to limit the time needed  - optimization in share-modify to limit the time needed
154    to reset permissions    to reset permissions
155    
156  * 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 160  with more flexibility than ibays as it s Line 198  with more flexibility than ibays as it s
198  %patch23 -p1  %patch23 -p1
199  %patch24 -p1  %patch24 -p1
200  %{__rm} -f root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/shares.pm.orig  %{__rm} -f root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/shares.pm.orig
201    %patch25 -p1
202  %patch26 -p1  %patch26 -p1
203    %patch27 -p1
204    %patch28 -p1
205    %patch29 -p1
206    %patch30 -p1
207    %patch31 -p1
208    %patch32 -p1
209    %patch33 -p1
210    %patch34 -p1
211    %patch35 -p1
212    %patch36 -p1
213    
214  %pre  %pre
215  %post  %post


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