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