Name: telepathy-qt4 Version: 0.8.0 Release: %mkrel 1 Summary: Base classes for use in connection managers, and proxy classes License: LGPLv2+ Group: Networking/Instant messaging Url: http://telepathy.freedesktop.org/wiki/Telepathy-Qt4 Source0: http://telepathy.freedesktop.org/releases/telepathy-qt4/%name-%version.tar.gz Patch0: telepathy-qt4-0.7.2-fix-linking.patch BuildRequires: qt4-devel BuildRequires: libtelepathy-farsight-devel >= 0.0.4 BuildRequires: libtelepathy-glib-devel >= 0.15.1 BuildRequires: libgstreamer-plugins-base-devel BuildRequires: gstreamer0.10-devel BuildRequires: python python-dbus BuildRequires: cmake BuildRequires: doxygen %description Qt4 libraries for use in Telepathy clients and connection managers #-------------------------------------------------------------------- %define libtelepathy_qt4_farsight_major 1 %define libtelepathy_qt4_farsight %mklibname telepathy-qt4-farsight %{libtelepathy_qt4_farsight_major} %package -n %libtelepathy_qt4_farsight Summary: Core Decibel library Group: System/Libraries %description -n %libtelepathy_qt4_farsight Core Decibel library. %files -n %libtelepathy_qt4_farsight %{_libdir}/libtelepathy-qt4-farsight.so.%{libtelepathy_qt4_farsight_major}* #-------------------------------------------------------------------- %define libtelepathy_qt4_major 1 %define libtelepathy_qt4 %mklibname telepathy-qt4_ %{libtelepathy_qt4_major} %package -n %libtelepathy_qt4 Summary: Core Decibel library Group: System/Libraries %description -n %libtelepathy_qt4 Core Decibel library. %files -n %libtelepathy_qt4 %{_libdir}/libtelepathy-qt4.so.%{libtelepathy_qt4_major}* #-------------------------------------------------------------------- %define develname %mklibname telepathy-qt4 -d %package -n %{develname} Summary: %{name} development files Group: Development/Other Provides: libtelepathy-qt-devel = %{version} Provides: %name-devel = %{version} Requires: %libtelepathy_qt4 = %{version} Requires: %libtelepathy_qt4_farsight = %{version} %description -n %{develname} Telepathy-qt development files. %files -n %{develname} %doc AUTHORS ChangeLog COPYING HACKING NEWS README %{_includedir}/* %{_libdir}/pkgconfig/* %{_libdir}/*.so #-------------------------------------------------------------------- %prep %setup -q -n %name-%version %patch0 -p1 -b .link %build %cmake %make %install %makeinstall_std -C build