Hello community,

here is the log from the commit of package ibus-table-zhuyin for 
openSUSE:Factory checked in at 2014-07-29 16:48:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-table-zhuyin (Old)
 and      /work/SRC/openSUSE:Factory/.ibus-table-zhuyin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-table-zhuyin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-table-zhuyin/ibus-table-zhuyin.changes      
2012-06-28 15:29:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-table-zhuyin.new/ibus-table-zhuyin.changes 
2014-07-29 16:48:17.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 27 13:50:30 UTC 2014 - [email protected]
+
+- use python3 to build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ibus-table-zhuyin.spec ++++++
--- /var/tmp/diff_new_pack.teFfC0/_old  2014-07-29 16:48:18.000000000 +0200
+++ /var/tmp/diff_new_pack.teFfC0/_new  2014-07-29 16:48:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-table-zhuyin
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,38 +23,44 @@
 License:        GPL-3.0+
 Group:          System/I18n/Chinese
 Url:            http://code.google.com/p/ibus/
-Source:         %{name}-%{version}.tar.gz
+Source:         http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
 # FIX-FOR-UPSTREAM fix attribute name error in zhuyin-big.txt table.
-Patch0:         zhuyin-big-attr-name.patch
+Patch:          zhuyin-big-attr-name.patch
 BuildRequires:  fdupes
 BuildRequires:  ibus-table-devel
-BuildRequires:  pkgconfig
-BuildRequires:  python
-Requires:       ibus-table
+BuildRequires:  pkg-config
 Provides:       locale(ibus:zh_TW)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
+%ibus_table_requires
 
 %description
 Zhuyin input method intergrated in IBus framework.
-注音輸入法
 
 %prep
 %setup -q
-%patch0 -p1
+%patch -p1
 
 %build
+export PYTHON=python3
 %configure
-make
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %fdupes %{buildroot}
 
+%post
+%ibus_table_index_post zhuyin
+%ibus_table_index_post zhuyin-big
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%{_datadir}/ibus-table
+%{_ibus_icondir}/zhuyin.png
+%{_ibus_icondir}/zhuyin-big.png
+%{_ibus_tabledir}/zhuyin.db
+%{_ibus_tabledir}/zhuyin-big.db
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to