From b8b6af88c5551ee781196a4f6e389cf4f2984625 Mon Sep 17 00:00:00 2001
From: Piotr Kosko
Date: Thu, 27 Apr 2017 10:15:02 +0200
Subject: [PATCH] [Common][Contact][Callhistory] changed required rpm name
[Comment] related native change https://review.tizen.org/gerrit/#/c/126363/
need to be merged first.
Change-Id: I5d7280a38bfd07a9d73ae11d66a53c14d549146d
Signed-off-by: Piotr Kosko
---
packaging/webapi-plugins.spec | 4 ++--
src/callhistory/callhistory.gyp | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/packaging/webapi-plugins.spec b/packaging/webapi-plugins.spec
index 03cb942a..13e108b0 100644
--- a/packaging/webapi-plugins.spec
+++ b/packaging/webapi-plugins.spec
@@ -495,11 +495,11 @@ BuildRequires: pkgconfig(calendar-service2)
%endif
%if "%{?tizen_feature_contact_support}" == "1" || "%{?unified_build}" == "1"
-BuildRequires: pkgconfig(contacts-service2)
+BuildRequires: pkgconfig(contacts-service)
%endif
%if "%{?tizen_feature_callhistory_support}" == "1" || "%{?unified_build}" == "1"
-BuildRequires: pkgconfig(contacts-service2)
+BuildRequires: pkgconfig(contacts-service)
%endif
%if "%{?tizen_feature_exif_support}" == "1" || "%{?unified_build}" == "1"
diff --git a/src/callhistory/callhistory.gyp b/src/callhistory/callhistory.gyp
index 3e88ecc0..7494b586 100644
--- a/src/callhistory/callhistory.gyp
+++ b/src/callhistory/callhistory.gyp
@@ -37,4 +37,4 @@
],
},
],
-}
\ No newline at end of file
+}
--
2.34.1