summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-02-06 16:12:37 +0100
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-03-03 18:04:22 +0100
commite6310383a768786e26cb7e83572000ea9f498179 (patch)
treef5e11fa2b3c7e6bc1e89f2b8af155e84197b2136
parentfa0af4966f3bbf3fcefe0530c07777441cf5f820 (diff)
downloadpython-elementary-e6310383a768786e26cb7e83572000ea9f498179.tar.gz
python-elementary-e6310383a768786e26cb7e83572000ea9f498179.tar.bz2
python-elementary-e6310383a768786e26cb7e83572000ea9f498179.zip
Bug-Tizen: PTREL-653/part Change-Id: I5a4f2bc4096429d1a5e98302cc2cdd6d06004406 Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rw-r--r--packaging/python-elementary.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/packaging/python-elementary.spec b/packaging/python-elementary.spec
index d8cab62..e3e6455 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
@@ -14,6 +16,12 @@ BuildRequires: pkgconfig(elementary)
BuildRequires: pkgconfig(ecore-x)
BuildRequires: pkgconfig(python-ecore)
BuildRequires: pkgconfig(python-evas)
+%if %{with x}
+BuildRequires: pkgconfig(ecore-x)
+%else
+ExclusiveArch:
+%endif
+
%description
Elementary python bindings.