Package libdbus-c++: Specfile

Name: libdbus-c++
Version: 0.5.0
Release: alt3

Summary: C++ Interface for DBus

License: LGPL
Group: System/Libraries
Url: http://dev.openwengo.org/trac/openwengo/trac.fcgi/browser/wengophone-ng/branches/wengophone-dbus-api/libs/dbus/src

Packager: Vitaly Lipatov <lav@altlinux.ru>


# svn checkout https://dev.openwengo.com/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus
Source: %name-%version.tar.bz2
Patch: %name-%version.patch
Patch1: %name-%version-gcc43.patch

# Automatically added by buildreq on Tue Jan 08 2008
BuildRequires: doxygen gcc-c++ libdbus-devel libexpat-devel glib2-devel

%description
Ability to reflect dbus methods and signals into a more natural C++ object system.

%package devel
Requires: %name = %version
Group: Development/C++
Summary: Header files for libdbus-c++

%description devel
Header files for libdbus-c++

%prep
%setup -q
%patch
%patch1

%build
%configure --enable-glib --disable-static
%make_build

%install
%makeinstall_std
rm -rf %buildroot%_libdir/*.a

%files
%_libdir/libdbus-c++-1.so.*

%files devel
%_bindir/dbusxx-xml2cpp
%_bindir/dbusxx-introspect
%_libdir/libdbus-c++-1.so
%_includedir/dbus-c++-1/
%_pkgconfigdir/*.pc

%changelog
* Sat Nov 29 2008 Vitaly Lipatov <lav@altlinux.ru> 0.5.0-alt3
- fix build with gcc 4.3
- cleanup spec, remove post/postun sections

* Tue Jan 08 2008 Vitaly Lipatov <lav@altlinux.ru> 0.5.0-alt2
- build with glib (add glib-integration.h)

* Tue Jan 08 2008 Vitaly Lipatov <lav@altlinux.ru> 0.5.0-alt1
- initial build for ALT Linux Sisyphus

* Thu Feb 8 2007 Ben Martin
- initial spec file