From 8a328936585b578926207fae7f233910ea6489a5 Mon Sep 17 00:00:00 2001 From: Piotr Kosko Date: Fri, 28 Apr 2017 05:50:06 +0000 Subject: [PATCH] Revert "[Common][Contact][Callhistory] changed required rpm name" .pc file name was not changed, commit is not needed. This reverts commit b8b6af88c5551ee781196a4f6e389cf4f2984625. Change-Id: I8edc1e68cce0d0fcb4057bef3d838ff0406a7c53 --- 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 13e108b0..03cb942a 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-service) +BuildRequires: pkgconfig(contacts-service2) %endif %if "%{?tizen_feature_callhistory_support}" == "1" || "%{?unified_build}" == "1" -BuildRequires: pkgconfig(contacts-service) +BuildRequires: pkgconfig(contacts-service2) %endif %if "%{?tizen_feature_exif_support}" == "1" || "%{?unified_build}" == "1" diff --git a/src/callhistory/callhistory.gyp b/src/callhistory/callhistory.gyp index 7494b586..3e88ecc0 100644 --- a/src/callhistory/callhistory.gyp +++ b/src/callhistory/callhistory.gyp @@ -37,4 +37,4 @@ ], }, ], -} +} \ No newline at end of file -- 2.34.1