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