From: Stephane Desneux Date: Fri, 5 Jun 2015 13:17:13 +0000 (+0200) Subject: Revert "pkgconf: fix bad dependencies on app-core-common-devel" X-Git-Tag: submit/tizen/20150605.131835^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=030c5d6d051787b71826c9ca96f35bfcadc9b54d;p=platform%2Fcore%2Fappfw%2Fapp-core.git Revert "pkgconf: fix bad dependencies on app-core-common-devel" This reverts commit ceeae6608d8b3c181ab5028f895e2785596450d9. --- diff --git a/appcore-common-wayland.pc.in b/appcore-common-wayland.pc.in index e701dc0..1b9e47d 100644 --- a/appcore-common-wayland.pc.in +++ b/appcore-common-wayland.pc.in @@ -8,6 +8,6 @@ includedir=@INCLUDEDIR@ Name: app-core-common Description: SAMSUNG Linux platform application library Version: @VERSION@ -Requires.private: sensor vconf aul dlog +Requires: sensor vconf aul dlog Libs: -L${libdir} -lappcore-common Cflags: -I${includedir} -I${includedir}/appcore diff --git a/appcore-common-x.pc.in b/appcore-common-x.pc.in index 3d3f755..f9b1519 100644 --- a/appcore-common-x.pc.in +++ b/appcore-common-x.pc.in @@ -8,6 +8,6 @@ includedir=@INCLUDEDIR@ Name: app-core-common Description: SAMSUNG Linux platform application library Version: @VERSION@ -Requires.private: sensor vconf aul dlog x11 +Requires: sensor vconf aul dlog x11 Libs: -L${libdir} -lappcore-common Cflags: -I${includedir} -I${includedir}/appcore diff --git a/appcore-efl.pc.in b/appcore-efl.pc.in index 9c8fbff..741428e 100644 --- a/appcore-efl.pc.in +++ b/appcore-efl.pc.in @@ -8,6 +8,6 @@ includedir=@INCLUDEDIR@ Name: app-core-efl Description: SAMSUNG Linux platform efl application library Version: @VERSION@ -Requires.private: elementary appcore-common dlog +Requires: elementary appcore-common dlog Libs: -L${libdir} -lappcore-efl Cflags: -I${includedir} -I${includedir}/appcore diff --git a/packaging/app-core.spec b/packaging/app-core.spec index d28720c..2428648 100644 --- a/packaging/app-core.spec +++ b/packaging/app-core.spec @@ -64,6 +64,10 @@ Application basics common Summary: App basics common (devel) Group: Development/Libraries Requires: %{name}-common = %{version}-%{release} +Requires: pkgconfig(sensor) +Requires: pkgconfig(vconf) +Requires: pkgconfig(elementary) +Requires: pkgconfig(aul) %if %{with x} Requires: pkgconfig(x11) %endif @@ -81,7 +85,7 @@ Application basics template %prep -%setup -q +%setup -q cp %{SOURCE1001} .