]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxMotif.spec
Include rawbmp.h only for __WXGTK20__ (unneeded for GTK12 anyway and
[wxWidgets.git] / wxMotif.spec
... / ...
CommitLineData
1%define pref /usr
2%define ver 2.6.1
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-list
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/list.h
166wx/listimpl.cpp
167wx/log.h
168wx/longlong.h
169wx/math.h
170wx/memconf.h
171wx/memory.h
172wx/memtext.h
173wx/mimetype.h
174wx/module.h
175wx/msgout.h
176wx/msgout.h
177wx/mstream.h
178wx/object.h
179wx/platform.h
180wx/process.h
181wx/ptr_scpd.h
182wx/regex.h
183wx/scopeguard.h
184wx/snglinst.h
185wx/sstream.h
186wx/stack.h
187wx/stackwalk.h
188wx/stdpaths.h
189wx/stockitem.h
190wx/stopwatch.h
191wx/strconv.h
192wx/stream.h
193wx/string.h
194wx/sysopt.h
195wx/textbuf.h
196wx/textfile.h
197wx/thread.h
198wx/thrimpl.cpp
199wx/timer.h
200wx/tokenzr.h
201wx/txtstrm.h
202wx/types.h
203wx/uri.h
204wx/utils.h
205wx/variant.h
206wx/vector.h
207wx/version.h
208wx/volume.h
209wx/wfstream.h
210wx/wx.h
211wx/wxchar.h
212wx/wxprec.h
213wx/xti.h
214wx/xtistrm.h
215wx/zipstrm.h
216wx/zstream.h
217wx/msw/apptrait.h
218wx/msw/apptbase.h
219wx/msw/chkconf.h
220wx/msw/crashrpt.h
221wx/msw/dde.h
222wx/msw/debughlp.h
223wx/msw/gccpriv.h
224wx/msw/mimetype.h
225wx/msw/stackwalk.h
226wx/msw/stdpaths.h
227wx/msw/winundef.h
228wx/msw/wrapcctl.h
229wx/msw/wrapcdlg.h
230wx/msw/wrapwin.h
231wx/fs_inet.h
232wx/gsocket.h
233wx/protocol/file.h
234wx/protocol/ftp.h
235wx/protocol/http.h
236wx/protocol/protocol.h
237wx/sckaddr.h
238wx/sckipc.h
239wx/sckstrm.h
240wx/socket.h
241wx/url.h
242wx/msw/gsockmsw.h
243wx/xml/xml.h
244wx/xtixml.h
245wx/db.h
246wx/dbkeyg.h
247wx/dbtable.h
248EOF
249# --- wxBase headers list ends here ---
250for f in `cat wxbase-headers-list` ; do
251 rm -f $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2}/$f
252done
253
254# list of all core headers:
255find $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2} -type f | sed -e "s,$RPM_BUILD_ROOT,,g" >core-headers.files
256
257# contrib stuff:
258(cd obj-shared/contrib/src; make prefix=$RPM_BUILD_ROOT%{pref} install)
259(cd obj-shared/utils/wxrc; make prefix=$RPM_BUILD_ROOT%{pref} install)
260
261# remove wxBase files so that RPM doesn't complain about unpackaged files:
262rm -f $RPM_BUILD_ROOT%{_libdir}/libwx_base*
263rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/*
264rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/*/*
265
266%clean
267rm -rf $RPM_BUILD_ROOT
268
269%post
270/sbin/ldconfig
271
272%postun
273/sbin/ldconfig
274
275%post devel
276# link wx-config when you install RPM.
277ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/wx-config
278# link wx-config with explicit name.
279ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/%{wxconfiglink}
280/sbin/ldconfig
281
282%postun devel
283/sbin/ldconfig
284
285%preun devel
286if test -f %{_bindir}/wx-config -a -f /usr/bin/md5sum ; then
287 SUM1=`md5sum %{_libdir}/wx/config/%{wxconfig} | cut -c 0-32`
288 SUM2=`md5sum %{_bindir}/wx-config | cut -c 0-32`
289 if test "x$SUM1" = "x$SUM2" ; then
290 rm -f %{_bindir}/wx-config
291 fi
292fi
293rm -f %{_bindir}/%{wxconfiglink}
294
295%post gl
296/sbin/ldconfig
297
298%postun gl
299/sbin/ldconfig
300
301%post contrib
302/sbin/ldconfig
303
304%postun contrib
305/sbin/ldconfig
306
307%post contrib-devel
308/sbin/ldconfig
309
310%postun contrib-devel
311/sbin/ldconfig
312
313%files
314%defattr(-,root,root)
315%doc COPYING.LIB *.txt
316%{_libdir}/libwx_%{portname}*_adv-%{ver2}.so.*
317%{_libdir}/libwx_%{portname}*_core-%{ver2}.so.*
318%{_libdir}/libwx_%{portname}*_dbgrid-%{ver2}.so.*
319%{_libdir}/libwx_%{portname}*_html-%{ver2}.so.*
320%{_libdir}/libwx_%{portname}*_media-%{ver2}.so.*
321%{_libdir}/libwx_%{portname}*_qa-%{ver2}.so.*
322%{_libdir}/libwx_%{portname}*_xrc-%{ver2}.so.*
323
324
325%files devel -f core-headers.files
326%defattr(-,root,root)
327%{_libdir}/libwx_%{portname}*_adv-%{ver2}.so
328%{_libdir}/libwx_%{portname}*_core-%{ver2}.so
329%{_libdir}/libwx_%{portname}*_dbgrid-%{ver2}.so
330%{_libdir}/libwx_%{portname}*_gl-%{ver2}.so
331%{_libdir}/libwx_%{portname}*_html-%{ver2}.so
332%{_libdir}/libwx_%{portname}*_media-%{ver2}.so
333%{_libdir}/libwx_%{portname}*_qa-%{ver2}.so
334%{_libdir}/libwx_%{portname}*_xrc-%{ver2}.so
335%dir %{_libdir}/wx
336%{_libdir}/wx/*
337%{_bindir}/wxrc*
338
339%files gl
340%defattr(-,root,root)
341%{_libdir}/libwx_%{portname}*_gl-%{ver2}.so.*
342
343%files static
344%defattr (-,root,root)
345%{_libdir}/libwx_%{portname}*_*-%{ver2}.a
346
347%files contrib
348%defattr(-,root,root)
349%{_libdir}/libwx_%{portname}*_animate-%{ver2}.so.*
350%{_libdir}/libwx_%{portname}*_deprecated-%{ver2}.so.*
351%{_libdir}/libwx_%{portname}*_fl-%{ver2}.so.*
352%{_libdir}/libwx_%{portname}*_gizmos-%{ver2}.so.*
353%{_libdir}/libwx_%{portname}*_mmedia-%{ver2}.so.*
354%{_libdir}/libwx_%{portname}*_ogl-%{ver2}.so.*
355%{_libdir}/libwx_%{portname}*_plot-%{ver2}.so.*
356%{_libdir}/libwx_%{portname}*_stc-%{ver2}.so.*
357%{_libdir}/libwx_%{portname}*_svg-%{ver2}.so.*
358
359%files contrib-devel
360%defattr(-,root,root)
361%dir %{_includedir}/wx-%{ver2}/wx/animate
362%{_includedir}/wx-%{ver2}/wx/animate/*
363%{_libdir}/libwx_%{portname}*_animate-%{ver2}.so
364
365%dir %{_includedir}/wx-%{ver2}/wx/deprecated
366%{_includedir}/wx-%{ver2}/wx/deprecated/*
367%{_libdir}/libwx_%{portname}*_deprecated-%{ver2}.so
368
369%dir %{_includedir}/wx-%{ver2}/wx/fl
370%{_includedir}/wx-%{ver2}/wx/fl/*
371%{_libdir}/libwx_%{portname}*_fl-%{ver2}.so
372
373%dir %{_includedir}/wx-%{ver2}/wx/gizmos
374%{_includedir}/wx-%{ver2}/wx/gizmos/*
375%{_libdir}/libwx_%{portname}*_gizmos-%{ver2}.so
376
377%dir %{_includedir}/wx-%{ver2}/wx/mmedia
378%{_includedir}/wx-%{ver2}/wx/mmedia/*
379%{_libdir}/libwx_%{portname}*_mmedia-%{ver2}.so
380
381%dir %{_includedir}/wx-%{ver2}/wx/ogl
382%{_includedir}/wx-%{ver2}/wx/ogl/*
383%{_libdir}/libwx_%{portname}*_ogl-%{ver2}.so
384
385%dir %{_includedir}/wx-%{ver2}/wx/plot
386%{_includedir}/wx-%{ver2}/wx/plot/*
387%{_libdir}/libwx_%{portname}*_plot-%{ver2}.so
388
389%dir %{_includedir}/wx-%{ver2}/wx/stc
390%{_includedir}/wx-%{ver2}/wx/stc/*
391%{_libdir}/libwx_%{portname}*_stc-%{ver2}.so
392
393%dir %{_includedir}/wx-%{ver2}/wx/svg
394%{_includedir}/wx-%{ver2}/wx/svg/*
395%{_libdir}/libwx_%{portname}*_svg-%{ver2}.so