]> git.saurik.com Git - wxWidgets.git/blame - wxMotif.spec
gcc 3.3 for ppc and gcc 4.0 static and dynamic builds 10.3 minimum
[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
127wx/containr.h
128wx/datetime.h
d10382ab
VS
129wx/datstrm.h
130wx/dde.h
131wx/debug.h
132wx/defs.h
133wx/dir.h
20b35a69 134wx/dlimpexp.h
d10382ab
VS
135wx/dynarray.h
136wx/dynlib.h
137wx/dynload.h
138wx/encconv.h
139wx/event.h
671a85ea 140wx/except.h
d10382ab
VS
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
54e80d76 155wx/html/forcelnk.h
d10382ab
VS
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
4cbcfb73 165wx/link.h
d10382ab
VS
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
d10382ab
VS
177wx/mstream.h
178wx/object.h
179wx/platform.h
180wx/process.h
181wx/ptr_scpd.h
460354e9 182wx/recguard.h
d10382ab
VS
183wx/regex.h
184wx/scopeguard.h
185wx/snglinst.h
c33fae85 186wx/sstream.h
b71531ad 187wx/stack.h
107d0fd4 188wx/stackwalk.h
dd65d8c8 189wx/stdpaths.h
ef335a4f 190wx/stockitem.h
d10382ab
VS
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
dd65d8c8 204wx/uri.h
d10382ab
VS
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
fb5ab396
WS
218wx/unix/apptbase.h
219wx/unix/apptrait.h
220wx/unix/execute.h
221wx/unix/mimetype.h
222wx/unix/pipe.h
4cbcfb73 223wx/unix/private.h
fb5ab396
WS
224wx/unix/stackwalk.h
225wx/unix/stdpaths.h
d10382ab
VS
226wx/fs_inet.h
227wx/gsocket.h
228wx/protocol/file.h
229wx/protocol/ftp.h
230wx/protocol/http.h
231wx/protocol/protocol.h
232wx/sckaddr.h
233wx/sckipc.h
234wx/sckstrm.h
235wx/socket.h
236wx/url.h
fb5ab396 237wx/unix/gsockunx.h
d10382ab
VS
238wx/xml/xml.h
239wx/xtixml.h
240wx/db.h
241wx/dbkeyg.h
242wx/dbtable.h
243EOF
244# --- wxBase headers list ends here ---
245for f in `cat wxbase-headers-list` ; do
1cd555d2 246 rm -f $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2}/$f
4eba1840 247done
4eba1840
VS
248
249# list of all core headers:
1cd555d2
VZ
250find $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2} -type f | sed -e "s,$RPM_BUILD_ROOT,,g" >core-headers.files
251
252# contrib stuff:
253(cd obj-shared/contrib/src; make prefix=$RPM_BUILD_ROOT%{pref} install)
254(cd obj-shared/utils/wxrc; make prefix=$RPM_BUILD_ROOT%{pref} install)
4eba1840 255
88e3652f
VS
256# remove wxBase files so that RPM doesn't complain about unpackaged files:
257rm -f $RPM_BUILD_ROOT%{_libdir}/libwx_base*
258rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/*
259rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/*/*
260
a622c152
RR
261%clean
262rm -rf $RPM_BUILD_ROOT
263
264%post
265/sbin/ldconfig
266
267%postun
268/sbin/ldconfig
269
1cd555d2
VZ
270%post devel
271# link wx-config when you install RPM.
272ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/wx-config
273# link wx-config with explicit name.
274ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/%{wxconfiglink}
275/sbin/ldconfig
276
277%postun devel
278/sbin/ldconfig
279
280%preun devel
281if test -f %{_bindir}/wx-config -a -f /usr/bin/md5sum ; then
282 SUM1=`md5sum %{_libdir}/wx/config/%{wxconfig} | cut -c 0-32`
283 SUM2=`md5sum %{_bindir}/wx-config | cut -c 0-32`
284 if test "x$SUM1" = "x$SUM2" ; then
285 rm -f %{_bindir}/wx-config
286 fi
287fi
288rm -f %{_bindir}/%{wxconfiglink}
289
a3e78c76
VS
290%post gl
291/sbin/ldconfig
292
293%postun gl
294/sbin/ldconfig
295
1cd555d2
VZ
296%post contrib
297/sbin/ldconfig
298
299%postun contrib
300/sbin/ldconfig
301
302%post contrib-devel
303/sbin/ldconfig
304
305%postun contrib-devel
306/sbin/ldconfig
a3e78c76 307
4eba1840
VS
308%files
309%defattr(-,root,root)
a3e78c76 310%doc COPYING.LIB *.txt
1cd555d2
VZ
311%{_libdir}/libwx_%{portname}*_adv-%{ver2}.so.*
312%{_libdir}/libwx_%{portname}*_core-%{ver2}.so.*
313%{_libdir}/libwx_%{portname}*_dbgrid-%{ver2}.so.*
314%{_libdir}/libwx_%{portname}*_html-%{ver2}.so.*
315%{_libdir}/libwx_%{portname}*_media-%{ver2}.so.*
316%{_libdir}/libwx_%{portname}*_qa-%{ver2}.so.*
317%{_libdir}/libwx_%{portname}*_xrc-%{ver2}.so.*
318
f6bcfd97 319
4eba1840
VS
320%files devel -f core-headers.files
321%defattr(-,root,root)
1cd555d2
VZ
322%{_libdir}/libwx_%{portname}*_adv-%{ver2}.so
323%{_libdir}/libwx_%{portname}*_core-%{ver2}.so
324%{_libdir}/libwx_%{portname}*_dbgrid-%{ver2}.so
325%{_libdir}/libwx_%{portname}*_gl-%{ver2}.so
326%{_libdir}/libwx_%{portname}*_html-%{ver2}.so
327%{_libdir}/libwx_%{portname}*_media-%{ver2}.so
328%{_libdir}/libwx_%{portname}*_qa-%{ver2}.so
329%{_libdir}/libwx_%{portname}*_xrc-%{ver2}.so
a3e78c76
VS
330%dir %{_libdir}/wx
331%{_libdir}/wx/*
1cd555d2 332%{_bindir}/wxrc*
a622c152 333
f6bcfd97 334%files gl
a3e78c76 335%defattr(-,root,root)
1cd555d2 336%{_libdir}/libwx_%{portname}*_gl-%{ver2}.so.*
406e3e0d
VS
337
338%files static
339%defattr (-,root,root)
1cd555d2
VZ
340%{_libdir}/libwx_%{portname}*_*-%{ver2}.a
341
342%files contrib
343%defattr(-,root,root)
344%{_libdir}/libwx_%{portname}*_animate-%{ver2}.so.*
345%{_libdir}/libwx_%{portname}*_deprecated-%{ver2}.so.*
346%{_libdir}/libwx_%{portname}*_fl-%{ver2}.so.*
347%{_libdir}/libwx_%{portname}*_gizmos-%{ver2}.so.*
348%{_libdir}/libwx_%{portname}*_mmedia-%{ver2}.so.*
349%{_libdir}/libwx_%{portname}*_ogl-%{ver2}.so.*
350%{_libdir}/libwx_%{portname}*_plot-%{ver2}.so.*
351%{_libdir}/libwx_%{portname}*_stc-%{ver2}.so.*
352%{_libdir}/libwx_%{portname}*_svg-%{ver2}.so.*
353
354%files contrib-devel
355%defattr(-,root,root)
356%dir %{_includedir}/wx-%{ver2}/wx/animate
357%{_includedir}/wx-%{ver2}/wx/animate/*
358%{_libdir}/libwx_%{portname}*_animate-%{ver2}.so
359
360%dir %{_includedir}/wx-%{ver2}/wx/deprecated
361%{_includedir}/wx-%{ver2}/wx/deprecated/*
362%{_libdir}/libwx_%{portname}*_deprecated-%{ver2}.so
363
364%dir %{_includedir}/wx-%{ver2}/wx/fl
365%{_includedir}/wx-%{ver2}/wx/fl/*
366%{_libdir}/libwx_%{portname}*_fl-%{ver2}.so
367
368%dir %{_includedir}/wx-%{ver2}/wx/gizmos
369%{_includedir}/wx-%{ver2}/wx/gizmos/*
370%{_libdir}/libwx_%{portname}*_gizmos-%{ver2}.so
371
372%dir %{_includedir}/wx-%{ver2}/wx/mmedia
373%{_includedir}/wx-%{ver2}/wx/mmedia/*
374%{_libdir}/libwx_%{portname}*_mmedia-%{ver2}.so
375
376%dir %{_includedir}/wx-%{ver2}/wx/ogl
377%{_includedir}/wx-%{ver2}/wx/ogl/*
378%{_libdir}/libwx_%{portname}*_ogl-%{ver2}.so
379
380%dir %{_includedir}/wx-%{ver2}/wx/plot
381%{_includedir}/wx-%{ver2}/wx/plot/*
382%{_libdir}/libwx_%{portname}*_plot-%{ver2}.so
383
384%dir %{_includedir}/wx-%{ver2}/wx/stc
385%{_includedir}/wx-%{ver2}/wx/stc/*
386%{_libdir}/libwx_%{portname}*_stc-%{ver2}.so
0fdc1ca1 387
1cd555d2
VZ
388%dir %{_includedir}/wx-%{ver2}/wx/svg
389%{_includedir}/wx-%{ver2}/wx/svg/*
390%{_libdir}/libwx_%{portname}*_svg-%{ver2}.so