Accepting request 199211 from KDE:Distro:Factory

Enable Telepathy support for krdc package on openSUSE >= 13.1 (depends on sr 199071) (forwarded request 199169 from sumski)

OBS-URL: https://build.opensuse.org/request/show/199211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krdc?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2013-09-26 09:46:39 +00:00 committed by Git OBS Bridge
parent f85b162fc2
commit f7dc6e886f
2 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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)