Name: telepathy-qt4 Version: 0.7.1 Release: 1%{?dist} Summary: A high-level bindings for Telepathy License: LGPLv2+ URL: http://telepathy.freedesktop.org/wiki/Telepathy-Qt4 Source0: http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRequires: qt4-devel BuildRequires: cmake BuildRequires: dbus-python BuildRequires: telepathy-glib telepathy-farsight-devel BuildRequires: gstreamer-devel BuildRequires: doxygen %description Telepathy-qt4 are high level bindings for Telepathy and provides both the low level 1:1 auto generated API, and a high-level API build on top of that, in the same library. %package devel Summary: Development files for %{name}. Requires: %{name} = %{version}-%{release} %description devel %{summary}. # TODO: docs subpackage %prep %setup -q %build mkdir -p %{_target_platform} pushd %{_target_platform} %{cmake} .. popd make %{?_smp_mflags} -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc COPYING AUTHORS NEWS README TODO ChangeLog %{_libdir}/libtelepathy-qt4.so.* %{_libdir}/libtelepathy-qt4-farsight.so.* %files devel %doc HACKING %{_includedir}/telepathy-1.0/TelepathyQt4/ %{_libdir}/libtelepathy-qt4.so %{_libdir}/libtelepathy-qt4-farsight.so %{_libdir}/pkgconfig/TelepathyQt4.pc %{_libdir}/pkgconfig/TelepathyQt4Farsight.pc %changelog * Fri Jul 15 2011 Jaroslav Reznik - 0.7.1-1 - initial package