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 10 |
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 |
|
36 |
|
37 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
38 |
BuildArchitectures: noarch |
39 |
Requires: e-smith-base >= 4.13.15-76 |
40 |
Requires: perl(CGI::FormMagick) |
41 |
Requires: e-smith-formmagick >= 1.4.0-12 |
42 |
|
43 |
Requires: acl |
44 |
BuildRequires: perl |
45 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
46 |
|
47 |
|
48 |
%description |
49 |
This module allows you to create network shares |
50 |
with more flexibility than ibays as it supports ACLs |
51 |
|
52 |
%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] |
91 |
- Add acl option in fstab via the template system |
92 |
(just like usrquota and grpquota) |
93 |
|
94 |
* Thu Apr 16 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta2] |
95 |
- Rename spec file |
96 |
|
97 |
* Wed Apr 08 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta1] |
98 |
- Rename maxIbayNameLength to maxShareNameLength |
99 |
|
100 |
* Wed Apr 08 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta0] |
101 |
- Initial release. |
102 |
|
103 |
%prep |
104 |
%setup |
105 |
|
106 |
%patch0 -p1 |
107 |
%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 |
127 |
%post |
128 |
|
129 |
%build |
130 |
# Force creation of potentially empty directories |
131 |
mkdir -p root/etc/e-smith/web/{common,functions} |
132 |
mkdir -p root/etc/e-smith/web/panels/manager/{cgi-bin,common,html} |
133 |
mkdir -p root/home/e-smith/files/shares |
134 |
|
135 |
perl createlinks |
136 |
|
137 |
%install |
138 |
rm -rf $RPM_BUILD_ROOT |
139 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
140 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
141 |
> %{name}-%{version}-%{release}-filelist |
142 |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
143 |
|
144 |
%clean |
145 |
rm -rf $RPM_BUILD_ROOT |
146 |
|
147 |
%files -f %{name}-%{version}-%{release}-filelist |
148 |
%defattr(-,root,root) |