]>
Commit | Line | Data |
---|---|---|
a622c152 | 1 | %define pref /usr |
f02fe2ef | 2 | %define ver 2.6.2 |
4818141b | 3 | %define ver2 2.6 |
df050bd9 | 4 | %define rel 1 |
a622c152 | 5 | |
1cd555d2 VZ |
6 | %define portname motif |
7 | %define name wx-%{portname} | |
8 | %define wxbasename wx-base | |
4eba1840 | 9 | |
1cd555d2 VZ |
10 | %define wxconfig %{portname}-ansi-release-%{ver2} |
11 | %define wxconfiglink wx%{portname}-%{ver2}-config | |
12 | ||
13 | Summary: The Motif/Lesstif port of the wxWidgets library | |
4eba1840 | 14 | Name: %{name} |
a622c152 RR |
15 | Version: %{ver} |
16 | Release: %{rel} | |
4eba1840 | 17 | License: wxWindows Licence |
a622c152 | 18 | Group: X11/Libraries |
1cd555d2 | 19 | Source: wxMotif-%{ver}.tar.bz2 |
0fdc1ca1 | 20 | URL: http://www.wxwidgets.org |
1cd555d2 VZ |
21 | Packager: wxWidgets developers <wx-dev@lists.wxwidgets.org> |
22 | BuildRoot: %{_tmppath}/%{name}-root | |
23 | Requires: %{wxbasename} = %{ver} | |
a622c152 | 24 | |
1cd555d2 | 25 | # all packages providing an implementation of wxWidgets library (regardless of |
a622c152 | 26 | # the toolkit used) should provide the (virtual) wxwin package, this makes it |
6e711d5c | 27 | # possible to require wxwin instead of requiring "wxgtk or wxmotif or wxuniv..." |
a622c152 | 28 | Provides: wxwin |
4eba1840 VS |
29 | Provides: wxMotif |
30 | ||
a622c152 | 31 | %description |
1cd555d2 VZ |
32 | wxWidgets is a free C++ library for cross-platform GUI development. |
33 | With wxWidgets, you can create applications for different GUIs (GTK+, | |
a622c152 RR |
34 | Motif/LessTif, MS Windows, Mac) from the same source code. |
35 | ||
f6bcfd97 | 36 | %package devel |
1cd555d2 | 37 | Summary: The Motif/Lesstif port of the wxWidgets library |
f6bcfd97 | 38 | Group: X11/Libraries |
4eba1840 VS |
39 | Requires: %{name} = %{ver} |
40 | Requires: %{wxbasename}-devel = %{ver} | |
f6bcfd97 BP |
41 | |
42 | %description devel | |
1cd555d2 | 43 | Header files for wxMotif, the Motif/Lesstif port of the wxWidgets library. |
f6bcfd97 BP |
44 | |
45 | %package gl | |
1cd555d2 | 46 | Summary: The Motif/Lesstif port of the wxWidgets library, OpenGL add-on. |
f6bcfd97 | 47 | Group: X11/Libraries |
4eba1840 | 48 | Requires: %{name} = %{ver} |
f6bcfd97 BP |
49 | |
50 | %description gl | |
1cd555d2 | 51 | OpenGL add-on library for wxMotif, the Motif/Lesstif port of the wxWidgets library. |
406e3e0d VS |
52 | |
53 | %package static | |
54 | Summary: wxMotif static libraries | |
55 | Group: Development/Libraries | |
1cd555d2 VZ |
56 | Requires: %{wxbasename}-static |
57 | Requires: %{name}-devel = %{ver} | |
406e3e0d VS |
58 | |
59 | %description static | |
60 | Static libraries for wxMotif. You need them if you want to link statically against wxMotif. | |
61 | ||
1cd555d2 VZ |
62 | %package contrib |
63 | Summary: Contrib libraries for wxMotif | |
64 | Group: X11/Libraries | |
65 | Requires: %{name} = %{ver} | |
66 | ||
67 | %description contrib | |
68 | Contrib libraries for wxMotif | |
69 | ||
70 | %package contrib-devel | |
71 | Summary: Contrib libraries for wxMotif | |
72 | Group: X11/Libraries | |
73 | Requires: %{name}-contrib = %{ver} | |
74 | Requires: %{name}-devel = %{ver} | |
75 | ||
76 | %description contrib-devel | |
77 | Header files for contributed libraries for wxMotif. | |
78 | ||
a622c152 | 79 | %prep |
1cd555d2 | 80 | %setup -q -n wxMotif-%{ver} |
a622c152 RR |
81 | |
82 | %build | |
f6bcfd97 | 83 | if [ "$SMP" != "" ]; then |
1cd555d2 | 84 | export MAKE="make -j$SMP" |
f6bcfd97 | 85 | else |
1cd555d2 | 86 | export MAKE="make" |
f6bcfd97 | 87 | fi |
406e3e0d | 88 | |
406e3e0d VS |
89 | mkdir obj-shared |
90 | cd obj-shared | |
1cd555d2 | 91 | ../configure --prefix=%{pref} --with-motif --with-odbc --with-opengl |
f6bcfd97 | 92 | $MAKE |
1cd555d2 VZ |
93 | |
94 | cd contrib/src | |
95 | $MAKE | |
96 | cd ../../.. | |
406e3e0d VS |
97 | |
98 | mkdir obj-static | |
99 | cd obj-static | |
1cd555d2 | 100 | ../configure --prefix=%{pref} --with-motif --disable-shared --with-odbc --with-opengl |
406e3e0d VS |
101 | $MAKE |
102 | cd .. | |
a622c152 RR |
103 | |
104 | %install | |
105 | rm -rf $RPM_BUILD_ROOT | |
406e3e0d VS |
106 | (cd obj-static; make prefix=$RPM_BUILD_ROOT%{pref} install) |
107 | (cd obj-shared; make prefix=$RPM_BUILD_ROOT%{pref} install) | |
a622c152 | 108 | |
4eba1840 | 109 | # Remove headers that are part of wx-base-devel: |
d10382ab VS |
110 | |
111 | # --- wxBase headers list begins here --- | |
fb5ab396 | 112 | cat <<EOF >wxbase-headers.files |
d10382ab VS |
113 | wx/afterstd.h |
114 | wx/app.h | |
115 | wx/apptrait.h | |
8329fea8 | 116 | wx/archive.h |
d10382ab VS |
117 | wx/arrimpl.cpp |
118 | wx/arrstr.h | |
119 | wx/beforestd.h | |
120 | wx/buffer.h | |
121 | wx/build.h | |
122 | wx/chkconf.h | |
82b0b7f6 | 123 | wx/clntdata.h |
d10382ab VS |
124 | wx/cmdline.h |
125 | wx/confbase.h | |
126 | wx/config.h | |
127 | wx/containr.h | |
128 | wx/datetime.h | |
d10382ab VS |
129 | wx/datstrm.h |
130 | wx/dde.h | |
131 | wx/debug.h | |
132 | wx/defs.h | |
133 | wx/dir.h | |
20b35a69 | 134 | wx/dlimpexp.h |
d10382ab VS |
135 | wx/dynarray.h |
136 | wx/dynlib.h | |
137 | wx/dynload.h | |
138 | wx/encconv.h | |
139 | wx/event.h | |
671a85ea | 140 | wx/except.h |
d10382ab VS |
141 | wx/features.h |
142 | wx/ffile.h | |
143 | wx/file.h | |
144 | wx/fileconf.h | |
145 | wx/filefn.h | |
146 | wx/filename.h | |
147 | wx/filesys.h | |
148 | wx/fontenc.h | |
149 | wx/fontmap.h | |
150 | wx/fs_mem.h | |
151 | wx/fs_zip.h | |
152 | wx/hash.h | |
153 | wx/hashmap.h | |
154 | wx/hashset.h | |
54e80d76 | 155 | wx/html/forcelnk.h |
d10382ab VS |
156 | wx/iconloc.h |
157 | wx/init.h | |
158 | wx/intl.h | |
159 | wx/iosfwrap.h | |
160 | wx/ioswrap.h | |
161 | wx/ipc.h | |
162 | wx/ipcbase.h | |
163 | wx/isql.h | |
164 | wx/isqlext.h | |
165 | wx/list.h | |
166 | wx/listimpl.cpp | |
167 | wx/log.h | |
168 | wx/longlong.h | |
169 | wx/math.h | |
170 | wx/memconf.h | |
171 | wx/memory.h | |
172 | wx/memtext.h | |
173 | wx/mimetype.h | |
174 | wx/module.h | |
175 | wx/msgout.h | |
d10382ab VS |
176 | wx/mstream.h |
177 | wx/object.h | |
178 | wx/platform.h | |
179 | wx/process.h | |
180 | wx/ptr_scpd.h | |
181 | wx/regex.h | |
182 | wx/scopeguard.h | |
183 | wx/snglinst.h | |
c33fae85 | 184 | wx/sstream.h |
b71531ad | 185 | wx/stack.h |
107d0fd4 | 186 | wx/stackwalk.h |
dd65d8c8 | 187 | wx/stdpaths.h |
ef335a4f | 188 | wx/stockitem.h |
d10382ab VS |
189 | wx/stopwatch.h |
190 | wx/strconv.h | |
191 | wx/stream.h | |
192 | wx/string.h | |
193 | wx/sysopt.h | |
194 | wx/textbuf.h | |
195 | wx/textfile.h | |
196 | wx/thread.h | |
197 | wx/thrimpl.cpp | |
198 | wx/timer.h | |
199 | wx/tokenzr.h | |
200 | wx/txtstrm.h | |
201 | wx/types.h | |
dd65d8c8 | 202 | wx/uri.h |
d10382ab VS |
203 | wx/utils.h |
204 | wx/variant.h | |
205 | wx/vector.h | |
206 | wx/version.h | |
207 | wx/volume.h | |
208 | wx/wfstream.h | |
209 | wx/wx.h | |
210 | wx/wxchar.h | |
211 | wx/wxprec.h | |
212 | wx/xti.h | |
213 | wx/xtistrm.h | |
214 | wx/zipstrm.h | |
215 | wx/zstream.h | |
fb5ab396 WS |
216 | wx/unix/apptbase.h |
217 | wx/unix/apptrait.h | |
218 | wx/unix/execute.h | |
219 | wx/unix/mimetype.h | |
220 | wx/unix/pipe.h | |
221 | wx/unix/stackwalk.h | |
222 | wx/unix/stdpaths.h | |
d10382ab VS |
223 | wx/fs_inet.h |
224 | wx/gsocket.h | |
225 | wx/protocol/file.h | |
226 | wx/protocol/ftp.h | |
227 | wx/protocol/http.h | |
228 | wx/protocol/protocol.h | |
229 | wx/sckaddr.h | |
230 | wx/sckipc.h | |
231 | wx/sckstrm.h | |
232 | wx/socket.h | |
233 | wx/url.h | |
fb5ab396 | 234 | wx/unix/gsockunx.h |
d10382ab VS |
235 | wx/xml/xml.h |
236 | wx/xtixml.h | |
237 | wx/db.h | |
238 | wx/dbkeyg.h | |
239 | wx/dbtable.h | |
240 | EOF | |
241 | # --- wxBase headers list ends here --- | |
242 | for f in `cat wxbase-headers-list` ; do | |
1cd555d2 | 243 | rm -f $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2}/$f |
4eba1840 | 244 | done |
4eba1840 VS |
245 | |
246 | # list of all core headers: | |
1cd555d2 VZ |
247 | find $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2} -type f | sed -e "s,$RPM_BUILD_ROOT,,g" >core-headers.files |
248 | ||
249 | # contrib stuff: | |
250 | (cd obj-shared/contrib/src; make prefix=$RPM_BUILD_ROOT%{pref} install) | |
251 | (cd obj-shared/utils/wxrc; make prefix=$RPM_BUILD_ROOT%{pref} install) | |
4eba1840 | 252 | |
88e3652f VS |
253 | # remove wxBase files so that RPM doesn't complain about unpackaged files: |
254 | rm -f $RPM_BUILD_ROOT%{_libdir}/libwx_base* | |
255 | rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/* | |
256 | rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/*/* | |
257 | ||
a622c152 RR |
258 | %clean |
259 | rm -rf $RPM_BUILD_ROOT | |
260 | ||
261 | %post | |
262 | /sbin/ldconfig | |
263 | ||
264 | %postun | |
265 | /sbin/ldconfig | |
266 | ||
1cd555d2 VZ |
267 | %post devel |
268 | # link wx-config when you install RPM. | |
269 | ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/wx-config | |
270 | # link wx-config with explicit name. | |
271 | ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/%{wxconfiglink} | |
272 | /sbin/ldconfig | |
273 | ||
274 | %postun devel | |
275 | /sbin/ldconfig | |
276 | ||
277 | %preun devel | |
278 | if test -f %{_bindir}/wx-config -a -f /usr/bin/md5sum ; then | |
279 | SUM1=`md5sum %{_libdir}/wx/config/%{wxconfig} | cut -c 0-32` | |
280 | SUM2=`md5sum %{_bindir}/wx-config | cut -c 0-32` | |
281 | if test "x$SUM1" = "x$SUM2" ; then | |
282 | rm -f %{_bindir}/wx-config | |
283 | fi | |
284 | fi | |
285 | rm -f %{_bindir}/%{wxconfiglink} | |
286 | ||
a3e78c76 VS |
287 | %post gl |
288 | /sbin/ldconfig | |
289 | ||
290 | %postun gl | |
291 | /sbin/ldconfig | |
292 | ||
1cd555d2 VZ |
293 | %post contrib |
294 | /sbin/ldconfig | |
295 | ||
296 | %postun contrib | |
297 | /sbin/ldconfig | |
298 | ||
299 | %post contrib-devel | |
300 | /sbin/ldconfig | |
301 | ||
302 | %postun contrib-devel | |
303 | /sbin/ldconfig | |
a3e78c76 | 304 | |
4eba1840 VS |
305 | %files |
306 | %defattr(-,root,root) | |
a3e78c76 | 307 | %doc COPYING.LIB *.txt |
1cd555d2 VZ |
308 | %{_libdir}/libwx_%{portname}*_adv-%{ver2}.so.* |
309 | %{_libdir}/libwx_%{portname}*_core-%{ver2}.so.* | |
310 | %{_libdir}/libwx_%{portname}*_dbgrid-%{ver2}.so.* | |
311 | %{_libdir}/libwx_%{portname}*_html-%{ver2}.so.* | |
312 | %{_libdir}/libwx_%{portname}*_media-%{ver2}.so.* | |
313 | %{_libdir}/libwx_%{portname}*_qa-%{ver2}.so.* | |
314 | %{_libdir}/libwx_%{portname}*_xrc-%{ver2}.so.* | |
315 | ||
f6bcfd97 | 316 | |
4eba1840 VS |
317 | %files devel -f core-headers.files |
318 | %defattr(-,root,root) | |
1cd555d2 VZ |
319 | %{_libdir}/libwx_%{portname}*_adv-%{ver2}.so |
320 | %{_libdir}/libwx_%{portname}*_core-%{ver2}.so | |
321 | %{_libdir}/libwx_%{portname}*_dbgrid-%{ver2}.so | |
322 | %{_libdir}/libwx_%{portname}*_gl-%{ver2}.so | |
323 | %{_libdir}/libwx_%{portname}*_html-%{ver2}.so | |
324 | %{_libdir}/libwx_%{portname}*_media-%{ver2}.so | |
325 | %{_libdir}/libwx_%{portname}*_qa-%{ver2}.so | |
326 | %{_libdir}/libwx_%{portname}*_xrc-%{ver2}.so | |
a3e78c76 VS |
327 | %dir %{_libdir}/wx |
328 | %{_libdir}/wx/* | |
1cd555d2 | 329 | %{_bindir}/wxrc* |
a622c152 | 330 | |
f6bcfd97 | 331 | %files gl |
a3e78c76 | 332 | %defattr(-,root,root) |
1cd555d2 | 333 | %{_libdir}/libwx_%{portname}*_gl-%{ver2}.so.* |
406e3e0d VS |
334 | |
335 | %files static | |
336 | %defattr (-,root,root) | |
1cd555d2 VZ |
337 | %{_libdir}/libwx_%{portname}*_*-%{ver2}.a |
338 | ||
339 | %files contrib | |
340 | %defattr(-,root,root) | |
341 | %{_libdir}/libwx_%{portname}*_animate-%{ver2}.so.* | |
342 | %{_libdir}/libwx_%{portname}*_deprecated-%{ver2}.so.* | |
343 | %{_libdir}/libwx_%{portname}*_fl-%{ver2}.so.* | |
344 | %{_libdir}/libwx_%{portname}*_gizmos-%{ver2}.so.* | |
345 | %{_libdir}/libwx_%{portname}*_mmedia-%{ver2}.so.* | |
346 | %{_libdir}/libwx_%{portname}*_ogl-%{ver2}.so.* | |
347 | %{_libdir}/libwx_%{portname}*_plot-%{ver2}.so.* | |
348 | %{_libdir}/libwx_%{portname}*_stc-%{ver2}.so.* | |
349 | %{_libdir}/libwx_%{portname}*_svg-%{ver2}.so.* | |
350 | ||
351 | %files contrib-devel | |
352 | %defattr(-,root,root) | |
353 | %dir %{_includedir}/wx-%{ver2}/wx/animate | |
354 | %{_includedir}/wx-%{ver2}/wx/animate/* | |
355 | %{_libdir}/libwx_%{portname}*_animate-%{ver2}.so | |
356 | ||
357 | %dir %{_includedir}/wx-%{ver2}/wx/deprecated | |
358 | %{_includedir}/wx-%{ver2}/wx/deprecated/* | |
359 | %{_libdir}/libwx_%{portname}*_deprecated-%{ver2}.so | |
360 | ||
361 | %dir %{_includedir}/wx-%{ver2}/wx/fl | |
362 | %{_includedir}/wx-%{ver2}/wx/fl/* | |
363 | %{_libdir}/libwx_%{portname}*_fl-%{ver2}.so | |
364 | ||
365 | %dir %{_includedir}/wx-%{ver2}/wx/gizmos | |
366 | %{_includedir}/wx-%{ver2}/wx/gizmos/* | |
367 | %{_libdir}/libwx_%{portname}*_gizmos-%{ver2}.so | |
368 | ||
369 | %dir %{_includedir}/wx-%{ver2}/wx/mmedia | |
370 | %{_includedir}/wx-%{ver2}/wx/mmedia/* | |
371 | %{_libdir}/libwx_%{portname}*_mmedia-%{ver2}.so | |
372 | ||
373 | %dir %{_includedir}/wx-%{ver2}/wx/ogl | |
374 | %{_includedir}/wx-%{ver2}/wx/ogl/* | |
375 | %{_libdir}/libwx_%{portname}*_ogl-%{ver2}.so | |
376 | ||
377 | %dir %{_includedir}/wx-%{ver2}/wx/plot | |
378 | %{_includedir}/wx-%{ver2}/wx/plot/* | |
379 | %{_libdir}/libwx_%{portname}*_plot-%{ver2}.so | |
380 | ||
381 | %dir %{_includedir}/wx-%{ver2}/wx/stc | |
382 | %{_includedir}/wx-%{ver2}/wx/stc/* | |
383 | %{_libdir}/libwx_%{portname}*_stc-%{ver2}.so | |
0fdc1ca1 | 384 | |
1cd555d2 VZ |
385 | %dir %{_includedir}/wx-%{ver2}/wx/svg |
386 | %{_includedir}/wx-%{ver2}/wx/svg/* | |
387 | %{_libdir}/libwx_%{portname}*_svg-%{ver2}.so |