1 # Note that this is NOT a relocatable package
6 Summary: wxBase library
- non
-GUI support classes of wxWindows toolkit
10 Copyright: wxWindows Licence
11 Group: Development
/Libraries
12 Source: wxBase
-%{ver}.tar.gz
14 Packager: Vadim Zeitlin
<vadim@wxwindows.org
>
15 BuildRoot: /tmp
/wxBase_rpm
18 wxBase is a collection of C
++ classes providing basic data structures
(strings
,
19 lists
, arrays
), powerful wxDateTime class
for date manipulations
, portable
20 wrappers around many OS
-specific functions allowing to build the same program
21 under all supported folders
, wxThread class
for writing multithreaded programs
22 using either Win32 or POSIX threads and much more. wxBase currently supports
23 the following platforms
: Win32
, generic Unix
(Linux
, FreeBSD
, Solaris
, HP
-UX
,
27 Summary: wxBase headers needed
for developping with wxBase
28 Group: Development
/Libraries
32 Header files
for wxBase. You need them to develop programs using wxBase.
36 .
/configure
--prefix
=%{pref} --disable
-gui
--disable
-std_iostreams
39 if [ "$SMP"
!= ""
]; then
40 export MAKE
="
make -j$SMP"
47 rm -rf $RPM_BUILD_ROOT
48 make prefix
=$RPM_BUILD_ROOT
%{pref} install
51 rm -rf $RPM_BUILD_ROOT
60 %defattr (644, root
, root
, 755)
61 %doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt
62 %attr(755, -, -) %{pref}/lib
/libwxbase
*
64 %dir %{pref}/lib
/wx
/include
65 %dir %{pref}/lib
/wx
/include
/wx
66 %{pref}/lib
/wx
/include
/wx
/setup.h
68 %files devel
-f src
/rpmfiles.lst
69 %defattr (644, root
, root
, 755)
70 %attr(755, -, -) %{pref}/bin
/wx
-config