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 1 |
%define release 6 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
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 |
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 |
|
|
32 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
33 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
41 |
|
|
42 |
|
|
43 |
%description |
%description |
44 |
This module allows you to create network shares (only samba is supported for now) |
This module allows you to create network shares |
45 |
with more flexibility than ibay as it supports ACLs |
with more flexibility than ibays as it supports ACLs |
46 |
|
|
47 |
%changelog |
%changelog |
48 |
|
* Mon May 25 2009 Daniel B. <daniel@firewall-services.com> [0.1-6] |
49 |
|
- Apply locale 2009-05-25 patch |
50 |
|
|
51 |
|
* Thu May 21 2009 Daniel B. <daniel@firewall-services.com> [0.1-5] |
52 |
|
- Add an empty template-begin for smb.conf template |
53 |
|
- Add locale 2009-05-21 patch (en-us) |
54 |
|
|
55 |
|
* Thu May 21 2009 Daniel B. <daniel@firewall-services.com> [0.1-4] |
56 |
|
- apply locale 2009-05-21 patch |
57 |
|
|
58 |
|
* Wed May 20 2009 SME Translation Server <translations@contribs.org> 0.1-3.sme |
59 |
|
- apply locale 2009-05-20 patch |
60 |
|
|
61 |
|
* Wed May 13 2009 Daniel B. <daniel@firewall-services.com> [0.1-2] |
62 |
|
- add http access, with some options in the panel |
63 |
|
- present the keepversion option of the recylcebin in the panel |
64 |
|
- changes in db keys |
65 |
|
- remove some descriptions in the panel |
66 |
|
- optimization in share-modiffy to limit the time needed |
67 |
|
to reset permissions |
68 |
|
|
69 |
* 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] |
70 |
- Add locale patch 2009-05-05 |
- Add locale patch 2009-05-05 |
71 |
|
|
88 |
%patch0 -p1 |
%patch0 -p1 |
89 |
%patch1 -p1 |
%patch1 -p1 |
90 |
%patch2 -p1 |
%patch2 -p1 |
91 |
|
%patch3 -p1 |
92 |
|
%patch4 -p1 |
93 |
|
%patch5 -p1 |
94 |
|
%patch6 -p1 |
95 |
|
%patch7 -p1 |
96 |
|
%patch8 -p1 |
97 |
|
%patch9 -p1 |
98 |
|
%patch10 -p1 |
99 |
|
%patch11 -p1 |
100 |
|
%patch12 -p1 |
101 |
|
%patch13 -p1 |
102 |
|
%patch14 -p1 |
103 |
|
|
104 |
%pre |
%pre |
105 |
%post |
%post |