Compare commits
No commits in common. "c8s" and "c9-beta" have entirely different histories.
23
.gitignore
vendored
23
.gitignore
vendored
@ -1,22 +1 @@
|
||||
/ibus-libzhuyin-1.6.99.20140626.tar.gz
|
||||
/ibus-libzhuyin-1.6.99.20140718.tar.gz
|
||||
/ibus-libzhuyin-1.6.99.20140929.tar.gz
|
||||
/ibus-libzhuyin-1.7.0.tar.gz
|
||||
/ibus-libzhuyin-1.7.1.tar.gz
|
||||
/ibus-libzhuyin-1.7.2.tar.gz
|
||||
/ibus-libzhuyin-1.7.3.tar.gz
|
||||
/ibus-libzhuyin-1.7.4.tar.gz
|
||||
/ibus-libzhuyin-1.7.5.tar.gz
|
||||
/ibus-libzhuyin-1.7.6.tar.gz
|
||||
/ibus-libzhuyin-1.7.7.tar.gz
|
||||
/ibus-libzhuyin-1.7.8.tar.gz
|
||||
/ibus-libzhuyin-1.7.9.tar.gz
|
||||
/ibus-libzhuyin-1.7.10.tar.gz
|
||||
/ibus-libzhuyin-1.7.91.tar.gz
|
||||
/ibus-libzhuyin-1.8.0.tar.gz
|
||||
/ibus-libzhuyin-1.8.1.tar.gz
|
||||
/ibus-libzhuyin-1.8.2.tar.gz
|
||||
/ibus-libzhuyin-1.8.3.tar.gz
|
||||
/ibus-libzhuyin-1.8.91.tar.gz
|
||||
/ibus-libzhuyin-1.8.92.tar.gz
|
||||
/ibus-libzhuyin-1.8.93.tar.gz
|
||||
SOURCES/ibus-libzhuyin-1.10.0.tar.gz
|
||||
|
1
.ibus-libzhuyin.metadata
Normal file
1
.ibus-libzhuyin.metadata
Normal file
@ -0,0 +1 @@
|
||||
c2c460a12106ecf9cf9a5dfedcac242d06612686 SOURCES/ibus-libzhuyin-1.10.0.tar.gz
|
@ -1,14 +1,14 @@
|
||||
%global snapshot 0
|
||||
|
||||
Name: ibus-libzhuyin
|
||||
Version: 1.8.93
|
||||
Release: 1%{?dist}
|
||||
Version: 1.10.0
|
||||
Release: 4%{?dist}
|
||||
Summary: New Zhuyin engine based on libzhuyin for IBus
|
||||
License: GPLv2+
|
||||
URL: https://github.com/libzhuyin/ibus-libzhuyin
|
||||
Source0: http://downloads.sourceforge.net/libzhuyin/ibus-libzhuyin/%{name}-%{version}.tar.gz
|
||||
%if %snapshot
|
||||
Patch0: ibus-libzhuyin-1.9.x-HEAD.patch
|
||||
Patch0: ibus-libzhuyin-1.10.x-HEAD.patch
|
||||
%endif
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
@ -21,6 +21,7 @@ BuildRequires: ibus-devel >= 1.3
|
||||
BuildRequires: libpinyin-devel >= 2.0.91
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: libpinyin-tools
|
||||
BuildRequires: make
|
||||
|
||||
# Requires(post): sqlite
|
||||
|
||||
@ -45,10 +46,12 @@ based on libzhuyin for IBus.
|
||||
--with-python=python3
|
||||
|
||||
# make -C po update-gmo
|
||||
make %{?_smp_mflags} V=1
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
|
||||
%make_install
|
||||
|
||||
%py_byte_compile %{python3} $RPM_BUILD_ROOT%{_datadir}/ibus-libzhuyin/setup
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -68,6 +71,59 @@ make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.0-4
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.0-3
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Dec 16 2020 Peng Wu <pwu@redhat.com> - 1.10.0-1
|
||||
- Update to 1.10.0
|
||||
- bug fixes
|
||||
|
||||
* Mon Nov 2 2020 Peng Wu <pwu@redhat.com> - 1.9.92-1
|
||||
- Update to 1.9.92
|
||||
- update zhuyin data
|
||||
|
||||
* Thu Oct 29 2020 Peng Wu <pwu@redhat.com> - 1.9.91-1
|
||||
- Update to 1.9.91
|
||||
- support libpinyin 2.4.92
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.9.1-5
|
||||
- Use make macros
|
||||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
|
||||
* Mon Jul 13 2020 Peng Wu <pwu@redhat.com> - 1.9.1-4
|
||||
- Switch to use py_byte_compile rpm macro
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Mon May 20 2019 Peng Wu <pwu@redhat.com> - 1.9.1-1
|
||||
- Update to 1.9.1
|
||||
- fixes page up and page down shortcut key
|
||||
- fixes special symbols
|
||||
- fixes escape handling
|
||||
- fixes numpad
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Tue Jan 22 2019 Peng Wu <pwu@redhat.com> - 1.9.0-1
|
||||
- Update to 1.9.0
|
||||
- fixes special symbol
|
||||
- add need-tone option
|
||||
|
||||
* Fri Nov 2 2018 Peng Wu <pwu@redhat.com> - 1.8.93-1
|
||||
- Update to 1.8.93
|
||||
- fixes Space handling
|
@ -1,7 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
# this is the testcase identifier, which OSCI pipeline uses
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (ibus-libzhuyin-1.8.93.tar.gz) = 95a0ead96a4eb89622480ab36aff9fdf00112213ca929b285b92302330986065b9e8ec82026d31face53d197e8f9d292de34f4b257b9f80d2d6d7a607e102e7f
|
@ -1,15 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
check_return_value () {
|
||||
if [ $1 != 0 ] ; then
|
||||
exit $1
|
||||
fi
|
||||
}
|
||||
|
||||
cd $1
|
||||
./configure --prefix=/usr
|
||||
check_return_value $?
|
||||
make check
|
||||
exit $?
|
@ -1,31 +0,0 @@
|
||||
- hosts: localhost
|
||||
vars:
|
||||
- artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
|
||||
tags:
|
||||
- classic
|
||||
remote_user: root
|
||||
roles:
|
||||
- role: standard-test-source # to get the source tar ball to do “make check”
|
||||
- role: standard-test-basic
|
||||
required_packages:
|
||||
- make
|
||||
- libappstream-glib
|
||||
- desktop-file-utils
|
||||
- python3-gobject
|
||||
- python3-gobject-base
|
||||
- glib2
|
||||
- gtk3
|
||||
- dconf
|
||||
- dbus-x11
|
||||
- ibus
|
||||
- ibus-devel
|
||||
- gcc-c++
|
||||
- intltool
|
||||
- gettext-devel
|
||||
- libpinyin-devel
|
||||
- libpinyin-tools
|
||||
- python3-devel
|
||||
tests:
|
||||
- make-check:
|
||||
dir: ./
|
||||
run: bash ./make_check.sh ./source
|
Loading…
Reference in New Issue
Block a user