summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinkun Jang <jinkun.jang@samsung.com>2013-03-16 01:19:50 +0900
committerJinkun Jang <jinkun.jang@samsung.com>2013-03-16 01:19:50 +0900
commit6d870fba92fede940cfd1e615b7a7f33f88c3b80 (patch)
tree61646496ca6fea213c01309b516b697aa252e1df
parent825804561fab7e467a543c1edadff62841681555 (diff)
downloadise-engine-anthy-tizen_2.1.tar.gz
ise-engine-anthy-tizen_2.1.tar.bz2
ise-engine-anthy-tizen_2.1.zip
-rwxr-xr-xautogen.sh2
-rw-r--r--packaging/ise-engine-anthy.changes9
-rwxr-xr-xpackaging/ise-engine-anthy.spec9
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}