]> git.saurik.com Git - wxWidgets.git/blame - wxMotif.spec
Warning fix for vc8, and move wxGetFileKind out of the wrong section in the
[wxWidgets.git] / wxMotif.spec
CommitLineData
a622c152 1%define pref /usr
feffc1b5
VZ
2%define ver 2.7.0
3%define ver2 2.7
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 128wx/containr.h
c4ad618c 129wx/cpp.h
d10382ab 130wx/datetime.h
d10382ab
VS
131wx/datstrm.h
132wx/dde.h
133wx/debug.h
134wx/defs.h
135wx/dir.h
20b35a69 136wx/dlimpexp.h
d10382ab
VS
137wx/dynarray.h
138wx/dynlib.h
139wx/dynload.h
140wx/encconv.h
141wx/event.h
671a85ea 142wx/except.h
d10382ab
VS
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
54e80d76 157wx/html/forcelnk.h
d10382ab
VS
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
4cbcfb73 167wx/link.h
d10382ab
VS
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
d10382ab
VS
179wx/mstream.h
180wx/object.h
181wx/platform.h
fc1dea3d 182wx/platinfo.h
355debca 183wx/power.h
d10382ab
VS
184wx/process.h
185wx/ptr_scpd.h
460354e9 186wx/recguard.h
d10382ab
VS
187wx/regex.h
188wx/scopeguard.h
189wx/snglinst.h
c33fae85 190wx/sstream.h
b71531ad 191wx/stack.h
107d0fd4 192wx/stackwalk.h
dd65d8c8 193wx/stdpaths.h
ef335a4f 194wx/stockitem.h
d10382ab
VS
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
dd65d8c8 208wx/uri.h
d10382ab
VS
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
fb5ab396
WS
222wx/unix/apptbase.h
223wx/unix/apptrait.h
224wx/unix/execute.h
225wx/unix/mimetype.h
226wx/unix/pipe.h
4cbcfb73 227wx/unix/private.h
fb5ab396
WS
228wx/unix/stackwalk.h
229wx/unix/stdpaths.h
d10382ab
VS
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
fb5ab396 241wx/unix/gsockunx.h
d10382ab
VS
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
1cd555d2 250 rm -f $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2}/$f
4eba1840 251done
4eba1840
VS
252
253# list of all core headers:
1cd555d2
VZ
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)
4eba1840 259
88e3652f
VS
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
a622c152
RR
265%clean
266rm -rf $RPM_BUILD_ROOT
267
268%post
269/sbin/ldconfig
270
271%postun
272/sbin/ldconfig
273
1cd555d2
VZ
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
a3e78c76
VS
294%post gl
295/sbin/ldconfig
296
297%postun gl
298/sbin/ldconfig
299
1cd555d2
VZ
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
a3e78c76 311
4eba1840
VS
312%files
313%defattr(-,root,root)
a3e78c76 314%doc COPYING.LIB *.txt
1cd555d2
VZ
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
f6bcfd97 323
4eba1840
VS
324%files devel -f core-headers.files
325%defattr(-,root,root)
1cd555d2
VZ
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
a3e78c76
VS
334%dir %{_libdir}/wx
335%{_libdir}/wx/*
1cd555d2 336%{_bindir}/wxrc*
a622c152 337
f6bcfd97 338%files gl
a3e78c76 339%defattr(-,root,root)
1cd555d2 340%{_libdir}/libwx_%{portname}*_gl-%{ver2}.so.*
406e3e0d
VS
341
342%files static
343%defattr (-,root,root)
1cd555d2
VZ
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
0fdc1ca1 391
1cd555d2
VZ
392%dir %{_includedir}/wx-%{ver2}/wx/svg
393%{_includedir}/wx-%{ver2}/wx/svg/*
394%{_libdir}/libwx_%{portname}*_svg-%{ver2}.so