6 Summary: wxBase library
- non
-GUI support classes of wxWindows toolkit
10 Copyright: wxWindows Licence
11 Group: Development
/Libraries
12 Source: wxBase
-%{ver}.tar.bz2
13 URL: http
://www.wxwindows.org
14 Packager: Vadim Zeitlin
<vadim@wxwindows.org
>
16 BuildRoot: /var
/tmp
/%{name}-root
19 wxBase is a collection of C
++ classes providing basic data structures
(strings
,
20 lists
, arrays
), powerful wxDateTime class
for date manipulations
, portable
21 wrappers around many OS
-specific functions allowing to build the same program
22 under all supported folders
, wxThread class
for writing multithreaded programs
23 using either Win32 or POSIX threads and much more. wxBase currently supports
24 the following platforms
: Win32
, generic Unix
(Linux
, FreeBSD
, Solaris
, HP
-UX
,
28 Summary: wxBase headers needed
for developping with wxBase
29 Group: Development
/Libraries
33 Header files
for wxBase. You need them to develop programs using wxBase.
36 %setup -n wxBase
-%{ver}
37 .
/configure
--prefix
=%{pref} --enable-soname
--disable
-gui
--disable
-std_iostreams
40 if [ "$SMP"
!= ""
]; then
41 export MAKE
="
make -j$SMP"
48 rm -rf $RPM_BUILD_ROOT
49 make prefix
=$RPM_BUILD_ROOT
%{pref} install
52 rm -rf $RPM_BUILD_ROOT
61 %defattr (644, root
, root
, 755)
62 %doc COPYING.LIB LICENCE.txt README.txt SYMBOLS.txt
63 %attr(755, -, -) %{pref}/lib
/libwx_base
*
65 %files devel
-f src
/rpmfiles.lst
67 %dir %{pref}/lib
/wx
/include
68 %dir %{pref}/lib
/wx
/include
/wx
69 %dir %{pref}/lib
/wx
/include
/wx
/base
70 %{pref}/lib
/wx
/include
/wx
/base
/setup.h
71 %defattr (644, root
, root
, 755)
72 %attr(755, -, -) %{pref}/bin/wxbase-%{ver2}-config
73 %attr(755, -, -) %{pref}/bin
/wx
-config