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
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.
47 OpenGl add
-on library
for wxGTK
, the GTK
+ 1.2 port of the wxWindows library.
50 %setup -n wxGTK
-%{ver}
51 .
/configure
--prefix
=%{pref} --enable-soname
--with
-odbc
--with
-opengl
54 if [ "$SMP"
!= ""
]; then
55 export MAKE
="
make -j$SMP"
62 rm -rf $RPM_BUILD_ROOT
63 make prefix
=$RPM_BUILD_ROOT
%{pref} install
72 %defattr(-, root
, root
)
73 %doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt
76 %attr(755, root
, root
) %{pref}/lib/libwx_gtk-%{ver2}.
*
80 %dir %{pref}/include
/wx
84 %attr(755, root
, root
) %{pref}/bin/wxgtk-%{ver2}-config
85 %attr(755, root
, root
) %{pref}/bin
/wx
-config
88 %attr(755, root
, root
) %{pref}/lib
/libwx_gtk_gl
*