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