Browse Source

update: ibus-anthy 1.2.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1054 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 14 years ago
parent
commit
629137209f
1 changed files with 9 additions and 8 deletions
  1. 9 8
      i/ibus-anthy/ibus-anthy-vl.spec

+ 9 - 8
i/ibus-anthy/ibus-anthy-vl.spec

@@ -1,10 +1,9 @@
-%define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
-
-%define git_source 0
+%define	ver	1.2.1
+%define	rel	1
 
 Name: ibus-anthy
-Version: 1.2.0.20100313
-Release: 1%{?_dist_release}
+Version: %{ver}
+Release: %{rel}%{?_dist_release}
 Summary: The Anthy engine for IBus input platform
 License: GPLv2+
 Group: System Environment/Libraries
@@ -26,9 +25,6 @@ libanthy.
 %setup -q
 
 %build
-%if %{git_source}
-./autogen.sh
-%endif
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -55,6 +51,11 @@ make check
 %{_datadir}/ibus/component/anthy.xml
 
 %changelog
+* Sat May 15 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.1-1
+- new upstream release
+- clean up:
+  - drop unused git_source and python_sitearch
+
 * Fri Apr 16 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20100313-1
 - new upstream release