From 030c5d6d051787b71826c9ca96f35bfcadc9b54d Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Fri, 5 Jun 2015 15:17:13 +0200 Subject: [PATCH] Revert "pkgconf: fix bad dependencies on app-core-common-devel" This reverts commit ceeae6608d8b3c181ab5028f895e2785596450d9. --- appcore-common-wayland.pc.in | 2 +- appcore-common-x.pc.in | 2 +- appcore-efl.pc.in | 2 +- packaging/app-core.spec | 6 +++++- 4 files changed, 8 insertions(+), 4 deletions(-) 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} . -- 2.34.1