]>
Commit | Line | Data |
---|---|---|
a622c152 | 1 | %define pref /usr |
14b682f7 | 2 | %define ver 2.9.5 |
7fd3acaf | 3 | %define ver2 2.9 |
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 | |
bae3556d | 10 | %define wxconfig %{portname}-ansi-%{ver2} |
1cd555d2 VZ |
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 | ||
a622c152 | 62 | %prep |
1cd555d2 | 63 | %setup -q -n wxMotif-%{ver} |
a622c152 RR |
64 | |
65 | %build | |
f6bcfd97 | 66 | if [ "$SMP" != "" ]; then |
1cd555d2 | 67 | export MAKE="make -j$SMP" |
f6bcfd97 | 68 | else |
1cd555d2 | 69 | export MAKE="make" |
f6bcfd97 | 70 | fi |
406e3e0d | 71 | |
406e3e0d VS |
72 | mkdir obj-shared |
73 | cd obj-shared | |
1e6b2edf | 74 | ../configure --prefix=%{pref} --with-motif --with-opengl |
f6bcfd97 | 75 | $MAKE |
eead5291 | 76 | cd .. |
406e3e0d VS |
77 | |
78 | mkdir obj-static | |
79 | cd obj-static | |
1e6b2edf | 80 | ../configure --prefix=%{pref} --with-motif --disable-shared --with-opengl |
406e3e0d VS |
81 | $MAKE |
82 | cd .. | |
a622c152 RR |
83 | |
84 | %install | |
85 | rm -rf $RPM_BUILD_ROOT | |
406e3e0d VS |
86 | (cd obj-static; make prefix=$RPM_BUILD_ROOT%{pref} install) |
87 | (cd obj-shared; make prefix=$RPM_BUILD_ROOT%{pref} install) | |
a622c152 | 88 | |
4eba1840 | 89 | # Remove headers that are part of wx-base-devel: |
d10382ab VS |
90 | |
91 | # --- wxBase headers list begins here --- | |
fb5ab396 | 92 | cat <<EOF >wxbase-headers.files |
d10382ab | 93 | wx/afterstd.h |
178c7760 | 94 | wx/any.h |
254696bb | 95 | wx/anystr.h |
d10382ab VS |
96 | wx/app.h |
97 | wx/apptrait.h | |
8329fea8 | 98 | wx/archive.h |
d10382ab VS |
99 | wx/arrimpl.cpp |
100 | wx/arrstr.h | |
a8098f86 VZ |
101 | wx/atomic.h |
102 | wx/base64.h | |
d10382ab VS |
103 | wx/beforestd.h |
104 | wx/buffer.h | |
105 | wx/build.h | |
eecc043f | 106 | wx/chartype.h |
664e1314 | 107 | wx/checkeddelete.h |
d10382ab | 108 | wx/chkconf.h |
82b0b7f6 | 109 | wx/clntdata.h |
541ea80f | 110 | wx/cmdargs.h |
d10382ab VS |
111 | wx/cmdline.h |
112 | wx/confbase.h | |
113 | wx/config.h | |
a1999705 | 114 | wx/convauto.h |
d10382ab | 115 | wx/containr.h |
c4ad618c | 116 | wx/cpp.h |
abde3283 | 117 | wx/crt.h |
d10382ab | 118 | wx/datetime.h |
d10382ab VS |
119 | wx/datstrm.h |
120 | wx/dde.h | |
121 | wx/debug.h | |
122 | wx/defs.h | |
123 | wx/dir.h | |
20b35a69 | 124 | wx/dlimpexp.h |
16edb7b5 | 125 | wx/dlist.h |
d10382ab VS |
126 | wx/dynarray.h |
127 | wx/dynlib.h | |
128 | wx/dynload.h | |
129 | wx/encconv.h | |
130 | wx/event.h | |
58cc1587 | 131 | wx/eventfilter.h |
00237407 | 132 | wx/evtloop.h |
671a85ea | 133 | wx/except.h |
d10382ab | 134 | wx/features.h |
620c9408 | 135 | wx/flags.h |
d10382ab VS |
136 | wx/ffile.h |
137 | wx/file.h | |
138 | wx/fileconf.h | |
139 | wx/filefn.h | |
140 | wx/filename.h | |
141 | wx/filesys.h | |
142 | wx/fontenc.h | |
143 | wx/fontmap.h | |
f068697b | 144 | wx/fs_arc.h |
37671b82 | 145 | wx/fs_filter.h |
d10382ab VS |
146 | wx/fs_mem.h |
147 | wx/fs_zip.h | |
148 | wx/hash.h | |
149 | wx/hashmap.h | |
150 | wx/hashset.h | |
54e80d76 | 151 | wx/html/forcelnk.h |
d10382ab VS |
152 | wx/iconloc.h |
153 | wx/init.h | |
154 | wx/intl.h | |
155 | wx/iosfwrap.h | |
156 | wx/ioswrap.h | |
157 | wx/ipc.h | |
158 | wx/ipcbase.h | |
8ece421c | 159 | wx/kbdstate.h |
ea144923 | 160 | wx/language.h |
4cbcfb73 | 161 | wx/link.h |
d10382ab VS |
162 | wx/list.h |
163 | wx/listimpl.cpp | |
164 | wx/log.h | |
165 | wx/longlong.h | |
166 | wx/math.h | |
167 | wx/memconf.h | |
168 | wx/memory.h | |
169 | wx/memtext.h | |
170 | wx/mimetype.h | |
171 | wx/module.h | |
8ece421c | 172 | wx/mousestate.h |
d10382ab | 173 | wx/msgout.h |
b589082a | 174 | wx/msgqueue.h |
d10382ab | 175 | wx/mstream.h |
6686fbad | 176 | wx/numformatter.h |
d10382ab VS |
177 | wx/object.h |
178 | wx/platform.h | |
fc1dea3d | 179 | wx/platinfo.h |
355debca | 180 | wx/power.h |
d10382ab VS |
181 | wx/process.h |
182 | wx/ptr_scpd.h | |
6490a288 | 183 | wx/ptr_shrd.h |
460354e9 | 184 | wx/recguard.h |
d10382ab | 185 | wx/regex.h |
232e8075 | 186 | wx/rtti.h |
664e1314 VZ |
187 | wx/scopedarray.h |
188 | wx/scopedptr.h | |
d10382ab | 189 | wx/scopeguard.h |
664e1314 | 190 | wx/sharedptr.h |
d10382ab | 191 | wx/snglinst.h |
c33fae85 | 192 | wx/sstream.h |
b71531ad | 193 | wx/stack.h |
107d0fd4 | 194 | wx/stackwalk.h |
dd65d8c8 | 195 | wx/stdpaths.h |
72a7c559 | 196 | wx/stdstream.h |
ef335a4f | 197 | wx/stockitem.h |
d10382ab VS |
198 | wx/stopwatch.h |
199 | wx/strconv.h | |
200 | wx/stream.h | |
201 | wx/string.h | |
eecc043f | 202 | wx/stringimpl.h |
467175ab | 203 | wx/stringops.h |
c9f78968 | 204 | wx/strvararg.h |
d10382ab | 205 | wx/sysopt.h |
56d5b4b8 | 206 | wx/tarstrm.h |
d10382ab VS |
207 | wx/textbuf.h |
208 | wx/textfile.h | |
209 | wx/thread.h | |
210 | wx/thrimpl.cpp | |
59068d79 | 211 | wx/time.h |
d10382ab | 212 | wx/timer.h |
2f4c5d00 | 213 | wx/tls.h |
d10382ab | 214 | wx/tokenzr.h |
6490a288 | 215 | wx/tracker.h |
ea144923 | 216 | wx/translation.h |
d10382ab | 217 | wx/txtstrm.h |
7db064f6 | 218 | wx/typeinfo.h |
d10382ab | 219 | wx/types.h |
eecc043f | 220 | wx/unichar.h |
dd65d8c8 | 221 | wx/uri.h |
aaa03125 | 222 | wx/ustring.h |
d10382ab VS |
223 | wx/utils.h |
224 | wx/variant.h | |
225 | wx/vector.h | |
226 | wx/version.h | |
ccec9093 | 227 | wx/versioninfo.h |
d10382ab | 228 | wx/volume.h |
6490a288 | 229 | wx/weakref.h |
d10382ab VS |
230 | wx/wfstream.h |
231 | wx/wx.h | |
232 | wx/wxchar.h | |
eecc043f | 233 | wx/wxcrt.h |
52de37c7 | 234 | wx/wxcrtbase.h |
e7308074 | 235 | wx/wxcrtvararg.h |
d10382ab | 236 | wx/wxprec.h |
6e4ae332 | 237 | wx/xlocale.h |
d10382ab | 238 | wx/xti.h |
12354f46 | 239 | wx/xti2.h |
d10382ab | 240 | wx/xtistrm.h |
232e8075 SC |
241 | wx/xtictor.h |
242 | wx/xtihandler.h | |
243 | wx/xtiprop.h | |
244 | wx/xtitypes.h | |
d10382ab VS |
245 | wx/zipstrm.h |
246 | wx/zstream.h | |
6490a288 | 247 | wx/meta/convertible.h |
6e0fbb3d | 248 | wx/meta/if.h |
7ec75d3e | 249 | wx/meta/implicitconversion.h |
6490a288 | 250 | wx/meta/int2type.h |
6e0fbb3d | 251 | wx/meta/movable.h |
109e2ca4 | 252 | wx/meta/pod.h |
32753ae9 | 253 | wx/meta/removeref.h |
6b8ef0b3 VZ |
254 | wx/fswatcher.h |
255 | wx/generic/fswatcher.h | |
b46b1d59 | 256 | wx/unix/app.h |
fb5ab396 WS |
257 | wx/unix/apptbase.h |
258 | wx/unix/apptrait.h | |
a1873279 | 259 | wx/unix/chkconf.h |
b46b1d59 | 260 | wx/unix/evtloop.h |
78808897 | 261 | wx/unix/evtloopsrc.h |
fb5ab396 | 262 | wx/unix/pipe.h |
cf2810aa | 263 | wx/unix/stdpaths.h |
6e4ae332 | 264 | wx/unix/stackwalk.h |
509f339a | 265 | wx/unix/tls.h |
6b8ef0b3 | 266 | wx/unix/fswatcher_kqueue.h |
cf2810aa VZ |
267 | wx/unix/execute.h |
268 | wx/unix/mimetype.h | |
6b8ef0b3 | 269 | wx/unix/fswatcher_inotify.h |
d10382ab | 270 | wx/fs_inet.h |
d10382ab VS |
271 | wx/protocol/file.h |
272 | wx/protocol/ftp.h | |
273 | wx/protocol/http.h | |
0576cd9e | 274 | wx/protocol/log.h |
d10382ab VS |
275 | wx/protocol/protocol.h |
276 | wx/sckaddr.h | |
277 | wx/sckipc.h | |
278 | wx/sckstrm.h | |
279 | wx/socket.h | |
280 | wx/url.h | |
d10382ab VS |
281 | wx/xml/xml.h |
282 | wx/xtixml.h | |
d10382ab VS |
283 | EOF |
284 | # --- wxBase headers list ends here --- | |
285 | for f in `cat wxbase-headers-list` ; do | |
1cd555d2 | 286 | rm -f $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2}/$f |
4eba1840 | 287 | done |
4eba1840 VS |
288 | |
289 | # list of all core headers: | |
1cd555d2 VZ |
290 | find $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2} -type f | sed -e "s,$RPM_BUILD_ROOT,,g" >core-headers.files |
291 | ||
88e3652f VS |
292 | # remove wxBase files so that RPM doesn't complain about unpackaged files: |
293 | rm -f $RPM_BUILD_ROOT%{_libdir}/libwx_base* | |
294 | rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/* | |
295 | rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/*/* | |
296 | ||
a622c152 RR |
297 | %clean |
298 | rm -rf $RPM_BUILD_ROOT | |
299 | ||
300 | %post | |
301 | /sbin/ldconfig | |
302 | ||
303 | %postun | |
304 | /sbin/ldconfig | |
305 | ||
1cd555d2 VZ |
306 | %post devel |
307 | # link wx-config when you install RPM. | |
308 | ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/wx-config | |
309 | # link wx-config with explicit name. | |
310 | ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/%{wxconfiglink} | |
311 | /sbin/ldconfig | |
312 | ||
313 | %postun devel | |
314 | /sbin/ldconfig | |
315 | ||
316 | %preun devel | |
317 | if test -f %{_bindir}/wx-config -a -f /usr/bin/md5sum ; then | |
318 | SUM1=`md5sum %{_libdir}/wx/config/%{wxconfig} | cut -c 0-32` | |
319 | SUM2=`md5sum %{_bindir}/wx-config | cut -c 0-32` | |
320 | if test "x$SUM1" = "x$SUM2" ; then | |
321 | rm -f %{_bindir}/wx-config | |
322 | fi | |
323 | fi | |
324 | rm -f %{_bindir}/%{wxconfiglink} | |
325 | ||
a3e78c76 VS |
326 | %post gl |
327 | /sbin/ldconfig | |
328 | ||
329 | %postun gl | |
330 | /sbin/ldconfig | |
331 | ||
4eba1840 VS |
332 | %files |
333 | %defattr(-,root,root) | |
a3e78c76 | 334 | %doc COPYING.LIB *.txt |
1cd555d2 VZ |
335 | %{_libdir}/libwx_%{portname}*_adv-%{ver2}.so.* |
336 | %{_libdir}/libwx_%{portname}*_core-%{ver2}.so.* | |
1cd555d2 VZ |
337 | %{_libdir}/libwx_%{portname}*_html-%{ver2}.so.* |
338 | %{_libdir}/libwx_%{portname}*_media-%{ver2}.so.* | |
339 | %{_libdir}/libwx_%{portname}*_qa-%{ver2}.so.* | |
340 | %{_libdir}/libwx_%{portname}*_xrc-%{ver2}.so.* | |
341 | ||
f6bcfd97 | 342 | |
4eba1840 VS |
343 | %files devel -f core-headers.files |
344 | %defattr(-,root,root) | |
1cd555d2 VZ |
345 | %{_libdir}/libwx_%{portname}*_adv-%{ver2}.so |
346 | %{_libdir}/libwx_%{portname}*_core-%{ver2}.so | |
1cd555d2 VZ |
347 | %{_libdir}/libwx_%{portname}*_gl-%{ver2}.so |
348 | %{_libdir}/libwx_%{portname}*_html-%{ver2}.so | |
349 | %{_libdir}/libwx_%{portname}*_media-%{ver2}.so | |
350 | %{_libdir}/libwx_%{portname}*_qa-%{ver2}.so | |
351 | %{_libdir}/libwx_%{portname}*_xrc-%{ver2}.so | |
a3e78c76 VS |
352 | %dir %{_libdir}/wx |
353 | %{_libdir}/wx/* | |
1cd555d2 | 354 | %{_bindir}/wxrc* |
a622c152 | 355 | |
f6bcfd97 | 356 | %files gl |
a3e78c76 | 357 | %defattr(-,root,root) |
1cd555d2 | 358 | %{_libdir}/libwx_%{portname}*_gl-%{ver2}.so.* |
406e3e0d VS |
359 | |
360 | %files static | |
361 | %defattr (-,root,root) | |
1cd555d2 VZ |
362 | %{_libdir}/libwx_%{portname}*_*-%{ver2}.a |
363 |