/[smeserver]/rpms/e-smith-ibays/sme7/e-smith-ibays-1.1.3.spec
ViewVC logotype

Contents of /rpms/e-smith-ibays/sme7/e-smith-ibays-1.1.3.spec

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


Revision 1.3 - (show annotations) (download)
Wed Feb 13 22:09:00 2008 UTC (16 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
Fix spec

1 Summary: e-smith server and gateway - ibays module
2 %define name e-smith-ibays
3 Name: %{name}
4 %define version 1.2.0
5 %define release 5
6 Version: %{version}
7 Release: %{release}%{?dist}
8 License: GPL
9 Group: Networking/Daemons
10 Source: %{name}-%{version}.tar.gz
11 Patch0: e-smith-ibays-1.2.0-RecordKey.patch
12 Patch1: e-smith-ibays-1.2.0-dynamicindex.patch
13 Patch2: e-smith-ibays-1.2.0-warning.patch
14 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15 BuildArchitectures: noarch
16 Requires: e-smith-base >= 4.13.15-76
17 Requires: perl(CGI::FormMagick)
18 Requires: e-smith-formmagick >= 1.3.0-10
19 Conflicts: e-smith-apache < 0.1.1
20 BuildRequires: perl, perl(Test::Inline)
21 BuildRequires: e-smith-devtools >= 1.11.0-03
22 AutoReqProv: no
23
24
25 %description
26 e-smith server and gateway software - ibays module.
27
28 %changelog
29 * Thu Aug 30 2007 Charlie Brady <charlie_brady@mitel.com>
30 - Fix warnings generated by panel. [SME: 1309]
31
32 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
33 - Clean up spec so package can be built by koji/plague
34
35 * Fri Dec 08 2006 Shad L. Lords <slords@mail.com> 1.2.0-4
36 - Make non-dynamic indexes not look for dynamic content. [SME: 1908]
37
38 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
39 - Update to new release naming. No functional changes.
40 - Make Packager generic
41
42 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-02
43 - Fix typo in ibays http.conf template [SME: 1173]
44
45 * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01
46 - Roll stable stream version. [SME: 1016]
47
48 * Thu Feb 23 2006 Charlie Brady <charlie_brady@mitel.com> 1.1.3-06
49 - Fix php register_globals directive. [SME: 820]
50
51 * Thu Jan 19 2006 Charlie Brady <charlieb@e-smith.com> 1.1.3-05
52 - Remove bogus IbayPlugin symlink. [SME: 519]
53
54 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.3-04
55 - Bump release number only
56
57 * Sun Oct 16 2005 Gordon Rowell <gordonr@e-smith.com>
58 - [1.1.3-03]
59 - Allow per-ibay override for PHP register_globals setting. To enable:
60 /sbin/e-smith/db accounts setprop <ibay> PHPRegisterGlobals enabled
61 Thanks John Bennett [SF: 1328236]
62
63 * Fri Oct 14 2005 Charlie Brady <charlieb@e-smith.com>
64 - [1.1.3-02]
65 - Fix missing 'use esmith::util' in ibay-modify action.
66 [SF: 1327138]
67
68 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
69 - [1.1.3-01]
70 - Remove L10Ns from base packages [SF: 1309520]
71
72 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
73 - [1.1.2-01]
74 - New dev stream before relocating L10Ns
75
76 * Thu Oct 6 2005 Charlie Brady <charlieb@e-smith.com>
77 - [1.1.1-18]
78 - Strip out plugin stuff, for now at least. [SF: 1304496]
79
80 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
81 - [1.1.1-17]
82 - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
83
84 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
85 - [1.1.1-16]
86 - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
87
88 * Wed Sep 14 2005 Tony Clayton <apc@e-smith.com>
89 - [1.1.1-15]
90 - Don't version 'none' plugin [SF: 1292084]
91
92 * Mon Sep 5 2005 Tony Clayton <apc@e-smith.com>
93 - [1.1.1-14]
94 - Add dependency on e-smith-formmagick >= 1.3.0-10
95 - Fix default plugin display [SF: 1271745,1263740]
96 - Clean up, add POD to IbayPlugin modules [SF: 1263740]
97 - Support versioning of plugins, do version checks in ibay panel
98
99 * Wed Aug 24 2005 Charlie Brady <charlieb@e-smith.com>
100 - [1.1.1-13]
101 - Default plugin to none in esFM::ibay::create_ibay(). [SF: 1267897]
102
103 * Mon Aug 22 2005 Charlie Brady <charlieb@e-smith.com>
104 - [1.1.1-12]
105 - Fix missing "use esmith::util" in ibay plugin lib. [SF: 1265684]
106 - Don't display ibay Plugin choice if "none" is the only choice. [SF: 1263740]
107
108 * Fri Aug 19 2005 Gordon Rowell <gordonr@gormand.com.au>
109 - [1.1.1-11]
110 - Need to check $ibay->prop('type') not $ibay->type [SF: 1260237]
111
112 * Tue Aug 9 2005 Shad Lords <slords@mail.com>
113 - [1.1.1-10]
114 - Remove 90e-smithAccess10common (belongs in e-smith-apache)
115 - Move some ibay options to database
116
117 * Thu Aug 4 2005 Gordon Rowell <gordonr@gormand.com.au>
118 - [1.1.1-09]
119 - Syntactic fix to perl code from 1.1.1-08 change
120
121 * Thu Jul 28 2005 Charlie Brady <charlieb@e-smith.com>
122 - [1.1.1-08]
123 - Update all uses of deprecated esmith::config and db_ APIs.
124 - Rewrite ibay-delete action in shell.
125
126 * Wed Jan 19 2005 Charlie Brady <charlieb@e-smith.com>
127 - [1.1.1-07]
128 - Fix untaint RE. [charlieb MN00050161]
129 - Fix "will not stay shared" warnings in IbayPlugin/none.pm
130
131 * Thu Nov 11 2004 Charlie Brady <charlieb@e-smith.com>
132 - [1.1.1-06]
133 - Untaint name before using in system(). [charlieb MN00050161]
134
135 * Fri Sep 3 2004 Charlie Brady <charlieb@e-smith.com>
136 - [1.1.1-05]
137 - Updated requires with new perl dependencies. [msoulier MN00040240]
138 - Clean BuildRequires. [charlieb MN00043055]
139
140 * Fri Feb 6 2004 Michael Soulier <msoulier@e-smith.com>
141 - [1.1.1-04]
142 - Fixed two issues with previous change. [msoulier 7475]
143
144 * Fri Feb 6 2004 Michael Soulier <msoulier@e-smith.com>
145 - [1.1.1-03]
146 - Updating default repair method to set CGIs as executable if enabled.
147 [msoulier 7475]
148
149 * Wed Nov 19 2003 Tony Clayton <apc@e-smith.com>
150 - [1.1.1-02]
151 - Fix processTemplate call in IbayPlugin::none [tonyc 9924]
152 - Merge ibay-conf-plugin into ibay-modify action [tonyc 9924]
153
154 * Wed Nov 19 2003 Michael Soulier <msoulier@e-smith.com>
155 - [1.1.1-01]
156 - Collecting patches.
157
158 * Wed Nov 19 2003 Michael Soulier <msoulier@e-smith.com>
159 - [1.1.0-02]
160 - Adding 6.0 styling to ibay panel. [msoulier 10415]
161 - Converted createlinks to new api.
162 - Add IbayPlugin stuff [tonyc 9924]
163 - Add dependency on perl-CGI-FormMagick >= 0.91-04 [tonyc 9924]
164
165 * Fri Sep 5 2003 Tony Clayton <apc@e-smith.com>
166 - [1.1.0-01]
167 - Changing version to development stream number - 1.1.0
168 - Rolling to development stream [tonyc 9924]
169
170 * Wed Aug 13 2003 Michael Soulier <msoulier@e-smith.com>
171 - [1.0.3-05]
172 - Fixed the content ibay showing up in the ibay list of the primary domain's
173 virtual host block. [msoulier 9649]
174
175 * Wed Aug 13 2003 Michael Soulier <msoulier@e-smith.com>
176 - [1.0.3-04]
177 - Correcting the previous revision, and limiting ibay access as sub-urls to
178 the primary domain only. [msoulier 9649]
179
180 * Wed Aug 6 2003 Michael Soulier <msoulier@e-smith.com>
181 - [1.0.3-03]
182 - Unify ibay handling, since 15PrimaryContent is now obsolete, and changing
183 the primary domain's content was breaking access to ibays. [msoulier 9649]
184
185 * Wed Jul 2 2003 Charlie Brady <charlieb@e-smith.com>
186 - [1.0.3-02]
187 - Fix path of created starter website index file (don't rely on symlink
188 which "should" point to correct place). [charlieb 9241]
189
190 * Thu Jun 12 2003 Gordon Rowell <gordonr@e-smith.com>
191 - [1.0.3-01]
192 - Added order to migrate fragments [gordonr 9015]
193
194 * Wed Jun 11 2003 Gordon Rowell <gordonr@e-smith.com>
195 - [1.0.2-04]
196 - Fixed Conflicts header - should be <, not <= [gordonr 8903]
197
198 * Wed Jun 11 2003 Gordon Rowell <gordonr@e-smith.com>
199 - [1.0.2-03]
200 - Missing 'use esmith::util' [gordonr 8973]
201
202 * Tue Jun 10 2003 Charlie Brady <charlieb@e-smith.com>
203 - [1.0.2-02]
204 - Fix broken symlinks in post-{install,upgrade}. [charlieb 8973]
205
206 * Fri Jun 6 2003 Gordon Rowell <gordonr@e-smith.com>
207 - [1.0.2-01]
208 - Shuffled some httpd.conf fragments from e-smith-apache [gordonr 8903]
209
210 * Tue May 27 2003 Charlie Brady <charlieb@e-smith.com>
211 - [1.0.1-01]
212 - Fix typo in createlinks script. Rolling version of package
213 to correct build problem. [charlieb 8841]
214
215 * Tue May 27 2003 Charlie Brady <charlieb@e-smith.com>
216 - [1.0.0-02]
217 - Add some code from init-accounts action which depends on
218 /home/e-smith/files/ibays directory, which isn't included
219 in base. New action is init-ibays. [charlieb 8841]
220
221 * Thu May 8 2003 Mark Knox <markk@e-smith.com>
222 - [1.0.0-01]
223 - Initial release. Split out from e-smith-base. [markk 8610]
224
225 %prep
226 %setup
227 %patch0 -p1
228 %patch1 -p1
229 %patch2 -p1
230
231 %pre
232 %post
233
234 %build
235 # Force creation of potentially empty directories
236 mkdir -p root/etc/e-smith/skel/ibay/{cgi-bin,files,html,.AppleDesktop}
237 mkdir -p root/etc/e-smith/skel/e-smith/files/ibays
238 mkdir -p root/etc/e-smith/web/{common,functions}
239 mkdir -p root/etc/e-smith/web/panels/manager/{cgi-bin,common,html}
240 mkdir -p root/home/e-smith/files/ibays
241
242 LEXICONS=$(find root/etc/e-smith/web/functions \
243 -type f | grep -v CVS | grep -v pleasewait)
244
245 for lexicon in $LEXICONS
246 do
247 /sbin/e-smith/validate-lexicon $lexicon
248 done
249
250 /sbin/e-smith/generate-lexicons
251
252 perl createlinks
253
254 %install
255 rm -rf $RPM_BUILD_ROOT
256 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
257 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
258 > %{name}-%{version}-%{release}-filelist
259 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
260
261 %clean
262 rm -rf $RPM_BUILD_ROOT
263
264 %files -f %{name}-%{version}-%{release}-filelist
265 %defattr(-,root,root)

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