From: Huang Peng Date: Fri, 8 Aug 2008 01:16:07 +0000 (+0800) Subject: Check it by rpmlint and fixed some problems. X-Git-Tag: 0.1.0.20080810~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48b7c4d75d8e8585637297facbc8b29fd392b811;p=platform%2Fupstream%2Fibus-hangul.git Check it by rpmlint and fixed some problems. --- 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 - 0.1.0-1 +* Fri Aug 08 2008 Huang Peng - @VERSION@-1 - The first version.