summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>2015-06-03 11:33:20 +0200
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>2015-06-03 11:43:52 +0200
commitceeae6608d8b3c181ab5028f895e2785596450d9 (patch)
tree1d1db8f3cd289ad457ab2f418b021a716cc0c63d
parentd9416be416758bc2a0da45384590db18680df01c (diff)
downloadapp-core-ceeae6608d8b3c181ab5028f895e2785596450d9.tar.gz
app-core-ceeae6608d8b3c181ab5028f895e2785596450d9.tar.bz2
app-core-ceeae6608d8b3c181ab5028f895e2785596450d9.zip
pkgconf: fix bad dependencies on app-core-common-develsubmit/tizen/20150603.095814
Change-Id: I565e1e7ec32b0c453913e9b2b19aeb8a9dcecec2 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rw-r--r--appcore-common-wayland.pc.in2
-rw-r--r--appcore-common-x.pc.in2
-rw-r--r--appcore-efl.pc.in2
-rw-r--r--packaging/app-core.spec6
4 files changed, 4 insertions, 8 deletions
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} .