diff options
author | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-16 01:19:50 +0900 |
---|---|---|
committer | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-16 01:19:50 +0900 |
commit | 6d870fba92fede940cfd1e615b7a7f33f88c3b80 (patch) | |
tree | 61646496ca6fea213c01309b516b697aa252e1df | |
parent | 825804561fab7e467a543c1edadff62841681555 (diff) | |
download | ise-engine-anthy-tizen_2.1.tar.gz ise-engine-anthy-tizen_2.1.tar.bz2 ise-engine-anthy-tizen_2.1.zip |
merge with mastersubmit/tizen_2.1/20130424.234109submit/tizen/20130912.090218submit/tizen/20130912.075908submit/tizen/20130517.045344accepted/tizen_2.1/20130425.024750accepted/tizen/20130912.195956accepted/tizen/20130912.191857accepted/tizen/20130912.144329accepted/tizen/20130912.101253accepted/tizen/20130912.095844accepted/tizen/20130912.092258accepted/tizen/20130520.1014002.1b_releasetizen_2.1
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | packaging/ise-engine-anthy.changes | 9 | ||||
-rwxr-xr-x | packaging/ise-engine-anthy.spec | 9 |
3 files changed, 5 insertions, 15 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index f38e3cc..0000000 --- a/autogen.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -./bootstrap diff --git a/packaging/ise-engine-anthy.changes b/packaging/ise-engine-anthy.changes deleted file mode 100644 index 3f8105c..0000000 --- a/packaging/ise-engine-anthy.changes +++ /dev/null @@ -1,9 +0,0 @@ -* Thu Jan 31 2013 Li Zhang <li2012.zhang@samsung.com> submit/tizen_2.0/20130102.010626@7a7fec3 -- upload package -- Fix package information -- Support --no-configure in GBS -- commit preedit string when reset -- Remove anthy -- upload japanese input method engine -- Initial empty repository - diff --git a/packaging/ise-engine-anthy.spec b/packaging/ise-engine-anthy.spec index c150a5c..2ca4ca8 100755 --- a/packaging/ise-engine-anthy.spec +++ b/packaging/ise-engine-anthy.spec @@ -1,10 +1,11 @@ +#sbs-git:slp/pkgs/e/edje edje 1.1.0+svn.69011slp2+build03 96cd9783918ce594c786d12a5107be27aec4d34b Name: ise-engine-anthy Summary: Japanese input method Version: 0.0.0125 Release: 1 -Group: System/I18n/Japanese -License: GPL -URL: http://sourceforge.jp/projects/scim-imengine/ +Group: TO_BE/FILLED_IN +License: BSD +URL: http://www.enlightenment.org/ Source0: %{name}-%{version}.tar.gz BuildRequires: prelink BuildRequires: gettext-tools @@ -22,7 +23,7 @@ Ise-engine-anthy is ISF IMEngine module for Japanese input method base.It conver %setup -q %build -%autogen +./bootstrap %configure --prefix=%{_prefix} --disable-static make %{?jobs:-j%jobs} |