diff options
author | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-03-10 11:53:54 +0100 |
---|---|---|
committer | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-03-10 11:53:54 +0100 |
commit | ddd7e3b09c1b57ff2c2bc02fe993eb45b8ad4377 (patch) | |
tree | e85af751f4235a07ea1fe7b779db9d10a9eecbe2 | |
parent | 739c00d990ad76703afd4f6ea1fae955689a7aad (diff) | |
download | weekeyboard-tizen_ivi_panda.tar.gz weekeyboard-tizen_ivi_panda.tar.bz2 weekeyboard-tizen_ivi_panda.zip |
packaging: cleanup, exclude if not waylandsubmit/tizen_ivi_release/20140315.035344submit/tizen_ivi_panda/20140403.012123submit/tizen/20140311.091536accepted/tizen/ivi/release/20140315.035958accepted/tizen/ivi/panda/20140403.014045accepted/tizen/ivi/20140311.165552accepted/tizen/generic/20140311.124401tizen_ivi_releasetizen_ivi_pandaaccepted/tizen_ivi_releaseaccepted/tizen_ivi_panda
Change-Id: Id3916e0d960b00e65fb6bdd39bce8e6a6df00156
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rw-r--r-- | packaging/weekeyboard.spec | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/packaging/weekeyboard.spec b/packaging/weekeyboard.spec index 4493364..e0bdf16 100644 --- a/packaging/weekeyboard.spec +++ b/packaging/weekeyboard.spec @@ -2,7 +2,7 @@ Name: weekeyboard Version: 0.0.2 -Release: 1 +Release: 0 License: Apache-2.0 Summary: Virtual Keyboard Application Url: http://github.com/etrunko/weekeyboard @@ -15,7 +15,6 @@ BuildRequires: pkgconfig(eet) BuildRequires: pkgconfig(evas) BuildRequires: pkgconfig(ecore) BuildRequires: pkgconfig(ecore-evas) -BuildRequires: pkgconfig(ecore-wayland) BuildRequires: pkgconfig(edje) BuildRequires: pkgconfig(eet) BuildRequires: pkgconfig(efreet) @@ -26,7 +25,9 @@ Requires: ibus Requires: ibus-hangul Requires: ibus-libpinyin -%if !%{with wayland} +%if %{with wayland} +BuildRequires: pkgconfig(ecore-wayland) +%else ExclusiveArch: %endif @@ -52,5 +53,3 @@ make %{?_smp_mflags} %{_bindir}/weekeyboard %{_datadir}/weekeyboard/*.edj -%changelog - |