From: Stephane Desneux Date: Wed, 3 Jun 2015 09:33:20 +0000 (+0200) Subject: pkgconf: fix bad dependencies on app-core-common-devel X-Git-Tag: submit/tizen/20150603.095814^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F96%2F40396%2F1;p=platform%2Fcore%2Fappfw%2Fapp-core.git pkgconf: fix bad dependencies on app-core-common-devel Change-Id: I565e1e7ec32b0c453913e9b2b19aeb8a9dcecec2 Signed-off-by: Stephane Desneux --- diff --git a/appcore-common-wayland.pc.in b/appcore-common-wayland.pc.in index 1b9e47d..e701dc0 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: sensor vconf aul dlog +Requires.private: 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 f9b1519..3d3f755 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: sensor vconf aul dlog x11 +Requires.private: 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 741428e..9c8fbff 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: elementary appcore-common dlog +Requires.private: 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 2428648..d28720c 100644 --- a/packaging/app-core.spec +++ b/packaging/app-core.spec @@ -64,10 +64,6 @@ 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 @@ -85,7 +81,7 @@ Application basics template %prep -%setup -q +%setup -q cp %{SOURCE1001} .