Hello community,
here is the log from the commit of package ibus-table-zhengma for
openSUSE:Factory checked in at 2014-07-29 16:48:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-table-zhengma (Old)
and /work/SRC/openSUSE:Factory/.ibus-table-zhengma.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ibus-table-zhengma"
Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-table-zhengma/ibus-table-zhengma.changes
2011-09-23 02:03:09.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ibus-table-zhengma.new/ibus-table-zhengma.changes
2014-07-29 16:48:19.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Jul 26 16:02:18 UTC 2014 - [email protected]
+
+- ibus-table is now built with python3
+- we need to port ibus-table-zhengma to python3 too
+
+-------------------------------------------------------------------
Old:
----
ibus-table-zhengma-1.1.0.20090402.tar.bz2
New:
----
ibus-table-zhengma-1.1.0.20090402.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ibus-table-zhengma.spec ++++++
--- /var/tmp/diff_new_pack.rgzbXY/_old 2014-07-29 16:48:21.000000000 +0200
+++ /var/tmp/diff_new_pack.rgzbXY/_new 2014-07-29 16:48:21.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package ibus-table-zhengma (Version 1.1.0.20090402)
+# spec file for package ibus-table-zhengma
#
-# Copyright (c) 2010 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
@@ -15,44 +15,47 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: ibus-table-zhengma
-BuildRequires: ibus-table-devel ibus-table-extraphrase-devel pkgconfig python
-Summary: ZhengMa input method for IBus
Version: 1.1.0.20090402
-Release: 1
+Release: 0
+Summary: ZhengMa input method for IBus
License: GPL-2.0+
Group: System/I18n/Chinese
-Url: http://code.google.com/p/ibus/
-Source: %{name}-%{version}.tar.bz2
+Url: https://code.google.com/p/ibus/
+Source: https://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
+BuildRequires: ibus-table-devel
+BuildRequires: ibus-table-extraphrase-devel
+BuildRequires: libtool
+BuildRequires: pkg-config
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Requires: ibus-table
BuildArch: noarch
+%ibus_table_requires
%description
Zheng Ma input method intergrated in IBus framework.
-
%prep
%setup -q
+autoreconf -fi
%build
+export PYTHON=python3
%configure --enable-extra-phrases
-make
+make %{?_smp_mflags}
%install
-%makeinstall
-rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+rm -rf %{buildroot}%{_datadir}/doc/%{name}
-%clean
-rm -rf %buildroot
+%post
+%ibus_table_index_post zhengma
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
-%doc docs/*.pdf
-%{_datadir}/ibus-table
+%doc docs/ZiGenBiao.pdf
+%{_ibus_tabledir}/zhengma.db
+%{_ibus_icondir}/zhengma.svg
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]