/[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.16 by slords, Tue Oct 27 17:43:52 2009 UTC Revision 1.25 by vip-ire, Mon Jul 19 08:18: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.24 2010/07/06 06:32:20 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 14  %define release 23
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
# Line 36  Patch19: smeserver-shared-folders-0.1-lo Line 36  Patch19: smeserver-shared-folders-0.1-lo
36  Patch20: smeserver-shared-folders-0.1-locale-2009-10-20.patch  Patch20: smeserver-shared-folders-0.1-locale-2009-10-20.patch
37  Patch21: smeserver-shared-folders-0.1-locale-2009-10-21.patch  Patch21: smeserver-shared-folders-0.1-locale-2009-10-21.patch
38  Patch22: smeserver-shared-folders-0.1-locale-2009-10-27.patch  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    
50    
51  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
# Line 54  This module allows you to create network Line 64  This module allows you to create network
64  with more flexibility than ibays as it supports ACLs  with more flexibility than ibays as it supports ACLs
65    
66  %changelog  %changelog
67    * Mon Jul 19 2010 Daniel B. <daniel@firewall-services.com> 0.1-23.sme
68    - apply locale 2010-07-19 patch
69    
70    * Tue Jul 06 2010 Daniel B. <daniel@firewall-services.com> 0.1-22.sme
71    - correct typos in en-us locale [SME: 6103]
72    - apply locale 2010-07-06 patch
73    
74    * Sun May 23 2010 SME Translation Server <translations@contribs.org> 0.1-21.sme
75    - apply locale 2010-05-23 patch
76    
77    * Thu Mar 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-20.sme
78    - apply locale 2010-03-26 patch (fix navigation-conf)
79    
80    * Thu Mar 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-19.sme
81    - apply locale 2010-03-25 patch
82    
83    * Mon Mar 15 2010 Daniel B. <daniel@firewall-services.com> 0.1-18.sme
84    - really apply manual_permissions patch
85    
86    * Mon Mar 08 2010 Daniel B. <daniel@firewall-services.com> 0.1-17.sme
87    - Add an option to allow manual permissions (ManualPermissions)
88    - remove unused .orig file
89    - Exec CGI in cgi-bin directories
90    
91    * Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 0.1-16.sme
92    - apply locale 2010-03-02 patch
93    
94    * Tue Nov 17 2009 Daniel B. <daniel@firewall-services.com> 0.1-15.sme
95    - apply locale 2009-11-17 patch
96    
97  * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 0.1-14.sme  * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 0.1-14.sme
98  - apply locale 2009-10-27 patch  - apply locale 2009-10-27 patch
99    
# Line 97  with more flexibility than ibays as it s Line 137  with more flexibility than ibays as it s
137  - present the keepversion option of the recylcebin in the panel  - present the keepversion option of the recylcebin in the panel
138  - changes in db keys  - changes in db keys
139  - remove some descriptions in the panel  - remove some descriptions in the panel
140  - optimization in share-modiffy to limit the time needed  - optimization in share-modify to limit the time needed
141    to reset permissions    to reset permissions
142    
143  * 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 142  with more flexibility than ibays as it s Line 182  with more flexibility than ibays as it s
182  %patch20 -p1  %patch20 -p1
183  %patch21 -p1  %patch21 -p1
184  %patch22 -p1  %patch22 -p1
185    %patch23 -p1
186    %patch24 -p1
187    %{__rm} -f root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/shares.pm.orig
188    %patch25 -p1
189    %patch26 -p1
190    %patch27 -p1
191    %patch28 -p1
192    %patch29 -p1
193    %patch30 -p1
194    %patch31 -p1
195    %patch32 -p1
196    
197  %pre  %pre
198  %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