1 |
# $Id: e-smith-shared-folders.spec,v 1.0 2009/04/08 20:02:28 VIP-ire Exp $ |
# $Id: e-smith-shared-folders.spec,v 1.0 2009/04/08 20:02:28 VIP-ire 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 10 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
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 |
|
|
36 |
|
|
37 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
38 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
46 |
|
|
47 |
|
|
48 |
%description |
%description |
49 |
This module allows you to create network shares (only samba is supported for now) |
This module allows you to create network shares |
50 |
with more flexibility than ibay as it supports ACLs |
with more flexibility than ibays as it supports ACLs |
51 |
|
|
52 |
%changelog |
%changelog |
53 |
|
* Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 0.1-10.sme |
54 |
|
- apply locale 2009-08-24 patch |
55 |
|
|
56 |
|
* Wed Jul 22 2009 Daniel B. <daniel@firewall-services.com> 0.1-9.sme |
57 |
|
- Apply locale 2009-07-22 patch |
58 |
|
|
59 |
|
* Mon Jun 15 2009 Daniel B. <daniel@firewall-services.com> [0.1-8] |
60 |
|
- Apply locale 2009-06-15 patch |
61 |
|
|
62 |
|
* Mon May 25 2009 Daniel B. <daniel@firewall-services.com> [0.1-7] |
63 |
|
- Include hosts/networks defined in $externalSSLAccess for local access |
64 |
|
(httpAccess) |
65 |
|
|
66 |
|
* Mon May 25 2009 Daniel B. <daniel@firewall-services.com> [0.1-6] |
67 |
|
- Apply locale 2009-05-25 patch |
68 |
|
|
69 |
|
* Thu May 21 2009 Daniel B. <daniel@firewall-services.com> [0.1-5] |
70 |
|
- Add an empty template-begin for smb.conf template |
71 |
|
- Add locale 2009-05-21 patch (en-us) |
72 |
|
|
73 |
|
* Thu May 21 2009 Daniel B. <daniel@firewall-services.com> [0.1-4] |
74 |
|
- apply locale 2009-05-21 patch |
75 |
|
|
76 |
|
* Wed May 20 2009 SME Translation Server <translations@contribs.org> 0.1-3.sme |
77 |
|
- apply locale 2009-05-20 patch |
78 |
|
|
79 |
|
* Wed May 13 2009 Daniel B. <daniel@firewall-services.com> [0.1-2] |
80 |
|
- add http access, with some options in the panel |
81 |
|
- present the keepversion option of the recylcebin in the panel |
82 |
|
- changes in db keys |
83 |
|
- remove some descriptions in the panel |
84 |
|
- optimization in share-modiffy to limit the time needed |
85 |
|
to reset permissions |
86 |
|
|
87 |
|
* Tue May 05 2009 Daniel B. <daniel@firewall-services.com> [0.1-1] |
88 |
|
- Add locale patch 2009-05-05 |
89 |
|
|
90 |
* 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] |
91 |
- Add acl option in fstab via the template system |
- Add acl option in fstab via the template system |
92 |
(just like usrquota and grpquota) |
(just like usrquota and grpquota) |
105 |
|
|
106 |
%patch0 -p1 |
%patch0 -p1 |
107 |
%patch1 -p1 |
%patch1 -p1 |
108 |
|
%patch2 -p1 |
109 |
|
%patch3 -p1 |
110 |
|
%patch4 -p1 |
111 |
|
%patch5 -p1 |
112 |
|
%patch6 -p1 |
113 |
|
%patch7 -p1 |
114 |
|
%patch8 -p1 |
115 |
|
%patch9 -p1 |
116 |
|
%patch10 -p1 |
117 |
|
%patch11 -p1 |
118 |
|
%patch12 -p1 |
119 |
|
%patch13 -p1 |
120 |
|
%patch14 -p1 |
121 |
|
%patch15 -p1 |
122 |
|
%patch16 -p1 |
123 |
|
%patch17 -p1 |
124 |
|
%patch18 -p1 |
125 |
|
|
126 |
%pre |
%pre |
127 |
%post |
%post |