summaryrefslogtreecommitdiffstats
path: root/ibus-pinyin.spec.in
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-08 09:41:24 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-08 09:41:24 +0800
commit6b59ed7ee0dc0e87e45e86c2677c5ecb1f418b42 (patch)
tree680bc059485aaa16a2cbb3787126c0646f0b6af4 /ibus-pinyin.spec.in
parent59a0e164ed3c807bc77e38e2f63068151fc5f68a (diff)
downloadibus-libpinyin-6b59ed7ee0dc0e87e45e86c2677c5ecb1f418b42.tar.gz
ibus-libpinyin-6b59ed7ee0dc0e87e45e86c2677c5ecb1f418b42.tar.xz
ibus-libpinyin-6b59ed7ee0dc0e87e45e86c2677c5ecb1f418b42.zip
Fix problems reported by rpmlint
Diffstat (limited to 'ibus-pinyin.spec.in')
-rw-r--r--ibus-pinyin.spec.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/ibus-pinyin.spec.in b/ibus-pinyin.spec.in
index b1e2414..27cf690 100644
--- a/ibus-pinyin.spec.in
+++ b/ibus-pinyin.spec.in
@@ -12,11 +12,13 @@ Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
Source1: http://scim-python.googlecode.com/files/pinyin-database-0.1.10.5.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
+
BuildRequires: gettext-devel, libtool, python-devel, pygtk2-devel, perl(XML::Parser) gtk2-devel qt-devel
Requires: pygtk2
%description
-IBus template project
+PinYin engine for IBus input framework.
%prep
%setup -q
@@ -53,5 +55,5 @@ python -c "import pysqlitedb; db = pysqlitedb.PYSQLiteDB (); db.create_indexes (
%{_libexecdir}/ibus-setup-pinyin
%changelog
-* Wed Jun 25 2008 Huang Peng <shawn.p.huang@gmail.com> - 0.1.0-1
+* Wed Jun 25 2008 Huang Peng <shawn.p.huang@gmail.com> - @VERSION@-1
- The first version.