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

Contents of /rpms/e-smith-domains/sme7/e-smith-domains.spec

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


Revision 1.4 - (show annotations) (download)
Sat Oct 27 10:53:37 2007 UTC (16 years, 7 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-domains-1_4_0-8_el4_sme
Changes since 1.3: +6 -1 lines
Updates

1 Summary: e-smith server and gateway - domains module
2 %define name e-smith-domains
3 Name: %{name}
4 %define version 1.4.0
5 %define release 8
6 Version: %{version}
7 Release: %{release}%{?dist}
8 License: GPL
9 Group: Networking/Daemons
10 Source: %{name}-%{version}.tar.gz
11 Patch0: e-smith-domains-1.4.0-CorpDNSpanelTextadded.patch
12 Patch1: e-smith-domains-1.4.0-CorpDNSpanelTextadded.patch2
13 Patch2: e-smith-domains-1.4.0-novirtual.patch
14 Patch3: e-smith-domains-1.4.0-delete_forwarder.patch
15 Patch4: e-smith-domains-1.4.0-delete_forwarder.patch2
16 Patch5: e-smith-domains-1.4.0-delete_forwarder.patch3
17 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18 BuildArchitectures: noarch
19 Requires: e-smith-base >= 4.13.15-76
20 Requires: perl(HTML::Tabulate) >= 0.23
21 BuildRequires: perl(Test::Inline) >= 0.12
22 BuildRequires: perl
23 BuildRequires: e-smith-devtools >= 1.11.0-03
24 AutoReqProv: no
25
26
27 %description
28 e-smith server and gateway software - domains module.
29
30 %changelog
31 * Fri Oct 26 2007 Charlie Brady <charlie_brady@mitel.com> 1.4.0-8
32 - Fix removal of Corporate DNS setting (take III). [SME: 3415]
33
34 * Sat Oct 20 2007 Charlie Brady <charlie_brady@mitel.com> 1.4.0-7
35 - Add missing braces in last patch. [SME: 3415]
36
37 * Tue Oct 16 2007 Charlie Brady <charlie_brady@mitel.com> 1.4.0-6
38 - Allow Corporate DNS settings to be removed via panel. [SME: 3415]
39
40 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
41 - Clean up spec so package can be built by koji/plague
42
43 * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 1.4.0-5
44 - Remove references to virtual from panels [SME: 1517]
45
46 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
47 - Update to new release naming. No functional changes.
48 - Make Packager generic
49
50 * Thu Nov 09 2006 Gavin Weight <gweight@gmail.com> 1.4.0-03
51 - Missing period at the end of the description. [SME: 1852]
52
53 * Sat Aug 19 2006 Gavin Weight <gweight@gmail.com> 1.4.0-02
54 - Added Text explaination for Corporate DNS Settings. [SME: 1852]
55
56 * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.4.0-01
57 - Roll stable stream version. [SME: 1016]
58
59 * Sat Feb 18 2006 Gavin Weight <gweight@gmail.com> 1.3.3-6
60 - Table and columns headers not translated. [SME: 809]
61
62 * Mon Jan 23 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.3-05
63 - Remove empty pre and post scriptlets. In some cases they cause
64 package upgrade failures. [SME: 544]
65
66 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.3.3-04
67 - Bump release number only
68
69 * Sun Nov 27 2005 Charlie Brady <charlieb@e-smith.com>
70 - [1.3.3-03]
71 - Regenerate tinydns data file during domain-{create,delete,modify}.
72 [SF: 1366653]
73
74 * Tue Nov 15 2005 Gordon Rowell <gordonr@e-smith.com>
75 - [1.3.3-02]
76 - Use a single validator for domain names and complain if the
77 validation fails. Previously hyphens passed the panel validator
78 but failed on add (or delete).
79 - TODO: Strengthen the regexp [SF: 1352880]
80
81 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
82 - [1.3.3-01]
83 - Remove L10Ns from base packages [SF: 1309520]
84
85 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
86 - [1.3.2-01]
87 - New dev stream before relocating L10Ns
88
89 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
90 - [1.3.1-05]
91 - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
92
93 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
94 - [1.3.1-04]
95 - French L10N fixups (and reformat) - Thanks Didier Rambeau [SF: 1293787]
96
97 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
98 - [1.3.1-03]
99 - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
100
101 * Thu Aug 25 2005 Gordon Rowell <gordonr@gormand.com.au>
102 - [1.3.1-02]
103 - Rewrite with CGI::FormMagick and HTML::Tabulate
104 - Added corporate DNS settings with page to change them
105 - Update to HTML::Tabulate 0.23 so that the remove link goes
106 away when we don't want it - Thanks to Gavin Carr for the
107 immediate patch turnaround.
108 - Only add "Corporate DNS Servers" to picklist if configured
109 - Migrate all domains in domains db, defaulting system domain to
110 'localhost', and others to 'internet'
111 - Remove table border, and change stripe colour to match other buttons
112 - Add calls to signal-event for create/modify/delete
113 - TODO: Insert name of domain to be deleted on remove page
114 - Signal the dns-update event when DNS configuration is changed
115 - Migrate the Nameserver property to the Nameservers
116
117 * Thu Aug 25 2005 Charlie Brady <charlieb@e-smith.com>
118 - [1.3.1-01]
119 - Roll new development stream prior to adding support for delegation to
120 Corporate Nameservers.
121
122 * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
123 - [1.3.0-07]
124 - Remove dangling tinydns-conf symlinks.[SF: 1240099]
125
126 * Sat Mar 19 2005 Charlie Brady <charlieb@e-smith.com>
127 - [1.3.0-06]
128 - Replace obsolete conf-mod_ssl symlink with fodder for
129 generic_expand_template.
130
131 * Tue Dec 28 2004 Charlie Brady <charlieb@e-smith.com>
132 - [1.3.0-05]
133 - Set non-empty path so domain panel can restart apache.
134 [charlieb MN00050181]
135
136 * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
137 - [1.3.0-04]
138 - Updated requires with new perl dependencies. [msoulier MN00040240]
139
140 * Tue Jul 13 2004 Michael Soulier <msoulier@e-smith.com>
141 - [1.3.0-03]
142 - Added big, red reboot warning. [msoulier MN00041156]
143
144 * Tue Jul 13 2004 Michael Soulier <msoulier@e-smith.com>
145 - [1.3.0-02]
146 - Whitespace fix.
147
148 * Wed Feb 4 2004 Michael Soulier <msoulier@e-smith.com>
149 - [1.3.0-01]
150 - rolling to dev - 1.3.0
151
152 * Wed Feb 4 2004 Michael Soulier <msoulier@e-smith.com>
153 - [1.2.0-01]
154 - rolling to stable - 1.2.0
155
156 * Mon Oct 20 2003 Michael Soulier <msoulier@e-smith.com>
157 - [1.1.0-03]
158 - Fixed the red success message. [msoulier 9265]
159
160 * Tue Sep 23 2003 Mark Knox <markk@e-smith.com>
161 - [1.1.0-02]
162 - Removed reserved 'secure.domain' name as it is no longer a special
163 case [markk 8989]
164
165 * Tue Sep 23 2003 Mark Knox <markk@e-smith.com>
166 - [1.1.0-01]
167 - Rolling to development stream - 1.1.0
168
169 * Sun Sep 14 2003 Charlie Brady <charlieb@e-smith.com>
170 - [1.0.0-08]
171 - Remove xinetd-reload from domain-{create,delete,modify} events.
172 [charlieb 9804]
173
174 * Mon Aug 25 2003 Charlie Brady <charlieb@e-smith.com>
175 - [1.0.0-07]
176 - Reconfig tinydns when adding/removing a domain. [charlieb 9642]
177
178 * Tue Jun 24 2003 Gordon Rowell <gordonr@e-smith.com>
179 - [1.0.0-06]
180 - Spanish nav bar [gordonr 9153]
181
182 * Tue Jun 17 2003 Gordon Rowell <gordonr@e-smith.com>
183 - [1.0.0-05]
184 - c&p error in change 1.0.0-02 [gordonr 8954]
185
186 * Thu Jun 12 2003 Gordon Rowell <gordonr@e-smith.com>
187 - [1.0.0-04]
188 - Added order tags to migrate fragments [gordonr 9015]
189
190 * Tue Jun 10 2003 Charlie Brady <charlieb@e-smith.com>
191 - [1.0.0-03]
192 - Fix wrong DB name in warning message. [charlieb 8954]
193
194 * Tue Jun 10 2003 Charlie Brady <charlieb@e-smith.com>
195 - [1.0.0-02]
196 - Force domain names to lower case - DNS is case insensitive. [charlieb 8954]
197
198 * Thu May 8 2003 Mark Knox <markk@e-smith.com>
199 - [1.0.0-01]
200 - Initial release. This module used to be part of e-smith-base. [markk 8610]
201
202 %prep
203 %setup
204 %patch0 -p1
205 %patch1 -p1
206 %patch2 -p1
207 %patch3 -p1
208 %patch4 -p1
209 %patch5 -p1
210
211 %build
212 # Force creation of potentially empty directories
213 mkdir -p root/etc/e-smith/web/{common,functions}
214 mkdir -p root/etc/e-smith/web/panels/manager/{cgi-bin,common,html}
215
216 LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \
217 -type f | grep -v CVS | grep -v pleasewait)
218
219 for lexicon in $LEXICONS
220 do
221 /sbin/e-smith/validate-lexicon $lexicon
222 done
223
224 /sbin/e-smith/generate-lexicons
225
226 perl createlinks
227
228 %install
229 rm -rf $RPM_BUILD_ROOT
230 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
231 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
232 > %{name}-%{version}-%{release}-filelist
233 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
234
235 %clean
236 rm -rf $RPM_BUILD_ROOT
237
238 %files -f %{name}-%{version}-%{release}-filelist
239 %defattr(-,root,root)

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