]> git.saurik.com Git - wxWidgets.git/blame - wxGTK_RR.spec
No EOVERFLOW on openbsd
[wxWidgets.git] / wxGTK_RR.spec
CommitLineData
92b3d078 1%define _prefix /opt/gnome
4818141b
JS
2%define ver 2.6.0
3%define ver2 2.6
df050bd9 4%define rel 1
ea38ef4b
RR
5
6# Configurable settings (use --with(out) {unicode,gtk2} on rpmbuild cmd line):
7%define unicode 1
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
0edf099e 15# "buildname" needs to be e.g. gtk2ud for debug builds
ea38ef4b
RR
16%if %{gtk2}
17 %define gtkver 2
18 %define portname gtk2
0edf099e
RR
19%if %{unicode}
20 %define buildname gtk2u
21%else
626e5e1e 22 %define buildname gtk2
0edf099e 23%endif
ea38ef4b
RR
24%else
25 %define gtkver 1.2
26 %define portname gtk
0edf099e 27 %define buildname gtk
ea38ef4b
RR
28%endif
29
30%if %{unicode}
6f6136d9
RR
31 %define name wx-%{portname}-unicode
32 %define wxconfig %{portname}-unicode-release-%{ver2}
33 %define wxconfigstatic %{portname}-unicode-release-static-%{ver2}
34 %define wxconfiglink wx%{portname}u-%{ver2}-config
ea38ef4b 35%else
934f1f0a 36 %define name wx-%{portname}-ansi
6f6136d9
RR
37 %define wxconfig %{portname}-ansi-release-%{ver2}
38 %define wxconfigstatic %{portname}-ansi-release-static-%{ver2}
39 %define wxconfiglink wx%{portname}-%{ver2}-config
ea38ef4b
RR
40%endif
41
42%if %{unicode}
6f6136d9
RR
43 %define wxbasename wx-base-unicode
44 %define wxbaseconfig base-unicode-release-%{ver2}
45 %define wxbaseconfigstatic base-unicode-release-static-%{ver2}
46 %define wxbaseconfiglink wxbaseu-%{ver2}-config
ea38ef4b 47%else
6f6136d9
RR
48 %define wxbasename wx-base-ansi
49 %define wxbaseconfig base-ansi-release-%{ver2}
50 %define wxbaseconfigstatic base-ansi-release-static-%{ver2}
51 %define wxbaseconfiglink wxbase-%{ver2}-config
ea38ef4b
RR
52%endif
53
54Summary: The GTK+ %{gtkver} port of the wxWidgets library
55Name: %{name}
56Version: %{ver}
57Release: %{rel}
58License: wxWindows Licence
59Group: X11/Libraries
60Source: wxGTK-%{ver}.tar.gz
61URL: http://www.wxwidgets.org
62Packager: Vadim Zeitlin <vadim@wxwindows.org>
92b3d078 63Prefix: %{_prefix}
ea38ef4b
RR
64BuildRoot: %{_tmppath}/%{name}-root
65Requires: %{wxbasename} = %{ver}
5261d5d7
RR
66%if %{portname} == gtk2
67# BuildRequires: gtk+-2.0-devel
68%else
69# BuildRequires: gtk+-devel >= 1.2.0
70%endif
71
72BuildRequires: zlib-devel, libjpeg-devel, libpng-devel, libtiff-devel
ea38ef4b
RR
73
74# all packages providing an implementation of wxWidgets library (regardless of
75# the toolkit used) should provide the (virtual) wxwin package, this makes it
76# possible to require wxwin instead of requiring "wxgtk or wxmotif or wxuniv..."
77Provides: wxwin
78Provides: wxGTK
79
80%description
81wxWidgets is a free C++ library for cross-platform GUI development.
82With wxWidgets, you can create applications for different GUIs (GTK+,
5261d5d7 83Motif, MS Windows, MacOS X, Windows CE, GPE) from the same source code.
ea38ef4b
RR
84
85%package devel
86Summary: The GTK+ %{gtkver} port of the wxWidgets library
87Group: X11/Libraries
88Requires: %{name} = %{ver}
89Requires: %{wxbasename}-devel = %{ver}
90Provides: wxGTK-devel
91
92%description devel
5261d5d7 93The GTK+ %{gtkver} port of the wxWidgets library, header files.
ea38ef4b
RR
94
95%package gl
96Summary: The GTK+ %{gtkver} port of the wxWidgets library, OpenGL add-on.
97Group: X11/Libraries
98Requires: %{name} = %{ver}
99Provides: wxGTK-gl
100
101%description gl
102OpenGL add-on library for wxGTK, the GTK+ %{gtkver} port of the wxWidgets library.
103
104%package -n %{wxbasename}
5261d5d7 105Summary: wxBase library - non-GUI support classes of the wxWidgets toolkit
ea38ef4b
RR
106Group: Development/Libraries
107Provides: wxBase
108
109%description -n %{wxbasename}
5261d5d7
RR
110wxBase is a collection of C++ classes providing basic data structures (strings,
111lists, arrays), portable wrappers around many OS-specific funstions (file
112operations, time/date manipulations, threads, processes, sockets, shared
113library loading) as well as other utility classes (streams, archive and
114compression). wxBase currently supports Win32, most Unix variants (Linux,
115FreeBSD, Solaris, HP-UX) and MacOS X 10.3.
ea38ef4b
RR
116
117%package -n %{wxbasename}-devel
5261d5d7 118Summary: wxBase library, header files.
ea38ef4b
RR
119Group: Development/Libraries
120Provides: wxBase-devel
121
122%description -n %{wxbasename}-devel
5261d5d7
RR
123wxBase library - non-GUI support classes of the wxWidgets toolkit,
124header files.
ea38ef4b
RR
125
126%package contrib
127Summary: The GTK+ %{gtkver} port of the wxWidgets library, contributed libraries.
128Group: X11/Libraries
129Requires: %{name} = %{ver}
130
131%description contrib
132Contributed libraries for wxGTK, the GTK+ %{gtkver} port of the wxWidgets library.
133
134%package contrib-devel
135Summary: The GTK+ %{gtkver} port of the wxWidgets library
136Group: X11/Libraries
137Requires: %{name}-contrib = %{ver}
138Requires: %{name}-devel = %{ver}
139
140%description contrib-devel
141Header files for contributed libraries for wxGTK, the GTK+ %{gtkver} port of the wxWidgets library.
142
143%prep
144%setup -q -n wxGTK-%{ver}
145
146%build
147if [ "$SMP" != "" ]; then
148 export MAKE="make -j$SMP"
149else
150 export MAKE="make"
151fi
152
5261d5d7
RR
153mkdir obj-shared-no-gui
154cd obj-shared-no-gui
92b3d078 155../configure --prefix=%{_prefix} \
5261d5d7
RR
156 --disable-gui \
157%if %{unicode}
6f6136d9
RR
158 --enable-unicode
159%else
160 --disable-unicode
5261d5d7 161%endif
5261d5d7
RR
162$MAKE
163cd ..
164
ea38ef4b
RR
165mkdir obj-shared
166cd obj-shared
92b3d078 167../configure --prefix=%{_prefix} \
ea38ef4b 168%if ! %{gtk2}
626e5e1e 169 --disable-gtk2 \
ea38ef4b 170%else
626e5e1e 171 --enable-gtk2 \
ea38ef4b 172%endif
6f6136d9
RR
173%if %{unicode}
174 --enable-unicode \
175%else
176 --disable-unicode \
934f1f0a 177 --with-odbc \
6f6136d9
RR
178%endif
179 --with-opengl
180$MAKE
181
182cd contrib/src
183$MAKE
184cd ../../..
185
186mkdir obj-static-no-gui
187cd obj-static-no-gui
92b3d078 188../configure --prefix=%{_prefix} \
6f6136d9
RR
189 --disable-gui \
190 --disable-shared \
6f6136d9
RR
191%if %{unicode}
192 --enable-unicode
193%else
194 --disable-unicode
195%endif
196$MAKE
197cd ..
198
199mkdir obj-static
200cd obj-static
92b3d078 201../configure --prefix=%{_prefix} \
6f6136d9 202%if ! %{gtk2}
626e5e1e 203 --disable-gtk2 \
6f6136d9 204%else
626e5e1e 205 --enable-gtk2 \
6f6136d9
RR
206%endif
207 --disable-shared \
ea38ef4b 208%if %{unicode}
6f6136d9
RR
209 --enable-unicode \
210%else
211 --disable-unicode \
934f1f0a 212 --with-odbc \
ea38ef4b 213%endif
6f6136d9 214 --with-opengl
ea38ef4b
RR
215$MAKE
216
217cd contrib/src
218$MAKE
219cd ../../..
220
221%install
222rm -rf $RPM_BUILD_ROOT
92b3d078
RR
223(cd obj-static-no-gui; make DESTDIR=$RPM_BUILD_ROOT install)
224(cd obj-static; make DESTDIR=$RPM_BUILD_ROOT install)
626e5e1e 225(cd obj-shared-no-gui; make DESTDIR=$RPM_BUILD_ROOT install)
92b3d078 226(cd obj-shared; make DESTDIR=$RPM_BUILD_ROOT install)
ea38ef4b
RR
227
228# --- wxBase headers list begins here ---
229cat <<EOF >wxbase-headers.files
230wx/afterstd.h
231wx/app.h
232wx/apptrait.h
233wx/archive.h
234wx/arrimpl.cpp
235wx/arrstr.h
236wx/beforestd.h
237wx/buffer.h
238wx/build.h
239wx/chkconf.h
240wx/clntdata.h
241wx/cmdline.h
242wx/confbase.h
243wx/config.h
244wx/containr.h
245wx/datetime.h
246wx/datetime.inl
247wx/datstrm.h
248wx/dde.h
249wx/debug.h
250wx/defs.h
251wx/dir.h
252wx/dlimpexp.h
253wx/dynarray.h
254wx/dynlib.h
255wx/dynload.h
256wx/encconv.h
257wx/event.h
258wx/except.h
259wx/features.h
260wx/ffile.h
261wx/file.h
262wx/fileconf.h
263wx/filefn.h
264wx/filename.h
265wx/filesys.h
266wx/fontenc.h
267wx/fontmap.h
268wx/fs_mem.h
269wx/fs_zip.h
270wx/hash.h
271wx/hashmap.h
272wx/hashset.h
273wx/html/forcelnk.h
274wx/iconloc.h
275wx/init.h
276wx/intl.h
277wx/iosfwrap.h
278wx/ioswrap.h
279wx/ipc.h
280wx/ipcbase.h
281wx/isql.h
282wx/isqlext.h
283wx/list.h
284wx/listimpl.cpp
285wx/log.h
286wx/longlong.h
287wx/math.h
288wx/memconf.h
289wx/memory.h
290wx/memtext.h
291wx/mimetype.h
292wx/module.h
293wx/msgout.h
294wx/mstream.h
295wx/object.h
296wx/platform.h
297wx/process.h
298wx/ptr_scpd.h
299wx/regex.h
300wx/scopeguard.h
301wx/snglinst.h
302wx/sstream.h
303wx/stack.h
304wx/stackwalk.h
305wx/stdpaths.h
306wx/stockitem.h
307wx/stopwatch.h
308wx/strconv.h
309wx/stream.h
310wx/string.h
311wx/sysopt.h
312wx/textbuf.h
313wx/textfile.h
314wx/thread.h
315wx/thrimpl.cpp
316wx/timer.h
317wx/tokenzr.h
318wx/txtstrm.h
319wx/types.h
320wx/uri.h
321wx/utils.h
322wx/variant.h
323wx/vector.h
324wx/version.h
325wx/volume.h
326wx/wfstream.h
327wx/wx.h
328wx/wxchar.h
329wx/wxprec.h
330wx/xti.h
331wx/xtistrm.h
332wx/zipstrm.h
333wx/zstream.h
334wx/fs_inet.h
335wx/gsocket.h
336wx/protocol/file.h
337wx/protocol/ftp.h
338wx/protocol/http.h
339wx/protocol/protocol.h
340wx/sckaddr.h
341wx/sckipc.h
342wx/sckstrm.h
343wx/socket.h
344wx/url.h
345wx/xml/xml.h
346wx/xtixml.h
347wx/db.h
348wx/dbkeyg.h
349wx/dbtable.h
92b3d078
RR
350wx/unix/apptbase.h
351wx/unix/apptrait.h
352wx/unix/execute.h
353wx/unix/gsockunx.h
354wx/unix/mimetype.h
355wx/unix/pipe.h
356wx/unix/stackwalk.h
357wx/unix/stdpaths.h
ea38ef4b
RR
358EOF
359# --- wxBase headers list ends here ---
360cat <<EOF >wxbase-headers.paths
361%{_includedir}/wx-%{ver2}/wx/afterstd.h
362%{_includedir}/wx-%{ver2}/wx/app.h
363%{_includedir}/wx-%{ver2}/wx/apptrait.h
364%{_includedir}/wx-%{ver2}/wx/archive.h
365%{_includedir}/wx-%{ver2}/wx/arrimpl.cpp
366%{_includedir}/wx-%{ver2}/wx/arrstr.h
367%{_includedir}/wx-%{ver2}/wx/beforestd.h
368%{_includedir}/wx-%{ver2}/wx/buffer.h
369%{_includedir}/wx-%{ver2}/wx/build.h
370%{_includedir}/wx-%{ver2}/wx/chkconf.h
371%{_includedir}/wx-%{ver2}/wx/clntdata.h
372%{_includedir}/wx-%{ver2}/wx/cmdline.h
373%{_includedir}/wx-%{ver2}/wx/confbase.h
374%{_includedir}/wx-%{ver2}/wx/config.h
375%{_includedir}/wx-%{ver2}/wx/containr.h
376%{_includedir}/wx-%{ver2}/wx/datetime.h
377%{_includedir}/wx-%{ver2}/wx/datetime.inl
378%{_includedir}/wx-%{ver2}/wx/datstrm.h
379%{_includedir}/wx-%{ver2}/wx/dde.h
380%{_includedir}/wx-%{ver2}/wx/debug.h
381%{_includedir}/wx-%{ver2}/wx/defs.h
382%{_includedir}/wx-%{ver2}/wx/dir.h
383%{_includedir}/wx-%{ver2}/wx/dlimpexp.h
384%{_includedir}/wx-%{ver2}/wx/dynarray.h
385%{_includedir}/wx-%{ver2}/wx/dynlib.h
386%{_includedir}/wx-%{ver2}/wx/dynload.h
387%{_includedir}/wx-%{ver2}/wx/encconv.h
388%{_includedir}/wx-%{ver2}/wx/event.h
389%{_includedir}/wx-%{ver2}/wx/except.h
390%{_includedir}/wx-%{ver2}/wx/features.h
391%{_includedir}/wx-%{ver2}/wx/ffile.h
392%{_includedir}/wx-%{ver2}/wx/file.h
393%{_includedir}/wx-%{ver2}/wx/fileconf.h
394%{_includedir}/wx-%{ver2}/wx/filefn.h
395%{_includedir}/wx-%{ver2}/wx/filename.h
396%{_includedir}/wx-%{ver2}/wx/filesys.h
397%{_includedir}/wx-%{ver2}/wx/fontenc.h
398%{_includedir}/wx-%{ver2}/wx/fontmap.h
399%{_includedir}/wx-%{ver2}/wx/fs_mem.h
400%{_includedir}/wx-%{ver2}/wx/fs_zip.h
401%{_includedir}/wx-%{ver2}/wx/hash.h
402%{_includedir}/wx-%{ver2}/wx/hashmap.h
403%{_includedir}/wx-%{ver2}/wx/hashset.h
404%{_includedir}/wx-%{ver2}/wx/html/forcelnk.h
405%{_includedir}/wx-%{ver2}/wx/iconloc.h
406%{_includedir}/wx-%{ver2}/wx/init.h
407%{_includedir}/wx-%{ver2}/wx/intl.h
408%{_includedir}/wx-%{ver2}/wx/iosfwrap.h
409%{_includedir}/wx-%{ver2}/wx/ioswrap.h
410%{_includedir}/wx-%{ver2}/wx/ipc.h
411%{_includedir}/wx-%{ver2}/wx/ipcbase.h
412%{_includedir}/wx-%{ver2}/wx/isql.h
413%{_includedir}/wx-%{ver2}/wx/isqlext.h
414%{_includedir}/wx-%{ver2}/wx/list.h
415%{_includedir}/wx-%{ver2}/wx/listimpl.cpp
416%{_includedir}/wx-%{ver2}/wx/log.h
417%{_includedir}/wx-%{ver2}/wx/longlong.h
418%{_includedir}/wx-%{ver2}/wx/math.h
419%{_includedir}/wx-%{ver2}/wx/memconf.h
420%{_includedir}/wx-%{ver2}/wx/memory.h
421%{_includedir}/wx-%{ver2}/wx/memtext.h
422%{_includedir}/wx-%{ver2}/wx/mimetype.h
423%{_includedir}/wx-%{ver2}/wx/module.h
424%{_includedir}/wx-%{ver2}/wx/msgout.h
425%{_includedir}/wx-%{ver2}/wx/mstream.h
426%{_includedir}/wx-%{ver2}/wx/object.h
427%{_includedir}/wx-%{ver2}/wx/platform.h
428%{_includedir}/wx-%{ver2}/wx/process.h
429%{_includedir}/wx-%{ver2}/wx/ptr_scpd.h
430%{_includedir}/wx-%{ver2}/wx/regex.h
431%{_includedir}/wx-%{ver2}/wx/scopeguard.h
432%{_includedir}/wx-%{ver2}/wx/snglinst.h
433%{_includedir}/wx-%{ver2}/wx/sstream.h
434%{_includedir}/wx-%{ver2}/wx/stack.h
435%{_includedir}/wx-%{ver2}/wx/stackwalk.h
436%{_includedir}/wx-%{ver2}/wx/stdpaths.h
437%{_includedir}/wx-%{ver2}/wx/stockitem.h
438%{_includedir}/wx-%{ver2}/wx/stopwatch.h
439%{_includedir}/wx-%{ver2}/wx/strconv.h
440%{_includedir}/wx-%{ver2}/wx/stream.h
441%{_includedir}/wx-%{ver2}/wx/string.h
442%{_includedir}/wx-%{ver2}/wx/sysopt.h
443%{_includedir}/wx-%{ver2}/wx/textbuf.h
444%{_includedir}/wx-%{ver2}/wx/textfile.h
445%{_includedir}/wx-%{ver2}/wx/thread.h
446%{_includedir}/wx-%{ver2}/wx/thrimpl.cpp
447%{_includedir}/wx-%{ver2}/wx/timer.h
448%{_includedir}/wx-%{ver2}/wx/tokenzr.h
449%{_includedir}/wx-%{ver2}/wx/txtstrm.h
450%{_includedir}/wx-%{ver2}/wx/types.h
451%{_includedir}/wx-%{ver2}/wx/uri.h
452%{_includedir}/wx-%{ver2}/wx/utils.h
453%{_includedir}/wx-%{ver2}/wx/variant.h
454%{_includedir}/wx-%{ver2}/wx/vector.h
455%{_includedir}/wx-%{ver2}/wx/version.h
456%{_includedir}/wx-%{ver2}/wx/volume.h
457%{_includedir}/wx-%{ver2}/wx/wfstream.h
458%{_includedir}/wx-%{ver2}/wx/wx.h
459%{_includedir}/wx-%{ver2}/wx/wxchar.h
460%{_includedir}/wx-%{ver2}/wx/wxprec.h
461%{_includedir}/wx-%{ver2}/wx/xti.h
462%{_includedir}/wx-%{ver2}/wx/xtistrm.h
463%{_includedir}/wx-%{ver2}/wx/zipstrm.h
464%{_includedir}/wx-%{ver2}/wx/zstream.h
465%{_includedir}/wx-%{ver2}/wx/fs_inet.h
466%{_includedir}/wx-%{ver2}/wx/gsocket.h
467%{_includedir}/wx-%{ver2}/wx/protocol/file.h
468%{_includedir}/wx-%{ver2}/wx/protocol/ftp.h
469%{_includedir}/wx-%{ver2}/wx/protocol/http.h
470%{_includedir}/wx-%{ver2}/wx/protocol/protocol.h
471%{_includedir}/wx-%{ver2}/wx/sckaddr.h
472%{_includedir}/wx-%{ver2}/wx/sckipc.h
473%{_includedir}/wx-%{ver2}/wx/sckstrm.h
474%{_includedir}/wx-%{ver2}/wx/socket.h
475%{_includedir}/wx-%{ver2}/wx/url.h
476%{_includedir}/wx-%{ver2}/wx/xml/xml.h
477%{_includedir}/wx-%{ver2}/wx/xtixml.h
478%{_includedir}/wx-%{ver2}/wx/db.h
479%{_includedir}/wx-%{ver2}/wx/dbkeyg.h
480%{_includedir}/wx-%{ver2}/wx/dbtable.h
92b3d078
RR
481%{_includedir}/wx-%{ver2}/wx/unix/apptbase.h
482%{_includedir}/wx-%{ver2}/wx/unix/apptrait.h
483%{_includedir}/wx-%{ver2}/wx/unix/execute.h
484%{_includedir}/wx-%{ver2}/wx/unix/gsockunx.h
485%{_includedir}/wx-%{ver2}/wx/unix/mimetype.h
486%{_includedir}/wx-%{ver2}/wx/unix/pipe.h
487%{_includedir}/wx-%{ver2}/wx/unix/stackwalk.h
488%{_includedir}/wx-%{ver2}/wx/unix/stdpaths.h
ea38ef4b
RR
489EOF
490# --- wxBase headers list ends here ---
491
492# temporarily remove base headers
493mkdir $RPM_BUILD_ROOT/_save_dir
494cp -r $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2} $RPM_BUILD_ROOT/_save_dir
495for f in `cat wxbase-headers.files` ; do
496 rm -f $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2}/$f
497done
498# list of all core headers:
499find $RPM_BUILD_ROOT%{_includedir}/wx-%{ver2} -type f | sed -e "s,$RPM_BUILD_ROOT,,g" >core-headers.files
500# move base headers (actually all headers) back again
501cp -f -r $RPM_BUILD_ROOT/_save_dir/* $RPM_BUILD_ROOT%{_includedir}
502rm -rf $RPM_BUILD_ROOT/_save_dir
503
504# contrib stuff:
92b3d078
RR
505(cd obj-shared/contrib/src; make DESTDIR=$RPM_BUILD_ROOT install)
506(cd obj-shared/utils/wxrc; make DESTDIR=$RPM_BUILD_ROOT install)
ea38ef4b
RR
507
508%clean
509rm -rf $RPM_BUILD_ROOT
510
511%post
512/sbin/ldconfig
513
514%postun
515/sbin/ldconfig
516
517%post devel
518# link wx-config when you install RPM.
5261d5d7
RR
519%if %{unicode}
520 ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/wx-config
521%endif
ea38ef4b
RR
522# link wx-config with explicit name.
523ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/%{wxconfiglink}
524/sbin/ldconfig
525
526%postun devel
527/sbin/ldconfig
528
529%preun devel
530if test -f %{_bindir}/wx-config -a -f /usr/bin/md5sum ; then
531 SUM1=`md5sum %{_libdir}/wx/config/%{wxconfig} | cut -c 0-32`
532 SUM2=`md5sum %{_bindir}/wx-config | cut -c 0-32`
533 if test "x$SUM1" = "x$SUM2" ; then
534 rm -f %{_bindir}/wx-config
535 fi
536fi
537rm -f %{_bindir}/%{wxconfiglink}
538
539%post -n %{wxbasename}
540/sbin/ldconfig
541
542%postun -n %{wxbasename}
543/sbin/ldconfig
544
545%post -n %{wxbasename}-devel
546# link wx-config with explicit name.
547ln -sf %{_libdir}/wx/config/%{wxbaseconfig} %{_bindir}/%{wxbaseconfiglink}
548/sbin/ldconfig
549
550%postun -n %{wxbasename}-devel
551/sbin/ldconfig
552
553%preun -n %{wxbasename}-devel
554rm -f %{_bindir}/%{wxbaseconfiglink}
555
556%post gl
557/sbin/ldconfig
558
559%postun gl
560/sbin/ldconfig
561
562%post contrib
563/sbin/ldconfig
564
565%postun contrib
566/sbin/ldconfig
567
568%post contrib-devel
569/sbin/ldconfig
570
571%postun contrib-devel
572/sbin/ldconfig
573
574%files
575%defattr(-,root,root)
576%doc COPYING.LIB *.txt
0edf099e
RR
577%{_libdir}/libwx_%{buildname}_adv-%{ver2}.so.*
578%{_libdir}/libwx_%{buildname}_core-%{ver2}.so.*
ea38ef4b 579%if !%{unicode}
0edf099e 580 %{_libdir}/libwx_%{buildname}_dbgrid-%{ver2}.so.*
ea38ef4b 581%endif
0edf099e
RR
582%{_libdir}/libwx_%{buildname}_html-%{ver2}.so.*
583%{_libdir}/libwx_%{buildname}_media-%{ver2}.so.*
584%{_libdir}/libwx_%{buildname}_qa-%{ver2}.so.*
585%{_libdir}/libwx_%{buildname}_xrc-%{ver2}.so.*
ea38ef4b
RR
586
587
588%files devel -f core-headers.files
589%defattr(-,root,root)
0edf099e
RR
590# shared libs
591%{_libdir}/libwx_%{buildname}_adv-%{ver2}.so
592%{_libdir}/libwx_%{buildname}_core-%{ver2}.so
ea38ef4b 593%if !%{unicode}
0edf099e 594 %{_libdir}/libwx_%{buildname}_dbgrid-%{ver2}.so
ea38ef4b 595%endif
0edf099e
RR
596%{_libdir}/libwx_%{buildname}_gl-%{ver2}.so
597%{_libdir}/libwx_%{buildname}_html-%{ver2}.so
598%{_libdir}/libwx_%{buildname}_media-%{ver2}.so
599%{_libdir}/libwx_%{buildname}_qa-%{ver2}.so
600%{_libdir}/libwx_%{buildname}_xrc-%{ver2}.so
601# static libs
602%{_libdir}/libwx_%{buildname}_adv-%{ver2}.a
603%{_libdir}/libwx_%{buildname}_core-%{ver2}.a
604%if !%{unicode}
605 %{_libdir}/libwx_%{buildname}_dbgrid-%{ver2}.a
606%endif
607%{_libdir}/libwx_%{buildname}_gl-%{ver2}.a
608%{_libdir}/libwx_%{buildname}_html-%{ver2}.a
609%{_libdir}/libwx_%{buildname}_media-%{ver2}.a
610%{_libdir}/libwx_%{buildname}_qa-%{ver2}.a
611%{_libdir}/libwx_%{buildname}_xrc-%{ver2}.a
ea38ef4b
RR
612%dir %{_libdir}/wx
613%{_libdir}/wx/config/%{wxconfig}
614%{_libdir}/wx/include/%{wxconfig}/wx/setup.h
6f6136d9
RR
615%{_libdir}/wx/config/%{wxconfigstatic}
616%{_libdir}/wx/include/%{wxconfigstatic}/wx/setup.h
ea38ef4b
RR
617%{_bindir}/wxrc*
618
619%files -n %{wxbasename}
620%defattr(-,root,root)
621%{_libdir}/libwx_base*-%{ver2}.so.*
622#%{_datadir}/locale/*/*/*
ea38ef4b
RR
623
624%files -n %{wxbasename}-devel -f wxbase-headers.paths
625%defattr (-,root,root)
626%dir %{_includedir}/wx-%{ver2}
627%{_libdir}/libwx_base*-%{ver2}.so
6f6136d9 628%{_libdir}/libwx_base*-%{ver2}.a
6f6136d9
RR
629%if %{unicode}
630 %{_libdir}/libwxregexu-%{ver2}.a
631%endif
5261d5d7
RR
632%dir %{_libdir}/wx
633%{_libdir}/wx/config/%{wxbaseconfig}
634%{_libdir}/wx/include/%{wxbaseconfig}/wx/setup.h
6f6136d9
RR
635%{_libdir}/wx/config/%{wxbaseconfigstatic}
636%{_libdir}/wx/include/%{wxbaseconfigstatic}/wx/setup.h
ea38ef4b
RR
637%{_datadir}/aclocal/*.m4
638
639%files gl
640%defattr(-,root,root)
0edf099e 641%{_libdir}/libwx_%{buildname}_gl-%{ver2}.so.*
ea38ef4b
RR
642
643%files contrib
644%defattr(-,root,root)
0edf099e
RR
645%{_libdir}/libwx_%{buildname}_animate-%{ver2}.so.*
646%{_libdir}/libwx_%{buildname}_deprecated-%{ver2}.so.*
647%{_libdir}/libwx_%{buildname}_fl-%{ver2}.so.*
648%{_libdir}/libwx_%{buildname}_gizmos-%{ver2}.so.*
649%{_libdir}/libwx_%{buildname}_gizmos_xrc-%{ver2}.so.*
650%{_libdir}/libwx_%{buildname}_mmedia-%{ver2}.so.*
651%{_libdir}/libwx_%{buildname}_ogl-%{ver2}.so.*
652%{_libdir}/libwx_%{buildname}_plot-%{ver2}.so.*
653%{_libdir}/libwx_%{buildname}_stc-%{ver2}.so.*
654%{_libdir}/libwx_%{buildname}_svg-%{ver2}.so.*
ea38ef4b
RR
655
656%files contrib-devel
657%defattr(-,root,root)
658%dir %{_includedir}/wx-%{ver2}/wx/animate
659%{_includedir}/wx-%{ver2}/wx/animate/*
0edf099e 660%{_libdir}/libwx_%{buildname}_animate-%{ver2}.so
ea38ef4b
RR
661
662%dir %{_includedir}/wx-%{ver2}/wx/deprecated
663%{_includedir}/wx-%{ver2}/wx/deprecated/*
0edf099e 664%{_libdir}/libwx_%{buildname}_deprecated-%{ver2}.so
ea38ef4b
RR
665
666%dir %{_includedir}/wx-%{ver2}/wx/fl
667%{_includedir}/wx-%{ver2}/wx/fl/*
0edf099e 668%{_libdir}/libwx_%{buildname}_fl-%{ver2}.so
ea38ef4b
RR
669
670%dir %{_includedir}/wx-%{ver2}/wx/gizmos
671%{_includedir}/wx-%{ver2}/wx/gizmos/*
0edf099e
RR
672%{_libdir}/libwx_%{buildname}_gizmos-%{ver2}.so
673%{_libdir}/libwx_%{buildname}_gizmos_xrc-%{ver2}.so
ea38ef4b
RR
674
675%dir %{_includedir}/wx-%{ver2}/wx/mmedia
676%{_includedir}/wx-%{ver2}/wx/mmedia/*
0edf099e 677%{_libdir}/libwx_%{buildname}_mmedia-%{ver2}.so
ea38ef4b
RR
678
679%dir %{_includedir}/wx-%{ver2}/wx/ogl
680%{_includedir}/wx-%{ver2}/wx/ogl/*
0edf099e 681%{_libdir}/libwx_%{buildname}_ogl-%{ver2}.so
ea38ef4b
RR
682
683%dir %{_includedir}/wx-%{ver2}/wx/plot
684%{_includedir}/wx-%{ver2}/wx/plot/*
0edf099e 685%{_libdir}/libwx_%{buildname}_plot-%{ver2}.so
ea38ef4b
RR
686
687%dir %{_includedir}/wx-%{ver2}/wx/stc
688%{_includedir}/wx-%{ver2}/wx/stc/*
0edf099e 689%{_libdir}/libwx_%{buildname}_stc-%{ver2}.so
ea38ef4b
RR
690
691%dir %{_includedir}/wx-%{ver2}/wx/svg
692%{_includedir}/wx-%{ver2}/wx/svg/*
0edf099e 693%{_libdir}/libwx_%{buildname}_svg-%{ver2}.so