/[smecontribs]/rpms/smeserver-shared-folders/contribs7/smeserver-shared-folders.spec
ViewVC logotype

Annotation of /rpms/smeserver-shared-folders/contribs7/smeserver-shared-folders.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.23 - (hide annotations) (download)
Sun May 23 19:14:10 2010 UTC (13 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-shared-folders-0_1-21_el4_sme
Changes since 1.22: +7 -2 lines
* Sun May 23 2010 SME Translation Server <translations@contribs.org> 0.1-21.sme
- apply locale 2010-05-23 patch

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed