]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxGTK.spec
reSWIGged
[wxWidgets.git] / wxGTK.spec
... / ...
CommitLineData
1%define pref /usr
2%define ver 2.5.5
3%define ver2 2.5
4%define rel 1
5
6# Configurable settings (use --with(out) {unicode,gtk2} on rpmbuild cmd line):
7%define unicode 0
8%{?_with_unicode: %{expand: %%define unicode 1}}
9%{?_without_unicode: %{expand: %%define unicode 0}}
10
11%define gtk2 1
12%{?_with_gtk2: %{expand: %%define gtk2 1}}
13%{?_without_gtk2: %{expand: %%define gtk2 0}}
14
15%if %{gtk2}
16%define gtkver 2
17%define portname gtk2
18%else
19%define gtkver 1.2
20%define portname gtk
21%endif
22
23%if %{unicode}
24%define name wx-%{portname}-unicode
25%define wxbasename wx-base-unicode
26%else
27%define name wx-%{portname}
28%define wxbasename wx-base
29%endif
30
31%if %{unicode}
32%define wxconfigname %{portname}-unicode-release-%{ver2}
33%define wxconfiglinkname wx%{portname}u-%{ver2}-config
34%else
35%define wxconfigname %{portname}-ansi-release-%{ver2}
36%define wxconfiglinkname wx%{portname}-%{ver2}-config
37%endif
38
39Name: %{name}
40Summary: The GTK+ %{gtkver} port of the wxWindows library
41Version: %{ver}
42Release: %{rel}
43License: wxWindows Licence
44Group: X11/Libraries
45Source: wxGTK-%{ver}.tar.bz2
46URL: http://www.wxwindows.org
47Packager: Vadim Zeitlin <vadim@wxwindows.org>
48Prefix: %{pref}
49BuildRoot: /var/tmp/%{name}-root
50
51# all packages providing an implementation of wxWindows library (regardless of
52# the toolkit used) should provide the (virtual) wxwin package, this makes it
53# possible to require wxwin instead of requiring "wxgtk or wxmotif or wxuniv..."
54Provides: wxwin
55Provides: wxGTK
56
57# in addition, we should provide libwx_gtk as automatic generator only notices
58# libwx_gtk-%{ver}-%{rel}
59Provides: libwx_gtk.so
60Provides: libwx_gtk-%{ver2}.so
61
62Requires: %{wxbasename} = %{ver}
63
64%description
65wxWindows is a free C++ library for cross-platform GUI development.
66With wxWindows, you can create applications for different GUIs (GTK+,
67Motif/LessTif, MS Windows, Mac) from the same source code.
68
69%package devel
70Summary: The GTK+ %{gtkver} port of the wxWindows library
71Group: X11/Libraries
72Requires: %{name} = %{ver}
73Requires: %{wxbasename}-devel = %{ver}
74Provides: wxGTK-devel
75
76%description devel
77Header files for wxGTK, the GTK+ %{gtkver} port of the wxWindows library.
78
79%package gl
80Summary: The GTK+ %{gtkver} port of the wxWindows library, OpenGL add-on.
81Group: X11/Libraries
82Requires: %{name} = %{ver}
83
84%description gl
85OpenGL add-on library for wxGTK, the GTK+ %{gtkver} port of the wxWindows library.
86
87%package static
88Summary: wxGTK static libraries
89Group: Development/Libraries
90Requires: %{wxbasename}-static
91
92%description static
93Static libraries for wxGTK. You need them if you want to link statically against wxGTK.
94
95%package contrib
96Summary: The GTK+ %{gtkver} port of the wxWindows library, contributed libraries.
97Group: X11/Libraries
98Requires: %{name} = %{ver}
99
100%description contrib
101Contributed libraries for wxGTK, the GTK+ %{gtkver} port of the wxWindows library.
102
103%package contrib-devel
104Summary: The GTK+ %{gtkver} port of the wxWindows library
105Group: X11/Libraries
106Requires: %{name}-contrib = %{ver}
107Requires: %{name}-devel = %{ver}
108
109%description contrib-devel
110Header files for contributed libraries for wxGTK, the GTK+ %{gtkver} port of the wxWindows library.
111
112%prep
113%setup -q -n wxGTK-%{ver}
114
115%build
116if [ "$SMP" != "" ]; then
117 export MAKE="make -j$SMP"
118else
119 export MAKE="make"
120fi
121
122mkdir obj-shared
123cd obj-shared
124../configure --prefix=%{pref} \
125%if %{unicode}
126 --enable-unicode \
127%else
128 --with-odbc \
129%endif
130%if ! %{gtk2}
131 --disable-gtk2 \
132%endif
133 --with-opengl
134$MAKE
135cd contrib/src
136$MAKE
137cd ../../..
138
139mkdir obj-static
140cd obj-static
141../configure --prefix=%{pref} --disable-shared \
142%if %{unicode}
143 --enable-unicode \
144%else
145 --with-odbc \
146%endif
147%if ! %{gtk2}
148 --disable-gtk2 \
149%endif
150 --with-opengl
151$MAKE
152cd ..
153
154%install
155rm -rf $RPM_BUILD_ROOT
156(cd obj-static; make prefix=$RPM_BUILD_ROOT%{pref} install)
157(cd obj-shared; make prefix=$RPM_BUILD_ROOT%{pref} install)
158
159# Remove headers that are part of wx-base-devel:
160
161# --- wxBase headers list begins here ---
162cat <<EOF >wxbase-headers-list
163wx/afterstd.h
164wx/app.h
165wx/apptrait.h
166wx/archive.h
167wx/arrimpl.cpp
168wx/arrstr.h
169wx/beforestd.h
170wx/buffer.h
171wx/build.h
172wx/chkconf.h
173wx/clntdata.h
174wx/cmdline.h
175wx/confbase.h
176wx/config.h
177wx/containr.h
178wx/datetime.h
179wx/datetime.inl
180wx/datstrm.h
181wx/dde.h
182wx/debug.h
183wx/defs.h
184wx/dir.h
185wx/dlimpexp.h
186wx/dynarray.h
187wx/dynlib.h
188wx/dynload.h
189wx/encconv.h
190wx/event.h
191wx/except.h
192wx/features.h
193wx/ffile.h
194wx/file.h
195wx/fileconf.h
196wx/filefn.h
197wx/filename.h
198wx/filesys.h
199wx/fontenc.h
200wx/fontmap.h
201wx/fs_mem.h
202wx/fs_zip.h
203wx/hash.h
204wx/hashmap.h
205wx/hashset.h
206wx/html/forcelnk.h
207wx/iconloc.h
208wx/init.h
209wx/intl.h
210wx/iosfwrap.h
211wx/ioswrap.h
212wx/ipc.h
213wx/ipcbase.h
214wx/isql.h
215wx/isqlext.h
216wx/list.h
217wx/listimpl.cpp
218wx/log.h
219wx/longlong.h
220wx/math.h
221wx/memconf.h
222wx/memory.h
223wx/memtext.h
224wx/mimetype.h
225wx/module.h
226wx/msgout.h
227wx/msgout.h
228wx/mstream.h
229wx/object.h
230wx/platform.h
231wx/process.h
232wx/ptr_scpd.h
233wx/regex.h
234wx/scopeguard.h
235wx/snglinst.h
236wx/sstream.h
237wx/stack.h
238wx/stackwalk.h
239wx/stdpaths.h
240wx/stockitem.h
241wx/stopwatch.h
242wx/strconv.h
243wx/stream.h
244wx/string.h
245wx/sysopt.h
246wx/textbuf.h
247wx/textfile.h
248wx/thread.h
249wx/thrimpl.cpp
250wx/timer.h
251wx/tokenzr.h
252wx/txtstrm.h
253wx/types.h
254wx/uri.h
255wx/utils.h
256wx/variant.h
257wx/vector.h
258wx/version.h
259wx/volume.h
260wx/wfstream.h
261wx/wx.h
262wx/wxchar.h
263wx/wxprec.h
264wx/xti.h
265wx/xtistrm.h
266wx/zipstrm.h
267wx/zstream.h
268wx/msw/apptrait.h
269wx/msw/apptbase.h
270wx/msw/chkconf.h
271wx/msw/crashrpt.h
272wx/msw/dde.h
273wx/msw/debughlp.h
274wx/msw/gccpriv.h
275wx/msw/mimetype.h
276wx/msw/stackwalk.h
277wx/msw/winundef.h
278wx/msw/wrapcctl.h
279wx/msw/wrapcdlg.h
280wx/msw/wrapwin.h
281wx/fs_inet.h
282wx/gsocket.h
283wx/protocol/file.h
284wx/protocol/ftp.h
285wx/protocol/http.h
286wx/protocol/protocol.h
287wx/sckaddr.h
288wx/sckipc.h
289wx/sckstrm.h
290wx/socket.h
291wx/url.h
292wx/msw/gsockmsw.h
293wx/xml/xml.h
294wx/xtixml.h
295wx/db.h
296wx/dbkeyg.h
297wx/dbtable.h
298EOF
299# --- wxBase headers list ends here ---
300for f in `cat wxbase-headers-list` ; do
301 rm -f $RPM_BUILD_ROOT%{_includedir}/wx-*/$f
302done
303
304# list of all core headers:
305find $RPM_BUILD_ROOT/usr/include/wx-* -type f | sed -e "s,$RPM_BUILD_ROOT,,g" >core-headers.files
306
307# contrib stuff:
308(cd obj-shared/contrib/src; make prefix=$RPM_BUILD_ROOT%{pref} install)
309(cd obj-shared/utils/wxrc; make prefix=$RPM_BUILD_ROOT%{pref} install)
310
311# remove wxBase files so that RPM doesn't complain about unpackaged files:
312rm -f $RPM_BUILD_ROOT%{_libdir}/libwx_base*
313rm -f $RPM_BUILD_ROOT%{_libdir}/libwxregexu-%{ver2}.a
314rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/*
315rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/*/*
316%if !%{unicode}
317rm -f $RPM_BUILD_ROOT%{_libdir}/libwxodbc-2.5.a
318%endif
319
320%clean
321rm -rf $RPM_BUILD_ROOT
322
323%post
324/sbin/ldconfig
325
326%postun
327/sbin/ldconfig
328
329%post gl
330/sbin/ldconfig
331
332%postun gl
333/sbin/ldconfig
334
335%post devel
336# link wx-config when you install RPM.
337ln -sf %{_libdir}/wx/config/%{wxconfigname} %{_bindir}/wx-config
338# link wx-config with explicit name.
339ln -sf %{_libdir}/wx/config/%{wxconfigname} %{_bindir}/%{wxconfiglinkname}
340
341%preun devel
342if test -f %{_bindir}/wx-config -a -f /usr/bin/md5sum ; then
343 SUM1=`md5sum %{_libdir}/wx/config/%{wxconfigname} | cut -c 0-32`
344 SUM2=`md5sum %{_bindir}/wx-config | cut -c 0-32`
345 if test "x$SUM1" = "x$SUM2" ; then
346 rm -f %{_bindir}/wx-config
347 fi
348fi
349
350rm -f %{_bindir}/%{wxconfiglinkname}
351
352%files
353%defattr(-,root,root)
354%doc COPYING.LIB *.txt
355%{_libdir}/libwx_%{portname}*_core*.so.*
356%{_libdir}/libwx_%{portname}*_html*.so.*
357%{_libdir}/libwx_%{portname}*_adv*.so.*
358%{_libdir}/libwx_%{portname}*_media*.so.*
359%if !%{unicode}
360%{_libdir}/libwx_%{portname}*_dbgrid*.so.*
361%endif
362
363%files devel -f core-headers.files
364%defattr(-,root,root)
365%{_libdir}/libwx_%{portname}*_core*.so
366%{_libdir}/libwx_%{portname}*_html*.so
367%{_libdir}/libwx_%{portname}*_adv*.so
368%{_libdir}/libwx_%{portname}*_media*.so
369%if !%{unicode}
370%{_libdir}/libwx_%{portname}*_dbgrid*.so
371%endif
372%{_libdir}/libwx_%{portname}*_gl*.so
373%dir %{_libdir}/wx
374%{_libdir}/wx/*
375
376%files gl
377%defattr(-,root,root)
378%{_libdir}/libwx_%{portname}*_gl*.so.*
379
380%files static
381%defattr (-,root,root)
382%{_libdir}/libwx_gtk*.a
383
384%files contrib
385%defattr(-,root,root)
386%{_libdir}/libwx_%{portname}*_animate*.so.*
387%{_libdir}/libwx_%{portname}*_deprecated*.so.*
388%{_libdir}/libwx_%{portname}*_fl*.so.*
389%{_libdir}/libwx_%{portname}*_gizmos*.so.*
390%{_libdir}/libwx_%{portname}*_mmedia*.so.*
391%{_libdir}/libwx_%{portname}*_ogl*.so.*
392%{_libdir}/libwx_%{portname}*_plot*.so.*
393%{_libdir}/libwx_%{portname}*_stc*.so.*
394%{_libdir}/libwx_%{portname}*_svg*.so.*
395%{_libdir}/libwx_%{portname}*_xrc*.so.*
396
397%files contrib-devel
398%defattr(-,root,root)
399%{_bindir}/wxrc*
400%dir %{_includedir}/wx-*/wx/animate
401%{_includedir}/wx-*/wx/animate/*
402%{_libdir}/libwx_%{portname}*_animate*.so
403
404%dir %{_includedir}/wx-*/wx/deprecated
405%{_includedir}/wx-*/wx/deprecated/*
406%{_libdir}/libwx_%{portname}*_deprecated*.so
407
408%dir %{_includedir}/wx-*/wx/fl
409%{_includedir}/wx-*/wx/fl/*
410%{_libdir}/libwx_%{portname}*_fl*.so
411
412%dir %{_includedir}/wx-*/wx/gizmos
413%{_includedir}/wx-*/wx/gizmos/*
414%{_libdir}/libwx_%{portname}*_gizmos*.so
415
416%dir %{_includedir}/wx-*/wx/mmedia
417%{_includedir}/wx-*/wx/mmedia/*
418%{_libdir}/libwx_%{portname}*_mmedia*.so
419
420%dir %{_includedir}/wx-*/wx/ogl
421%{_includedir}/wx-*/wx/ogl/*
422%{_libdir}/libwx_%{portname}*_ogl*.so
423
424%dir %{_includedir}/wx-*/wx/plot
425%{_includedir}/wx-*/wx/plot/*
426%{_libdir}/libwx_%{portname}*_plot*.so
427
428%dir %{_includedir}/wx-*/wx/stc
429%{_includedir}/wx-*/wx/stc/*
430%{_libdir}/libwx_%{portname}*_stc*.so
431
432%dir %{_includedir}/wx-*/wx/svg
433%{_includedir}/wx-*/wx/svg/*
434%{_libdir}/libwx_%{portname}*_svg*.so
435
436%dir %{_includedir}/wx-*/wx/xrc
437%{_includedir}/wx-*/wx/xrc/*
438%{_libdir}/libwx_%{portname}*_xrc*.so