From 66c35b4be4c0bc0647ac4eb0ef8f681431cb7632 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Aug 05 2020 07:40:51 +0000 Subject: Rebuilt with python3 --- diff --git a/ibus-pinyin.spec b/ibus-pinyin.spec index 43195f7..0a262f5 100644 --- a/ibus-pinyin.spec +++ b/ibus-pinyin.spec @@ -2,7 +2,7 @@ Name: ibus-pinyin Version: 1.5.0 -Release: 21%{?dist} +Release: 22%{?dist} Summary: The Chinese Pinyin and Bopomofo engines for IBus input platform License: GPLv2+ URL: http://code.google.com/p/ibus @@ -22,7 +22,7 @@ BuildRequires: ibus-devel >= 1.5.4 BuildRequires: lua-devel >= 5.1 BuildRequires: opencc-devel BuildRequires: pyzy-devel -BuildRequires: python2-devel +BuildRequires: python3-devel # Requires(post): sqlite @@ -50,7 +50,7 @@ make %{?_smp_mflags} %install make DESTDIR=${RPM_BUILD_ROOT} install -%py_byte_compile %{python2} $RPM_BUILD_ROOT%{_datadir}/ibus-pinyin/setup +%py_byte_compile %{python3} $RPM_BUILD_ROOT%{_datadir}/ibus-pinyin/setup %find_lang %{name} @@ -72,6 +72,9 @@ make DESTDIR=${RPM_BUILD_ROOT} install %changelog +* Wed Aug 5 2020 Peng Wu - 1.5.0-22 +- Rebuilt with python3 + * Tue Aug 4 2020 Peng Wu - 1.5.0-21 - Fixes FTBFS bug