]>
Commit | Line | Data |
---|---|---|
a622c152 | 1 | %define pref /usr |
feffc1b5 VZ |
2 | %define ver 2.7.0 |
3 | %define ver2 2.7 | |
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 | |
a1999705 | 127 | wx/convauto.h |
d10382ab | 128 | wx/containr.h |
c4ad618c | 129 | wx/cpp.h |
d10382ab | 130 | wx/datetime.h |
d10382ab VS |
131 | wx/datstrm.h |
132 | wx/dde.h | |
133 | wx/debug.h | |
134 | wx/defs.h | |
135 | wx/dir.h | |
20b35a69 | 136 | wx/dlimpexp.h |
d10382ab VS |
137 | wx/dynarray.h |
138 | wx/dynlib.h | |
139 | wx/dynload.h | |
140 | wx/encconv.h | |
141 | wx/event.h | |
671a85ea | 142 | wx/except.h |
d10382ab VS |
143 | wx/features.h |
144 | wx/ffile.h | |
145 | wx/file.h | |
146 | wx/fileconf.h | |
147 | wx/filefn.h | |
148 | wx/filename.h | |
149 | wx/filesys.h | |
150 | wx/fontenc.h | |
151 | wx/fontmap.h | |
f068697b | 152 | wx/fs_arc.h |
37671b82 | 153 | wx/fs_filter.h |
d10382ab VS |
154 | wx/fs_mem.h |
155 | wx/fs_zip.h | |
156 | wx/hash.h | |
157 | wx/hashmap.h | |
158 | wx/hashset.h | |
54e80d76 | 159 | wx/html/forcelnk.h |
d10382ab VS |
160 | wx/iconloc.h |
161 | wx/init.h | |
162 | wx/intl.h | |
163 | wx/iosfwrap.h | |
164 | wx/ioswrap.h | |
165 | wx/ipc.h | |
166 | wx/ipcbase.h | |
167 | wx/isql.h | |
168 | wx/isqlext.h | |
4cbcfb73 | 169 | wx/link.h |
d10382ab VS |
170 | wx/list.h |
171 | wx/listimpl.cpp | |
172 | wx/log.h | |
173 | wx/longlong.h | |
174 | wx/math.h | |
175 | wx/memconf.h | |
176 | wx/memory.h | |
177 | wx/memtext.h | |
178 | wx/mimetype.h | |
179 | wx/module.h | |
180 | wx/msgout.h | |
d10382ab VS |
181 | wx/mstream.h |
182 | wx/object.h | |
183 | wx/platform.h | |
fc1dea3d | 184 | wx/platinfo.h |
355debca | 185 | wx/power.h |
d10382ab VS |
186 | wx/process.h |
187 | wx/ptr_scpd.h | |
460354e9 | 188 | wx/recguard.h |
d10382ab VS |
189 | wx/regex.h |
190 | wx/scopeguard.h | |
191 | wx/snglinst.h | |
c33fae85 | 192 | wx/sstream.h |
b71531ad | 193 | wx/stack.h |
107d0fd4 | 194 | wx/stackwalk.h |
dd65d8c8 | 195 | wx/stdpaths.h |
ef335a4f | 196 | wx/stockitem.h |
d10382ab VS |
197 | wx/stopwatch.h |
198 | wx/strconv.h | |
199 | wx/stream.h | |
200 | wx/string.h | |
201 | wx/sysopt.h | |
56d5b4b8 | 202 | wx/tarstrm.h |
d10382ab VS |
203 | wx/textbuf.h |
204 | wx/textfile.h | |
205 | wx/thread.h | |
206 | wx/thrimpl.cpp | |
207 | wx/timer.h | |
208 | wx/tokenzr.h | |
209 | wx/txtstrm.h | |
210 | wx/types.h | |
dd65d8c8 | 211 | wx/uri.h |
d10382ab VS |
212 | wx/utils.h |
213 | wx/variant.h | |
214 | wx/vector.h | |
215 | wx/version.h | |
216 | wx/volume.h | |
217 | wx/wfstream.h | |
218 | wx/wx.h | |
219 | wx/wxchar.h | |
220 | wx/wxprec.h | |
221 | wx/xti.h | |
222 | wx/xtistrm.h | |
223 | wx/zipstrm.h | |
224 | wx/zstream.h | |
fb5ab396 WS |
225 | wx/unix/apptbase.h |
226 | wx/unix/apptrait.h | |
227 | wx/unix/execute.h | |
228 | wx/unix/mimetype.h | |
229 | wx/unix/pipe.h | |
4cbcfb73 | 230 | wx/unix/private.h |
fb5ab396 WS |
231 | wx/unix/stackwalk.h |
232 | wx/unix/stdpaths.h | |
d10382ab VS |
233 | wx/fs_inet.h |
234 | wx/gsocket.h | |
235 | wx/protocol/file.h | |
236 | wx/protocol/ftp.h | |
237 | wx/protocol/http.h | |
238 | wx/protocol/protocol.h | |
239 | wx/sckaddr.h | |
240 | wx/sckipc.h | |
241 | wx/sckstrm.h | |
242 | wx/socket.h | |
243 | wx/url.h | |
fb5ab396 | 244 | wx/unix/gsockunx.h |
d10382ab VS |
245 | wx/xml/xml.h |
246 | wx/xtixml.h | |
247 | wx/db.h | |
248 | wx/dbkeyg.h | |
249 | wx/dbtable.h | |
250 | EOF | |
251 | # --- wxBase headers list ends here --- | |
252 | for f in `cat wxbase-headers-list` ; do | |
1cd555d2 | 253 | rm -f $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2}/$f |
4eba1840 | 254 | done |
4eba1840 VS |
255 | |
256 | # list of all core headers: | |
1cd555d2 VZ |
257 | find $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2} -type f | sed -e "s,$RPM_BUILD_ROOT,,g" >core-headers.files |
258 | ||
259 | # contrib stuff: | |
260 | (cd obj-shared/contrib/src; make prefix=$RPM_BUILD_ROOT%{pref} install) | |
261 | (cd obj-shared/utils/wxrc; make prefix=$RPM_BUILD_ROOT%{pref} install) | |
4eba1840 | 262 | |
88e3652f VS |
263 | # remove wxBase files so that RPM doesn't complain about unpackaged files: |
264 | rm -f $RPM_BUILD_ROOT%{_libdir}/libwx_base* | |
265 | rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/* | |
266 | rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/*/* | |
267 | ||
a622c152 RR |
268 | %clean |
269 | rm -rf $RPM_BUILD_ROOT | |
270 | ||
271 | %post | |
272 | /sbin/ldconfig | |
273 | ||
274 | %postun | |
275 | /sbin/ldconfig | |
276 | ||
1cd555d2 VZ |
277 | %post devel |
278 | # link wx-config when you install RPM. | |
279 | ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/wx-config | |
280 | # link wx-config with explicit name. | |
281 | ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/%{wxconfiglink} | |
282 | /sbin/ldconfig | |
283 | ||
284 | %postun devel | |
285 | /sbin/ldconfig | |
286 | ||
287 | %preun devel | |
288 | if test -f %{_bindir}/wx-config -a -f /usr/bin/md5sum ; then | |
289 | SUM1=`md5sum %{_libdir}/wx/config/%{wxconfig} | cut -c 0-32` | |
290 | SUM2=`md5sum %{_bindir}/wx-config | cut -c 0-32` | |
291 | if test "x$SUM1" = "x$SUM2" ; then | |
292 | rm -f %{_bindir}/wx-config | |
293 | fi | |
294 | fi | |
295 | rm -f %{_bindir}/%{wxconfiglink} | |
296 | ||
a3e78c76 VS |
297 | %post gl |
298 | /sbin/ldconfig | |
299 | ||
300 | %postun gl | |
301 | /sbin/ldconfig | |
302 | ||
1cd555d2 VZ |
303 | %post contrib |
304 | /sbin/ldconfig | |
305 | ||
306 | %postun contrib | |
307 | /sbin/ldconfig | |
308 | ||
309 | %post contrib-devel | |
310 | /sbin/ldconfig | |
311 | ||
312 | %postun contrib-devel | |
313 | /sbin/ldconfig | |
a3e78c76 | 314 | |
4eba1840 VS |
315 | %files |
316 | %defattr(-,root,root) | |
a3e78c76 | 317 | %doc COPYING.LIB *.txt |
1cd555d2 VZ |
318 | %{_libdir}/libwx_%{portname}*_adv-%{ver2}.so.* |
319 | %{_libdir}/libwx_%{portname}*_core-%{ver2}.so.* | |
320 | %{_libdir}/libwx_%{portname}*_dbgrid-%{ver2}.so.* | |
321 | %{_libdir}/libwx_%{portname}*_html-%{ver2}.so.* | |
322 | %{_libdir}/libwx_%{portname}*_media-%{ver2}.so.* | |
323 | %{_libdir}/libwx_%{portname}*_qa-%{ver2}.so.* | |
324 | %{_libdir}/libwx_%{portname}*_xrc-%{ver2}.so.* | |
325 | ||
f6bcfd97 | 326 | |
4eba1840 VS |
327 | %files devel -f core-headers.files |
328 | %defattr(-,root,root) | |
1cd555d2 VZ |
329 | %{_libdir}/libwx_%{portname}*_adv-%{ver2}.so |
330 | %{_libdir}/libwx_%{portname}*_core-%{ver2}.so | |
331 | %{_libdir}/libwx_%{portname}*_dbgrid-%{ver2}.so | |
332 | %{_libdir}/libwx_%{portname}*_gl-%{ver2}.so | |
333 | %{_libdir}/libwx_%{portname}*_html-%{ver2}.so | |
334 | %{_libdir}/libwx_%{portname}*_media-%{ver2}.so | |
335 | %{_libdir}/libwx_%{portname}*_qa-%{ver2}.so | |
336 | %{_libdir}/libwx_%{portname}*_xrc-%{ver2}.so | |
a3e78c76 VS |
337 | %dir %{_libdir}/wx |
338 | %{_libdir}/wx/* | |
1cd555d2 | 339 | %{_bindir}/wxrc* |
a622c152 | 340 | |
f6bcfd97 | 341 | %files gl |
a3e78c76 | 342 | %defattr(-,root,root) |
1cd555d2 | 343 | %{_libdir}/libwx_%{portname}*_gl-%{ver2}.so.* |
406e3e0d VS |
344 | |
345 | %files static | |
346 | %defattr (-,root,root) | |
1cd555d2 VZ |
347 | %{_libdir}/libwx_%{portname}*_*-%{ver2}.a |
348 | ||
349 | %files contrib | |
350 | %defattr(-,root,root) | |
351 | %{_libdir}/libwx_%{portname}*_animate-%{ver2}.so.* | |
352 | %{_libdir}/libwx_%{portname}*_deprecated-%{ver2}.so.* | |
353 | %{_libdir}/libwx_%{portname}*_fl-%{ver2}.so.* | |
354 | %{_libdir}/libwx_%{portname}*_gizmos-%{ver2}.so.* | |
355 | %{_libdir}/libwx_%{portname}*_mmedia-%{ver2}.so.* | |
356 | %{_libdir}/libwx_%{portname}*_ogl-%{ver2}.so.* | |
357 | %{_libdir}/libwx_%{portname}*_plot-%{ver2}.so.* | |
358 | %{_libdir}/libwx_%{portname}*_stc-%{ver2}.so.* | |
359 | %{_libdir}/libwx_%{portname}*_svg-%{ver2}.so.* | |
360 | ||
361 | %files contrib-devel | |
362 | %defattr(-,root,root) | |
363 | %dir %{_includedir}/wx-%{ver2}/wx/animate | |
364 | %{_includedir}/wx-%{ver2}/wx/animate/* | |
365 | %{_libdir}/libwx_%{portname}*_animate-%{ver2}.so | |
366 | ||
367 | %dir %{_includedir}/wx-%{ver2}/wx/deprecated | |
368 | %{_includedir}/wx-%{ver2}/wx/deprecated/* | |
369 | %{_libdir}/libwx_%{portname}*_deprecated-%{ver2}.so | |
370 | ||
371 | %dir %{_includedir}/wx-%{ver2}/wx/fl | |
372 | %{_includedir}/wx-%{ver2}/wx/fl/* | |
373 | %{_libdir}/libwx_%{portname}*_fl-%{ver2}.so | |
374 | ||
375 | %dir %{_includedir}/wx-%{ver2}/wx/gizmos | |
376 | %{_includedir}/wx-%{ver2}/wx/gizmos/* | |
377 | %{_libdir}/libwx_%{portname}*_gizmos-%{ver2}.so | |
378 | ||
379 | %dir %{_includedir}/wx-%{ver2}/wx/mmedia | |
380 | %{_includedir}/wx-%{ver2}/wx/mmedia/* | |
381 | %{_libdir}/libwx_%{portname}*_mmedia-%{ver2}.so | |
382 | ||
383 | %dir %{_includedir}/wx-%{ver2}/wx/ogl | |
384 | %{_includedir}/wx-%{ver2}/wx/ogl/* | |
385 | %{_libdir}/libwx_%{portname}*_ogl-%{ver2}.so | |
386 | ||
387 | %dir %{_includedir}/wx-%{ver2}/wx/plot | |
388 | %{_includedir}/wx-%{ver2}/wx/plot/* | |
389 | %{_libdir}/libwx_%{portname}*_plot-%{ver2}.so | |
390 | ||
391 | %dir %{_includedir}/wx-%{ver2}/wx/stc | |
392 | %{_includedir}/wx-%{ver2}/wx/stc/* | |
393 | %{_libdir}/libwx_%{portname}*_stc-%{ver2}.so | |
0fdc1ca1 | 394 | |
1cd555d2 VZ |
395 | %dir %{_includedir}/wx-%{ver2}/wx/svg |
396 | %{_includedir}/wx-%{ver2}/wx/svg/* | |
397 | %{_libdir}/libwx_%{portname}*_svg-%{ver2}.so |