5 Summary: The GTK
+ 1.2 port of the wxWindows library
9 Copyright: wxWindows Licence
11 Source: wxGTK
-%{ver}.tar.gz
12 URL: http
://wxwindows.org
13 Packager: Vadim Zeitlin
<vadim@wxwindows.org
>
15 BuildRoot: /var
/tmp
/%{name}-root
17 # all packages providing an implementation of wxWindows library (regardless of
18 # the toolkit used) should provide the (virtual) wxwin package, this makes it
19 # possible to require wxwin instead of requiring "wxgtk or wxmotif or wxqt..."
22 # in addition, we should provide libwx_gtk as automatic generator only notices
23 # libwx_gtk-%{ver}-%{rel}
24 Provides: libwx_gtk.so
25 Provides: libwx_gtk
-2.2.so
28 wxWindows is a free C
++ library
for cross
-platform GUI development.
29 With wxWindows
, you can create applications
for different GUIs
(GTK
+,
30 Motif
/LessTif
, MS Windows
, Mac
) from the same
source code.
33 Summary: The GTK
+ 1.2 port of the wxWindows library
38 Header files
for wxGTK
, the GTK
+ 1.2 port of the wxWindows library.
41 Summary: The GTK
+ 1.2 port of the wxWindows library
, OpenGl add
-on.
46 OpenGl add
-on library
for wxGTK
, the GTK
+ 1.2 port of the wxWindows library.
49 %setup -n wxGTK
-%{ver}
50 .
/configure
--prefix
=%{pref} --enable-burnt_name
--with
-odbc
--with
-opengl
53 if [ "$SMP"
!= ""
]; then
54 export MAKE
="
make -j$SMP"
61 rm -rf $RPM_BUILD_ROOT
62 make prefix
=$RPM_BUILD_ROOT
%{pref} install
71 %defattr (-, root
, root
)
72 %defattr (644, root
, root
, 755)
73 %doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt
76 %attr(755, -, -) %{pref}/lib
/libwx_gtk.
*
77 %attr(755, -, -) %{pref}/lib
/libwx_gtk
-2.2.
*
80 %defattr (-, root
, root
)
81 %defattr (644, root
, root
, 755)
82 %dir %{pref}/include
/wx
86 %attr(755, root
, root
) %{pref}/bin
/wxgtk
-config
87 %attr(755, root
, root
) %{pref}/bin
/wx
-config
90 %attr(755, root
, root
) %{pref}/lib
/libwx_gtk_gl
*