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