/[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.22 by vip-ire, Fri Mar 26 08:26:39 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.21 2010/03/25 16:53:23 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 20
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    
46    
47  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
# Line 51  This module allows you to create network Line 60  This module allows you to create network
60  with more flexibility than ibays as it supports ACLs  with more flexibility than ibays as it supports ACLs
61    
62  %changelog  %changelog
63    * Thu Mar 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-20.sme
64    - apply locale 2010-03-26 patch (fix navigation-conf)
65    
66    * Thu Mar 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-19.sme
67    - apply locale 2010-03-25 patch
68    
69    * Mon Mar 15 2010 Daniel B. <daniel@firewall-services.com> 0.1-18.sme
70    - really apply manual_permissions patch
71    
72    * Mon Mar 08 2010 Daniel B. <daniel@firewall-services.com> 0.1-17.sme
73    - Add an option to allow manual permissions (ManualPermissions)
74    - remove unused .orig file
75    - Exec CGI in cgi-bin directories
76    
77    * Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 0.1-16.sme
78    - apply locale 2010-03-02 patch
79    
80    * Tue Nov 17 2009 Daniel B. <daniel@firewall-services.com> 0.1-15.sme
81    - apply locale 2009-11-17 patch
82    
83    * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 0.1-14.sme
84    - apply locale 2009-10-27 patch
85    
86    * Wed Oct 21 2009 Daniel B. <daniel@firewall-services.com> 0.1-13.sme
87    - apply locale 2009-10-21 patch
88    
89    * Tue Oct 20 2009 Daniel B. <daniel@firewall-services.com> 0.1-12.sme
90    - apply locale 2009-10-20 patch
91    
92  * 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
93  - apply locale 2009-09-28 patch  - apply locale 2009-09-28 patch
94    
# Line 85  with more flexibility than ibays as it s Line 123  with more flexibility than ibays as it s
123  - present the keepversion option of the recylcebin in the panel  - present the keepversion option of the recylcebin in the panel
124  - changes in db keys  - changes in db keys
125  - remove some descriptions in the panel  - remove some descriptions in the panel
126  - optimization in share-modiffy to limit the time needed  - optimization in share-modify to limit the time needed
127    to reset permissions    to reset permissions
128    
129  * 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 165  with more flexibility than ibays as it s
165  %patch17 -p1  %patch17 -p1
166  %patch18 -p1  %patch18 -p1
167  %patch19 -p1  %patch19 -p1
168    %patch20 -p1
169    %patch21 -p1
170    %patch22 -p1
171    %patch23 -p1
172    %patch24 -p1
173    %{__rm} -f root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/shares.pm.orig
174    %patch25 -p1
175    %patch26 -p1
176    %patch27 -p1
177    %patch28 -p1
178    
179  %pre  %pre
180  %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