Check it by rpmlint and fixed some problems.
authorHuang Peng <shawn.p.huang@gmail.com>
Fri, 8 Aug 2008 01:16:07 +0000 (09:16 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Fri, 8 Aug 2008 01:16:07 +0000 (09:16 +0800)
README
engine/Makefile.am
ibus-anthy.spec.in

diff --git a/README b/README
index e69de29..726d548 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,2 @@
+ibus-anthy
+It is a Japanese input engine for IBus.
index 0f64194..abdd240 100644 (file)
@@ -23,7 +23,6 @@ engine_anthy_PYTHON = \
        factory.py \
        main.py \
        tables.py \
-       test.py \
        $(NULL)
 engine_anthydir = $(pkgdatadir)
 
index 1f7ff21..283ef9a 100644 (file)
@@ -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.