summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>2015-06-05 15:17:13 +0200
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>2015-06-05 15:17:13 +0200
commit030c5d6d051787b71826c9ca96f35bfcadc9b54d (patch)
tree309704a762c02f7d8bf00dfa5b75b4729ab6c8bc
parent96b696b75bf8208d4e16e3780a96bb0ef621fdac (diff)
downloadapp-core-030c5d6d051787b71826c9ca96f35bfcadc9b54d.tar.gz
app-core-030c5d6d051787b71826c9ca96f35bfcadc9b54d.tar.bz2
app-core-030c5d6d051787b71826c9ca96f35bfcadc9b54d.zip
Revert "pkgconf: fix bad dependencies on app-core-common-devel"submit/tizen/20150605.131835
This reverts commit ceeae6608d8b3c181ab5028f895e2785596450d9.
-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, 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} .