summaryrefslogtreecommitdiff
path: root/ibus-anthy.spec.in
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-08 16:43:41 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-08 16:43:41 +0800
commit7c78074f06abfa8df3441296bd711cf3030d9b4b (patch)
tree36a88bb1c7d4d239424ec7bae070f470ec1cd4cc /ibus-anthy.spec.in
parent91f9509cd1f9a0f12e0ccaee923ebf070ff1fd30 (diff)
downloadibus-anthy-7c78074f06abfa8df3441296bd711cf3030d9b4b.tar.gz
Fix some problem for fedora packaging review.
Diffstat (limited to 'ibus-anthy.spec.in')
-rw-r--r--ibus-anthy.spec.in16
1 files changed, 12 insertions, 4 deletions
diff --git a/ibus-anthy.spec.in b/ibus-anthy.spec.in
index 0299fa4..8fef457 100644
--- a/ibus-anthy.spec.in
+++ b/ibus-anthy.spec.in
@@ -10,8 +10,17 @@ URL: http://code.google.com/p/ibus/
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: gettext-devel, libtool, python-devel, perl(XML::Parser), anthy-devel, swig, pkgconfig
-Requires: ibus, anthy
+
+BuildRequires: gettext-devel
+BuildRequires: libtool
+BuildRequires: python-devel
+# BuildRequires: perl(XML::Parser)
+BuildRequires: anthy-devel
+BuildRequires: swig
+BuildRequires: pkgconfig
+
+Requires: ibus
+Requires: anthy
%description
The Anthy engine for IBus platform. It provides Japanese input method from
@@ -43,10 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitearch}/anthy.py*
%{python_sitearch}/_anthy.so
%dir %{_datadir}/ibus-anthy
+%{_libexecdir}/ibus-engine-anthy
%{_datadir}/ibus-anthy/*
%{_datadir}/ibus/engine/anthy.engine
-%{_libexecdir}/ibus-engine-anthy
-%{_datadir}/ibus-anthy/icons/*
%changelog
* Fri Aug 08 2008 Huang Peng <shawn.p.huang@gmail.com> - @VERSION@-1