Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > main-src > by-pkgid > 38817f6f897b0fa23198fe16d96dfe4f > files > 2

vdk-1.2.4-2mdk.src.rpm

Summary:	A C++ framework that wraps famous Gtk+ widget set library
Name:		vdk
Version:	1.2.4
Release:	2mdk

Source0:	%{name}-%{version}.tar.bz2

License:	LGPL
Group:		System/Libraries
BuildRoot:	%{_tmppath}/%{name}-buildroot
Buildrequires:	gnome-libs-devel libsigc++-devel

%description
- signal/events dispatching strategy makes a clear distinction between interface and application
- a powerful and flexible signal system 
- supports properties like moderns RAD tools do, user defined properties are supported as well 
- will track closely Gtk+ development and relies only on Gtk+ stable releases 

- has a full documentation and soon a tutorial will be written 
- is used as base library for a RAD tool , named VDKBuilder 

- using VDK is similar to Borland (Inprise) OWL and/or VCL 

VDK distribution 

VDK is made of three separated libraries: 
- libvdk VDK core library, contains all Gtk+ wrapped widgets. 
- libvdkcompo VDK components library, contains totally new widgets and others interesting widgets. 
- libvdkgnome a gnome-aware components library (optionally build) 

%package devel
Summary:	The Visual Development Kit is a C++ wrapper for GTK+
Group:		Development/GNOME and GTK+
 
%description devel
This package contains the headers and libraries needed to
compile and link applications using VDK.
                               

%prep

%setup -q

%build
%configure --enable-gnome --enable-sigc  

%make CXXFLAGS="$RPM_OPT_FLAGS"

%install
%makeinstall

%clean
rm -fr $RPM_BUILD_ROOT

%post
/sbin/ldconfig
 
%postun
/sbin/ldconfig

%files
%defattr(-,root,root)
%doc README TODO
%_libdir/libvdk*.so.*   

%files devel
%defattr(-,root,root)
%doc example doc/*.txt     
%_libdir/libvdk*.so
%_libdir/libvdk*.la
%_libdir/libvdk*.a
%_includedir/vdk
%_mandir/man1/*
%_bindir/*
%_datadir/aclocal/vdk.m4


%changelog
* Fri Dec 08 2000 David BAUDENS <baudens@mandrakesoft.com> 1.2.4-2mdk
- Allow to build: fix typos in SPEC
- Macros, BM, etc.
- Use optimizations

* Mon Oct 23 2000 Vincent Saugey <vince@mandrakesoft.com> 1.2.4-1mdk
- First mdk version