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