1 # RPM .spec file for wxMotif. Based on the .spec file for wxGTK
2 # (c) by Robert Roebling. Modifications (c) 2000/03 by Robert Fendt.
4 # Note that this is NOT a relocatable package
10 Summary: The Motif
/Lesstif port of the wxWindows library
14 Copyright: wxWindows Licence
16 Source: wxMotif
-%{ver}.tgz
17 URL: http
://www.wxwindows.org
18 Packager: Robert Fendt
<rfendt@myokay.net
>
19 BuildRoot: /tmp
/wxmotif_root
21 # all packages providing an implementation of wxWindows library (regardless of
22 # the toolkit used) should provide the (virtual) wxwin package, this makes it
23 # possible to require wxwin instead of requiring "wxgtk or wxmotif or wxuniv..."
27 wxWindows is a free C
++ library
for cross
-platform GUI development.
28 With wxWindows
, you can create applications
for different GUIs
(GTK
+,
29 Motif
/LessTif
, MS Windows
, Mac
) from the same
source code.
32 Summary: The Motif
/Lesstif port of the wxWindows library
37 Header files
for wxMotif
, the Motif
/Lesstif port of the wxWindows library.
40 Summary: The Motif
/Lesstif port of the wxWindows library
, OpenGl add
-on.
45 OpenGl add
-on library
for wxMotif
, the Motif
/Lesstif port of the wxWindows library.
49 .
/configure
--prefix
=%{pref} --enable-soname
--with
-odbc
--with
-opengl
--with
-motif
52 if [ "$SMP"
!= ""
]; then
53 export MAKE
="
make -j$SMP"
60 rm -rf $RPM_BUILD_ROOT
61 make prefix
=$RPM_BUILD_ROOT
%{pref} install
64 rm -rf $RPM_BUILD_ROOT
73 %defattr (644, root
, root
, 755)
74 %doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt
77 %attr(755, -, -) %{pref}/lib/libwx_motif-%{ver2}.
*
80 %defattr (644, root
, root
, 755)
81 %dir %{pref}/include
/wx
85 %attr(755, -, -) %{pref}/bin/wxmotif-%{ver2}-config
86 %attr(755, -, -) %{pref}/bin
/wx
-config
89 %attr(755, -, -) %{pref}/lib
/libwx_motif_gl
*