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