/[smeserver]/rpms/e-smith-test/sme9/e-smith-test.spec
ViewVC logotype

Contents of /rpms/e-smith-test/sme9/e-smith-test.spec

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


Revision 1.2 - (show annotations) (download)
Sun May 5 05:57:09 2013 UTC (11 years, 1 month ago) by wellsi
Branch: MAIN
Changes since 1.1: +2 -1 lines
Changelog correction

1 # $Id: e-smith-test.spec,v 1.1 2013/01/25 17:23:01 slords Exp $
2
3 Summary: e-smith server and gateway - testing infrastructure module
4 %define name e-smith-test
5 Name: %{name}
6 %define version 2.4.0
7 %define release 1
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: Artistic
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
13 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
14 BuildArchitectures: noarch
15 Requires: perl
16 Requires: perl(WWW::Automate) >= 0.20
17 Requires: perl(Test::Simple) >= 0.41
18 Requires: perl(Test::Inline) >= 0.14
19 Requires: perl(Test::Harness::Straps) >= 0.10
20 Requires: e-smith-lib >= 1.9.35
21 BuildRequires: e-smith-devtools >= 1.7.1
22
23 %description
24 e-smith server and gateway software - testing infrastructure module.
25
26 %changelog
27 * Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
28 - Roll new stream for sme9
29 - Perl module rpms moved to /usr/share/perl5/vendor_perl [SME: 7223]
30
31 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
32 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
33
34 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
35 - Clean up spec so package can be built by koji/plague
36
37 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
38 - Update to new release naming. No functional changes.
39 - Make Packager generic
40
41 * Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-01
42 - Roll stable stream version. [SME: 1016]
43
44 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.1-07
45 - Bump release number only
46
47 * Thu Sep 22 2005 Trevor Poole <trevorp@e-smith.com>
48 - [1.0.1-06]
49 - Rollback change to smoketest
50
51 * Thu Sep 22 2005 Trevor Poole <trevorp@e-smith.com>
52 - [1.0.1-05]
53 - Add a sort to the test names in smoketest
54
55 * Fri Aug 19 2005 Gordon Rowell <gordonr@gormand.com.au>
56 - [1.0.1-04]
57 - Actually remove AutoReqProv header (see 1.0.1-02)
58
59 * Tue Aug 2 2005 Shad Lords <slords@email.com>
60 - [1.0.1-03]
61 - Update for move of default database location. [SF: 1216546]
62
63 * Sun Sep 19 2004 Charlie Brady <charlieb@e-smith.com>
64 - [1.0.1-02]
65 - Change deprecated "Copyright:" header to "License:".
66 - Updated requires with new perl dependencies. [charlieb MN00040240]
67 - Remove "AutoReqProv: no" so that "Provides" headers are auto-generated.
68 [charlieb MN00040240]
69
70 * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
71 - [1.0.1-01]
72 - Rebuild [gordonr 1305]
73
74 * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
75 - [1.0.0-04]
76 - Revert unwanted code change in END block [gordonr 1305]
77
78 * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
79 - [1.0.0-03]
80 - Copyright update [gordonr 1305]
81
82 * Mon Feb 24 2003 Michael Soulier <msoulier@e-smith.com>
83 - [1.0.0-02]
84 - Remove deprecated WebServerName setting from canned test data. [charlieb 6861]
85 - Removed any references to LocalDomainPrefix. [msoulier 4812]
86
87 - [1.0.0-01]
88 - Roll to maintained version number to 1.0.0
89
90 * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
91 - [0.3.0-01]
92 - Changing version to maintained stream number to 0.3.0
93
94 * Mon Jun 3 2002 Charlie Brady <charlieb@e-smith.com>
95 - [0.2.0-01]
96 - Changing version to maintained stream number to 0.2.0
97
98 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
99 - [0.1.23-01]
100 - RPM rebuild forced by cvsroot2rpm
101
102 * Thu May 9 2002 Michael Schwern <schwern@e-smith.com>
103 - [0.1.22-01]
104 - Updating necessary Test::Harness::Straps version to 0.10
105 [schwern 3408]
106
107 * Mon May 6 2002 Michael Schwern <schwern@e-smith.com>
108 - [0.1.21-01]
109 - Fixed quicktest to use an absolute path to the CVS lib directory.
110 Helpful or tests which chdir. [schwern 2743]
111
112 * Thu May 2 2002 Michael Schwern <schwern@e-smith.com>
113 - [0.1.20-01]
114 - Fixed quicktest wrt files with spaces in the name [schwern]
115
116 * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
117 - [0.1.19-01]
118 - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
119
120 * Wed Apr 24 2002 Michael Schwern <schwern@e-smith.com>
121 - [0.1.18-01]
122 - quicktest now propagates the new libraris into any perl programs
123 called in the tests [schwern]
124
125 * Wed Apr 10 2002 Michael Schwern <schwern@e-smith.com>
126 - [0.1.17-01]
127 - Added a --verbose switch to quicktest [schwern]
128 - quicktest now running tests with warnings on [schwern]
129
130 * Sat Apr 6 2002 Gordon Rowell <gordonr@e-smith.com>
131 - [0.1.16-01]
132 - Rebuild with new e-smith-devtools to force permissions [gordonr]
133
134 * Sat Apr 6 2002 Gordon Rowell <gordonr@e-smith.com>
135 - [0.1.15-01]
136 - Added execute permission for all for {quick,smoke}test [gordonr]
137
138 * Fri Apr 5 2002 Michael G Schwern <schwern@e-smith.com>
139 - [0.1.14-01]
140 - Added -d option to quicktest for debugging [schwern]
141 - Added scratch_copy() to esmith::TestUtils [schwern]
142
143 * Fri Apr 05 2002 Gordon Rowell <gordonr@e-smith.com>
144 - [0.1.13-01]
145 - Run testing-conf in post-{install,upgrade} events rather than from %post
146 Running it from %post won't work in a fresh install as the config
147 database doesn't yet exist [gordonr]
148
149 * Tue Apr 02 2002 Michael G Schwern <schwern@e-smith.com>
150 - [0.1.12-01]
151 - Added simulate_perl_program() to TestUtils [schwern]
152
153 * Mon Apr 01 2002 Kirrily Robert <skud@e-smith.com>
154 - [0.1.11-01]
155 - Added destruction_ok() routine to TestUtils.pm [skud]
156
157 * Fri Mar 15 2002 Michael G Schwern <schwern@e-smith.com>
158 - [0.1.10-01]
159 - quicktest now closes STDIN so tests don't block waiting for it (3042)
160 - Fixed bug in Test::Harness::Straps so tests that die are failures (3034)
161
162 * Wed Mar 13 2002 Michael G Schwern <schwern@e-smith.com>
163 - [0.1.9-01]
164 - Added files argument to quicktest [schwern]
165 - 0.1.8-01 was tagged badly. esmith::TestUtils was accidentally dropped
166 and the temporary quiktest was accidentally installed [schwern 3026]
167 - Adding dependeny on e-smith-lib for esmith::ConfigDB in testing-conf
168 [schwern]
169
170 * Mon Mar 11 2002 Michael G Schwern <schwern@e-smith.com>
171 - [0.1.8-01]
172 - Added quicktest [schwern]
173 - Added dependency on perl-Test-Harness-Straps [schwern]
174
175 * Thu Feb 28 2002 Kirrily Robert <skud@e-smith.com>
176 - [0.1.7-01]
177 - General cleanup in esmith::TestUtils
178 - moved dependency on e-smith-devtools from Requires to BuildRequires [skud]
179
180 * Wed Feb 27 2002 Michael G Schwern <schwern@e-smith.com>
181 - [0.1.6-01]
182 - Botched the tagging again
183
184 * Wed Feb 27 2002 Michael G Schwern <schwern@e-smith.com>
185 - [0.1.5-01]
186 - Added dependency on e-smith-devtools for genfilelist update
187 - smoketest now looks for local Perl libraries
188 - fixed the sanity test
189
190 * Wed Feb 27 2002 Michael G Schwern <schwern@e-smith.com>
191 - [0.1.4-01]
192 - Botched the roll of 0.1.3-01
193
194 * Wed Feb 27 2002 Michael G Schwern <schwern@e-smith.com>
195 - [0.1.3-01]
196 - Fixed dependency on perl-Test-Simple [schwern]
197
198 * Mon Feb 18 2002 Kirrily Robert <skud@e-smith.com>
199 - [0.1.2-01]
200 - Added an esmith::TestUtils perl module to assist in writing tests
201 - Changes to the smoketest script; now accepts an optional directory to
202 run tests from, among other (internal) changes
203
204 * Mon Feb 18 2002 Kirrily Robert <skud@e-smith.com>
205 - [0.1.1-01]
206 - rollRPM: Rolled version number to 0.1.1-01. Includes patches up to 0.1.0-02.
207
208 * Sun Oct 07 2001 Kirrily Robert <skud@e-smith.com>
209 - Minor change to 00sanity.t as it didn't seem to like using Inline
210
211 * Sun Oct 07 2001 Kirrily Robert <skud@e-smith.com>
212 - Initial build
213
214 %prep
215 %setup
216
217 %pre
218
219 %post
220
221 %build
222 perl createlinks
223
224 %install
225 rm -rf $RPM_BUILD_ROOT
226 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
227 rm -f e-smith-%{version}-filelist
228 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > e-smith-%{version}-filelist
229 echo "%doc Copying" >> %{name}-%{version}-%{release}-filelist
230 echo "%doc Artistic" >> %{name}-%{version}-%{release}-filelist
231 echo "%doc LICENSE" >> %{name}-%{version}-%{release}-filelist
232
233 %clean
234 rm -rf $RPM_BUILD_ROOT
235
236 %files -f e-smith-%{version}-filelist
237 %defattr(-,root,root)

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