Hello community,

here is the log from the commit of package ktp-common-internals for 
openSUSE:Factory checked in at 2013-10-14 22:03:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-common-internals (Old)
 and      /work/SRC/openSUSE:Factory/.ktp-common-internals.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-common-internals"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ktp-common-internals/ktp-common-internals.changes    
    2013-10-08 10:54:09.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-common-internals.new/ktp-common-internals.changes
   2013-10-14 22:03:46.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Oct 10 19:56:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Activate libkpeople support for repos that hold 4.11 and newer
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ktp-common-internals.spec ++++++
--- /var/tmp/diff_new_pack.z3kOBD/_old  2013-10-14 22:03:48.000000000 +0200
+++ /var/tmp/diff_new_pack.z3kOBD/_new  2013-10-14 22:03:48.000000000 +0200
@@ -16,6 +16,15 @@
 #
 
 
+# Define KDE4 minorversion, for 4.11 it would be 11. We only want kpeople 
support with that and newer versions
+%define _kde_minorver %(echo %{_kde_platform_version} | cut -f 2 -d \.)
+
+%if %{?_kde_minorver} >= 11
+%define kpeople 1
+%else
+%define kpeople 0
+%endif
+
 %define soversion 6
 
 Name:           ktp-common-internals
@@ -26,6 +35,9 @@
 Group:          Development/Libraries/Other
 Url:            
http://community.kde.org/Real-Time_Communication_and_Collaboration
 Source0:        
http://download.kde.org/unstable/kde-telepathy/%{version}/src/%{name}-%{version}.tar.bz2
+%if %kpeople
+BuildRequires:  libkpeople-devel
+%endif
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
@@ -54,6 +66,9 @@
 Requires:       boost-devel
 Requires:       libkde4-devel
 Requires:       libktpcommoninternals%{soversion} = %{version}
+%if %kpeople
+Requires:       libkpeople-devel
+%endif
 Requires:       telepathy-logger-qt4-devel >= 0.6.0
 Requires:       telepathy-qt4-devel >= 0.9.2.1
 
@@ -104,6 +119,19 @@
 %{_kde4_appsdir}/katepart/syntax/ktpdebugoutput.xml
 %{_kde4_servicesdir}/ktploggerplugin_tplogger.desktop
 %{_kde4_servicetypes}/ktp_logger_plugin.desktop
+%if %kpeople
+%{_kde4_modulesdir}/im_persons_data_source_plugin.so
+%{_kde4_modulesdir}/imdetailswidgetplugin.so
+%{_kde4_modulesdir}/ktp_kpeople_plugin.so
+%{_kde4_modulesdir}/nepomuktelepathyservice.so
+%{_kde4_servicesdir}/im_persons_data_source_plugin.desktop
+%{_kde4_servicesdir}/imdetailswidgetplugin.desktop
+%{_kde4_servicesdir}/ktp_kpeople_plugin.desktop
+%{_kde4_servicesdir}/nepomuktelepathyservice.desktop
+%dir %{_kde4_datadir}/ontology/telepathy
+%{_kde4_datadir}/ontology/telepathy/telepathy.ontology
+%{_kde4_datadir}/ontology/telepathy/telepathy.trig
+%endif
 
 %files -n ktp-icons
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to