diff --git a/krdc.changes b/krdc.changes index 8f6275b..e8e8904 100644 --- a/krdc.changes +++ b/krdc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 15 22:24:48 UTC 2013 - hrvoje.senjan@gmail.com + +- Enable Telepathy support for krdc package on openSUSE >= 13.1 + ------------------------------------------------------------------- Sun Sep 1 10:37:48 UTC 2013 - tittiatcoke@gmail.com diff --git a/krdc.spec b/krdc.spec index 9e3474e..801c76a 100644 --- a/krdc.spec +++ b/krdc.spec @@ -21,6 +21,9 @@ BuildRequires: LibVNCServer-devel BuildRequires: freerdp BuildRequires: freerdp-devel BuildRequires: libkde4-devel +%if 0%{?suse_version} >= 1310 +BuildRequires: pkgconfig(TelepathyQt4) +%endif BuildRequires: oxygen-icon-theme-large Version: 4.11.1 Release: 0 @@ -94,6 +97,14 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %{_kde4_servicesdir}/*.protocol %{_kde4_servicetypesdir}/krdc_plugin.desktop %_kde4_iconsdir/hicolor/*/apps/krdc.* +%if 0%{?suse_version} >= 1310 +%{_kde4_bindir}/krdc_rfb_approver +%{_kde4_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.krdc_rfb_*.service +%{_kde4_appsdir}/krdc_rfb_approver/ +%dir %{_kde4_datadir}/telepathy +%dir %{_kde4_datadir}/telepathy/clients +%{_kde4_datadir}/telepathy/clients/krdc_rfb_*.client +%endif %files devel %defattr(-,root,root)