1 |
# $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 |
6 |
%define name smeserver-shared-folders |
7 |
Name: %{name} |
8 |
%define version 0.1 |
9 |
%define release 13 |
10 |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
12 |
License: GPL |
13 |
Group: Networking/Daemons |
14 |
Source: %{name}-%{version}.tar.gz |
15 |
|
16 |
Patch0: smeserver-shared-folders-0.1-maxShareNameLength.patch |
17 |
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 |
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 |
|
39 |
|
40 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
41 |
BuildArchitectures: noarch |
42 |
Requires: e-smith-base >= 4.13.15-76 |
43 |
Requires: perl(CGI::FormMagick) |
44 |
Requires: e-smith-formmagick >= 1.4.0-12 |
45 |
|
46 |
Requires: acl |
47 |
BuildRequires: perl |
48 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
49 |
|
50 |
|
51 |
%description |
52 |
This module allows you to create network shares |
53 |
with more flexibility than ibays as it supports ACLs |
54 |
|
55 |
%changelog |
56 |
* Wed Oct 21 2009 Daniel B. <daniel@firewall-services.com> 0.1-13.sme |
57 |
- apply locale 2009-10-21 patch |
58 |
|
59 |
* Tue Oct 20 2009 Daniel B. <daniel@firewall-services.com> 0.1-12.sme |
60 |
- apply locale 2009-10-20 patch |
61 |
|
62 |
* Tue Sep 29 2009 Daniel B. <daniel@firewall-services.com> 0.1-11.sme |
63 |
- apply locale 2009-09-28 patch |
64 |
|
65 |
* Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 0.1-10.sme |
66 |
- apply locale 2009-08-24 patch |
67 |
|
68 |
* Wed Jul 22 2009 Daniel B. <daniel@firewall-services.com> 0.1-9.sme |
69 |
- Apply locale 2009-07-22 patch |
70 |
|
71 |
* Mon Jun 15 2009 Daniel B. <daniel@firewall-services.com> [0.1-8] |
72 |
- Apply locale 2009-06-15 patch |
73 |
|
74 |
* Mon May 25 2009 Daniel B. <daniel@firewall-services.com> [0.1-7] |
75 |
- Include hosts/networks defined in $externalSSLAccess for local access |
76 |
(httpAccess) |
77 |
|
78 |
* Mon May 25 2009 Daniel B. <daniel@firewall-services.com> [0.1-6] |
79 |
- Apply locale 2009-05-25 patch |
80 |
|
81 |
* Thu May 21 2009 Daniel B. <daniel@firewall-services.com> [0.1-5] |
82 |
- Add an empty template-begin for smb.conf template |
83 |
- Add locale 2009-05-21 patch (en-us) |
84 |
|
85 |
* Thu May 21 2009 Daniel B. <daniel@firewall-services.com> [0.1-4] |
86 |
- apply locale 2009-05-21 patch |
87 |
|
88 |
* Wed May 20 2009 SME Translation Server <translations@contribs.org> 0.1-3.sme |
89 |
- apply locale 2009-05-20 patch |
90 |
|
91 |
* Wed May 13 2009 Daniel B. <daniel@firewall-services.com> [0.1-2] |
92 |
- add http access, with some options in the panel |
93 |
- present the keepversion option of the recylcebin in the panel |
94 |
- changes in db keys |
95 |
- remove some descriptions in the panel |
96 |
- optimization in share-modiffy to limit the time needed |
97 |
to reset permissions |
98 |
|
99 |
* Tue May 05 2009 Daniel B. <daniel@firewall-services.com> [0.1-1] |
100 |
- Add locale patch 2009-05-05 |
101 |
|
102 |
* Tue Apr 28 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta3] |
103 |
- Add acl option in fstab via the template system |
104 |
(just like usrquota and grpquota) |
105 |
|
106 |
* Thu Apr 16 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta2] |
107 |
- Rename spec file |
108 |
|
109 |
* Wed Apr 08 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta1] |
110 |
- Rename maxIbayNameLength to maxShareNameLength |
111 |
|
112 |
* Wed Apr 08 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta0] |
113 |
- Initial release. |
114 |
|
115 |
%prep |
116 |
%setup |
117 |
|
118 |
%patch0 -p1 |
119 |
%patch1 -p1 |
120 |
%patch2 -p1 |
121 |
%patch3 -p1 |
122 |
%patch4 -p1 |
123 |
%patch5 -p1 |
124 |
%patch6 -p1 |
125 |
%patch7 -p1 |
126 |
%patch8 -p1 |
127 |
%patch9 -p1 |
128 |
%patch10 -p1 |
129 |
%patch11 -p1 |
130 |
%patch12 -p1 |
131 |
%patch13 -p1 |
132 |
%patch14 -p1 |
133 |
%patch15 -p1 |
134 |
%patch16 -p1 |
135 |
%patch17 -p1 |
136 |
%patch18 -p1 |
137 |
%patch19 -p1 |
138 |
%patch20 -p1 |
139 |
%patch21 -p1 |
140 |
|
141 |
|
142 |
%pre |
143 |
%post |
144 |
|
145 |
%build |
146 |
# Force creation of potentially empty directories |
147 |
mkdir -p root/etc/e-smith/web/{common,functions} |
148 |
mkdir -p root/etc/e-smith/web/panels/manager/{cgi-bin,common,html} |
149 |
mkdir -p root/home/e-smith/files/shares |
150 |
|
151 |
perl createlinks |
152 |
|
153 |
%install |
154 |
rm -rf $RPM_BUILD_ROOT |
155 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
156 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
157 |
> %{name}-%{version}-%{release}-filelist |
158 |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
159 |
|
160 |
%clean |
161 |
rm -rf $RPM_BUILD_ROOT |
162 |
|
163 |
%files -f %{name}-%{version}-%{release}-filelist |
164 |
%defattr(-,root,root) |