summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-08 09:16:07 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-08 09:16:07 +0800
commit48b7c4d75d8e8585637297facbc8b29fd392b811 (patch)
tree0c2ae7012f3c9caf4b585bb5ca71c9c9d18647fd
parent561181ad976bb1b8e489111ee2336536bc17ba9d (diff)
downloadibus-hangul-48b7c4d75d8e8585637297facbc8b29fd392b811.tar.gz
Check it by rpmlint and fixed some problems.
-rw-r--r--README2
-rw-r--r--engine/Makefile.am1
-rw-r--r--ibus-anthy.spec.in5
3 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index e69de29..726d548 100644
--- a/README
+++ b/README
@@ -0,0 +1,2 @@
+ibus-anthy
+It is a Japanese input engine for IBus.
diff --git a/engine/Makefile.am b/engine/Makefile.am
index 0f64194..abdd240 100644
--- a/engine/Makefile.am
+++ b/engine/Makefile.am
@@ -23,7 +23,6 @@ engine_anthy_PYTHON = \
factory.py \
main.py \
tables.py \
- test.py \
$(NULL)
engine_anthydir = $(pkgdatadir)
diff --git a/ibus-anthy.spec.in b/ibus-anthy.spec.in
index 1f7ff21..283ef9a 100644
--- a/ibus-anthy.spec.in
+++ b/ibus-anthy.spec.in
@@ -1,10 +1,9 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%define mod_path ibus-@PACKAGE_VERSION_MAJOR@.@PACKAGE_VERSION_MINOR@
Name: ibus-anthy
Version: @PACKAGE_VERSION@
Release: 1%{?dist}
-Summary: The Anthy engine for IBus input platform.
+Summary: The Anthy engine for IBus input platform
License: GPLv2+
Group: System Environment/Libraries
URL: http://code.google.com/p/ibus/
@@ -49,5 +48,5 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/ibus-anthy/icons/*
%changelog
-* Wed Jun 25 2008 Huang Peng <shawn.p.huang@gmail.com> - 0.1.0-1
+* Fri Aug 08 2008 Huang Peng <shawn.p.huang@gmail.com> - @VERSION@-1
- The first version.