summaryrefslogtreecommitdiff
path: root/ibus-anthy.spec.in
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2009-06-17 15:57:32 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2009-06-17 15:57:32 +0800
commit1ab43e76bfbad4f96c8a506f41c72efcf5c44b8f (patch)
treef08f06e03b2db635284f0fcd9ab45f871ad79f6b /ibus-anthy.spec.in
parent8acfe8de97a0099aab0b3724c3a95fd409aba6be (diff)
downloadibus-anthy-1ab43e76bfbad4f96c8a506f41c72efcf5c44b8f.tar.gz
Fix problems when 'make rpm'
Diffstat (limited to 'ibus-anthy.spec.in')
-rw-r--r--ibus-anthy.spec.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/ibus-anthy.spec.in b/ibus-anthy.spec.in
index 922e189..a7716a2 100644
--- a/ibus-anthy.spec.in
+++ b/ibus-anthy.spec.in
@@ -1,5 +1,4 @@
%{!?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: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Release: 1%{?dist}
@@ -49,11 +48,10 @@ rm -rf $RPM_BUILD_ROOT
# %dir %{python_sitearch}/ibus
%{python_sitearch}/anthy.py*
%{python_sitearch}/_anthy.so
-%{_libexecdir}/ibus-engine-anthy
-%{_libexecdir}/ibus-setup-anthy
-%{_datadir}/@PACKAGE@
+%{_libexecdir}/*
+%{_datadir}/ibus-anthy
%{_datadir}/ibus/component/*
%changelog
-* Fri Aug 08 2008 Huang Peng <shawn.p.huang@gmail.com> - @VERSION@-1
-- The first version.
+* @DATE_DISPLAY@ Peng Huang <shawn.p.huang@gmail.com> - @PACKAGE_VERSION@-1
+- Current veriosn.