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