6 Summary: The GTK
+ 1.2 port of the wxWindows library
10 Copyright: wxWindows Licence
12 Source: wxGTK
-%{ver}.tar.bz2
13 URL: http
://www.wxwindows.org
14 Packager: Vadim Zeitlin
<vadim@wxwindows.org
>
16 BuildRoot: /var
/tmp
/%{name}-root
18 # all packages providing an implementation of wxWindows library (regardless of
19 # the toolkit used) should provide the (virtual) wxwin package, this makes it
20 # possible to require wxwin instead of requiring "wxgtk or wxmotif or wxuniv..."
23 # in addition, we should provide libwx_gtk as automatic generator only notices
24 # libwx_gtk-%{ver}-%{rel}
25 Provides: libwx_gtk.so
26 Provides: libwx_gtk
-%{ver2}.so
29 wxWindows is a free C
++ library
for cross
-platform GUI development.
30 With wxWindows
, you can create applications
for different GUIs
(GTK
+,
31 Motif
/LessTif
, MS Windows
, Mac
) from the same
source code.
34 Summary: The GTK
+ 1.2 port of the wxWindows library
36 Requires: wxGTK
= %{ver}
39 Header files
for wxGTK
, the GTK
+ 1.2 port of the wxWindows library.
42 Summary: The GTK
+ 1.2 port of the wxWindows library
, OpenGL add
-on.
44 Requires: wxGTK
= %{ver}
47 OpenGL add
-on library
for wxGTK
, the GTK
+ 1.2 port of the wxWindows library.
50 Summary: wxGTK static libraries
51 Group: Development
/Libraries
54 Static libraries
for wxGTK. You need them
if you want to link statically against wxGTK.
57 %setup -n wxGTK
-%{ver}
60 if [ "$SMP"
!= ""
]; then
61 export MAKE
="
make -j$SMP"
68 ..
/configure
--prefix
=%{pref} --enable-soname
--with
-odbc
--with
-opengl
74 ..
/configure
--prefix
=%{pref} --disable
-shared
--with
-odbc
--with
-opengl
79 rm -rf $RPM_BUILD_ROOT
80 (cd obj
-static
; make prefix
=$RPM_BUILD_ROOT
%{pref} install)
81 (cd obj
-shared
; make prefix
=$RPM_BUILD_ROOT
%{pref} install)
86 rm -rf $RPM_BUILD_ROOT
101 # Install wx-config if there isn't any
102 if test ! -f
%{_bindir}/wx
-config
; then
103 ln
-sf wxgtk
-%{ver2}-config %{_bindir}/wx
-config
107 # Remove wx-config if it points to this package
108 if test -f
%{_bindir}/wx
-config
-a
-f
/usr
/bin
/md5sum
; then
109 SUM1
=`md5sum
%{_bindir}/wxgtk-%{ver2}-config | cut
-c
0-32`
110 SUM2
=`md5sum
%{_bindir}/wx
-config | cut
-c
0-32`
111 if test "x$SUM1"
= "x$SUM2"
; then
112 rm -f
%{_bindir}/wx
-config
118 %defattr(-,root
,root
)
119 %doc COPYING.LIB
*.txt
122 %{_libdir}/libwx_gtk-%{ver2}*.so.
*
125 %defattr(-,root
,root
)
126 %{_libdir}/libwx_gtk-%{ver2}*.so
127 %dir %{_includedir}/wx
131 %{_bindir}/wxgtk-%{ver2}-config
132 %{_datadir}/aclocal
/*.m4
135 %defattr(-,root
,root
)
136 %{_libdir}/libwx_gtk_gl
*
139 %defattr (-,root
,root
)