summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-02-07 17:33:07 +0100
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-02-13 18:54:18 +0100
commit95ce3a83c10d183aa3298b0b79d76e7c6870a023 (patch)
tree9c19ee28eff497c222bce0afb741e0ebf7b18835
parent9789c6e55454b34b2962527d7fce7d74bd81cd87 (diff)
downloadpython-elementary-sandbox/pcoval/git.tar.gz
python-elementary-sandbox/pcoval/git.tar.bz2
python-elementary-sandbox/pcoval/git.zip
packaging: depends on ecore-xsandbox/pcoval/git
Bug-Tizen: PTREL-653 Change-Id: Iaeda72b67e1261c77fc0b249cb1c31cc1b97bbe4 Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rw-r--r--packaging/python-elementary.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/python-elementary.spec b/packaging/python-elementary.spec
index f7a3818..b9d65e6 100644
--- a/packaging/python-elementary.spec
+++ b/packaging/python-elementary.spec
@@ -1,3 +1,5 @@
+%bcond_with x
+
Name: python-elementary
Version: 1.7.0
Release: 0
@@ -9,6 +11,10 @@ Group: EFL
Source: %{name}-%{version}.tar.bz2
Source1001: python-elementary.manifest
BuildRequires: python-devel
+%if %{with x}
+BuildRequires: pkgconfig(ecore-x)
+%endif
+
BuildRequires: pkgconfig(elementary)
BuildRequires: pkgconfig(python-ecore)
BuildRequires: pkgconfig(python-evas)