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