Accepting request 1090628 from M17N
OBS-URL: https://build.opensuse.org/request/show/1090628 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/brise?expand=0&rev=18
This commit is contained in:
commit
c83fdf75c4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c15ee917c74420d642e03bf053e62524c99ba0b884c480f313f0dd955c70b71
|
||||
size 31030584
|
3
brise-20230603+git.5fdd2d6.tar.xz
Normal file
3
brise-20230603+git.5fdd2d6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa793f88b4a38cb1bab899c83031305a4459dc85b4373724a171913423e87572
|
||||
size 30222388
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 3 07:29:19 UTC 2023 - Marguerite Su <i@marguerite.su>
|
||||
|
||||
- update brise 20230603+git.5fdd2d6
|
||||
* replace io/ioutil usage
|
||||
* deprecate rime-jyutping with rime-cantonese
|
||||
* add rime-custom
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 13:47:27 UTC 2023 - Marguerite Su <i@marguerite.su>
|
||||
|
||||
- update brise 20230528+git.cece251
|
||||
* rime-plum-go supports github's "main" default branch
|
||||
* brise data is updated to 20230528
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 25 04:24:13 UTC 2021 - Marguerite Su <i@marguerite.su>
|
||||
|
||||
|
105
brise.spec
105
brise.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package brise
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: brise
|
||||
Version: 20210525+git.4f7fc2a
|
||||
Version: 20230603+git.5fdd2d6
|
||||
Release: 0
|
||||
Summary: Rime Input Schemas Collection
|
||||
License: GPL-3.0-or-later
|
||||
@ -26,7 +26,7 @@ URL: https://github.com/rime/brise
|
||||
Source: brise-%{version}.tar.xz
|
||||
Source1: rime-plum-go-%{version}.tar.xz
|
||||
Source99: README
|
||||
BuildRequires: golang(API) >= 1.13
|
||||
BuildRequires: golang(API) >= 1.17
|
||||
|
||||
%description
|
||||
Rime is an Traditional Chinese input method engine.
|
||||
@ -45,14 +45,15 @@ Plum is rime's configuration manager.
|
||||
%package -n rime-schema-default
|
||||
Summary: Default/Preset collection of rime schemas
|
||||
Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
Requires: rime-schema-bopomofo
|
||||
Requires: rime-schema-cangjie
|
||||
Requires: rime-schema-custom
|
||||
Requires: rime-schema-essay
|
||||
Requires: rime-schema-luna-pinyin
|
||||
Requires: rime-schema-prelude
|
||||
Requires: rime-schema-stroke
|
||||
Requires: rime-schema-terra-pinyin
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-default
|
||||
Default/Preset collection of rime schemas.
|
||||
@ -60,14 +61,13 @@ Default/Preset collection of rime schemas.
|
||||
%package -n rime-schema-extra
|
||||
Summary: Extra collection of rime schemas
|
||||
Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
Requires: rime-schema-array
|
||||
Requires: rime-schema-cantonese
|
||||
Requires: rime-schema-combo-pinyin
|
||||
Requires: rime-schema-double-pinyin
|
||||
Requires: rime-schema-emoji
|
||||
Requires: rime-schema-essay-simp
|
||||
Requires: rime-schema-ipa
|
||||
Requires: rime-schema-jyutping
|
||||
Requires: rime-schema-middle-chinese
|
||||
Requires: rime-schema-pinyin-simp
|
||||
Requires: rime-schema-quick
|
||||
@ -76,6 +76,7 @@ Requires: rime-schema-soutzoe
|
||||
Requires: rime-schema-stenotype
|
||||
Requires: rime-schema-wubi
|
||||
Requires: rime-schema-wugniu
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-extra
|
||||
Extra collection of rime schemas.
|
||||
@ -83,11 +84,11 @@ Extra collection of rime schemas.
|
||||
%package -n rime-schema-all
|
||||
Summary: All rime input schemas
|
||||
Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
Requires: rime-schema-default
|
||||
Requires: rime-schema-extra
|
||||
Provides: brise = %{version}
|
||||
Obsoletes: brise <= 0.39+git20190120.8d5bc2e
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-all
|
||||
All rime input schemas.
|
||||
@ -98,7 +99,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-bopomofo
|
||||
bopomofoinput schema for rime.
|
||||
bopomofo input schema for rime.
|
||||
|
||||
%package -n rime-schema-cangjie
|
||||
Summary: cangjie input schema for rime
|
||||
@ -106,7 +107,15 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-cangjie
|
||||
cangjieinput schema for rime.
|
||||
cangjie input schema for rime.
|
||||
|
||||
%package -n rime-schema-custom
|
||||
Summary: basic schema to customize rime
|
||||
Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-custom
|
||||
basic schema to customize rime.
|
||||
|
||||
%package -n rime-schema-essay
|
||||
Summary: essay input schema for rime
|
||||
@ -114,7 +123,15 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-essay
|
||||
essayinput schema for rime.
|
||||
essay input schema for rime.
|
||||
|
||||
%package -n rime-schema-essay-simp
|
||||
Summary: simplified essay input schema for rime
|
||||
Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-essay-simp
|
||||
simplified essay input schema for rime.
|
||||
|
||||
%package -n rime-schema-luna-pinyin
|
||||
Summary: luna-pinyin input schema for rime
|
||||
@ -122,7 +139,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-luna-pinyin
|
||||
luna-pinyininput schema for rime.
|
||||
luna-pinyin input schema for rime.
|
||||
|
||||
%package -n rime-schema-prelude
|
||||
Summary: prelude input schema for rime
|
||||
@ -130,7 +147,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-prelude
|
||||
preludeinput schema for rime.
|
||||
prelude input schema for rime.
|
||||
|
||||
%package -n rime-schema-stroke
|
||||
Summary: stroke input schema for rime
|
||||
@ -138,7 +155,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-stroke
|
||||
strokeinput schema for rime.
|
||||
stroke input schema for rime.
|
||||
|
||||
%package -n rime-schema-terra-pinyin
|
||||
Summary: terra-pinyin input schema for rime
|
||||
@ -146,7 +163,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-terra-pinyin
|
||||
terra-pinyininput schema for rime.
|
||||
terra-pinyin input schema for rime.
|
||||
|
||||
%package -n rime-schema-array
|
||||
Summary: array input schema for rime
|
||||
@ -154,15 +171,17 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-array
|
||||
arrayinput schema for rime.
|
||||
array input schema for rime.
|
||||
|
||||
%package -n rime-schema-cantonese
|
||||
Summary: cantonese input schema for rime
|
||||
Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
Provides: rime-schema-jyutping > 20230528+git.cece251
|
||||
Obsoletes: rime-schema-jyutping <= 20230528+git.cece251
|
||||
|
||||
%description -n rime-schema-cantonese
|
||||
cantoneseinput schema for rime.
|
||||
cantonese(jyutping) input schema for rime.
|
||||
|
||||
%package -n rime-schema-combo-pinyin
|
||||
Summary: combo-pinyin input schema for rime
|
||||
@ -170,7 +189,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-combo-pinyin
|
||||
combo-pinyininput schema for rime.
|
||||
combo-pinyin input schema for rime.
|
||||
|
||||
%package -n rime-schema-double-pinyin
|
||||
Summary: double-pinyin input schema for rime
|
||||
@ -178,7 +197,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-double-pinyin
|
||||
double-pinyininput schema for rime.
|
||||
double-pinyin input schema for rime.
|
||||
|
||||
%package -n rime-schema-emoji
|
||||
Summary: emoji input schema for rime
|
||||
@ -186,7 +205,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-emoji
|
||||
emojiinput schema for rime.
|
||||
emoji input schema for rime.
|
||||
|
||||
%package -n rime-schema-ipa
|
||||
Summary: ipa input schema for rime
|
||||
@ -194,15 +213,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-ipa
|
||||
ipainput schema for rime.
|
||||
|
||||
%package -n rime-schema-jyutping
|
||||
Summary: jyutping input schema for rime
|
||||
Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-jyutping
|
||||
jyutpinginput schema for rime.
|
||||
ipa input schema for rime.
|
||||
|
||||
%package -n rime-schema-middle-chinese
|
||||
Summary: middle-chinese input schema for rime
|
||||
@ -210,7 +221,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-middle-chinese
|
||||
middle-chineseinput schema for rime.
|
||||
middle-chinese input schema for rime.
|
||||
|
||||
%package -n rime-schema-pinyin-simp
|
||||
Summary: pinyin-simp input schema for rime
|
||||
@ -218,7 +229,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-pinyin-simp
|
||||
pinyin-simpinput schema for rime.
|
||||
pinyin-simp input schema for rime.
|
||||
|
||||
%package -n rime-schema-quick
|
||||
Summary: quick input schema for rime
|
||||
@ -226,7 +237,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-quick
|
||||
quickinput schema for rime.
|
||||
quick input schema for rime.
|
||||
|
||||
%package -n rime-schema-scj
|
||||
Summary: scj input schema for rime
|
||||
@ -234,7 +245,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-scj
|
||||
scjinput schema for rime.
|
||||
scj input schema for rime.
|
||||
|
||||
%package -n rime-schema-soutzoe
|
||||
Summary: soutzoe input schema for rime
|
||||
@ -242,7 +253,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-soutzoe
|
||||
soutzoeinput schema for rime.
|
||||
soutzoe input schema for rime.
|
||||
|
||||
%package -n rime-schema-stenotype
|
||||
Summary: stenotype input schema for rime
|
||||
@ -250,7 +261,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-stenotype
|
||||
stenotypeinput schema for rime.
|
||||
stenotype input schema for rime.
|
||||
|
||||
%package -n rime-schema-wubi
|
||||
Summary: wubi input schema for rime
|
||||
@ -258,7 +269,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-wubi
|
||||
wubiinput schema for rime.
|
||||
wubi input schema for rime.
|
||||
|
||||
%package -n rime-schema-wugniu
|
||||
Summary: wugniu input schema for rime
|
||||
@ -266,7 +277,7 @@ Group: System/I18n/Chinese
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n rime-schema-wugniu
|
||||
wugniuinput schema for rime.
|
||||
wugniu input schema for rime.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -285,9 +296,9 @@ popd
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
install -m 0755 %{_builddir}/go/src/github.com/marguerite/rime-plum-go-%{version}/rime-plum-go %{buildroot}%{_bindir}/rime-plum
|
||||
mkdir -p %{buildroot}%{_datadir}/rime-data
|
||||
cp -r package/rime/custom/*.recipe.yaml %{buildroot}%{_datadir}/rime-data
|
||||
rm -rf package
|
||||
rm -rf config.txt
|
||||
#touch %{buildroot}%{_datadir}/rime-data/presets
|
||||
cp -r * %{buildroot}%{_datadir}/rime-data
|
||||
|
||||
%files -n rime-plum
|
||||
@ -311,9 +322,23 @@ cp -r * %{buildroot}%{_datadir}/rime-data
|
||||
%dir %{_datadir}/rime-data
|
||||
%{_datadir}/rime-data/cangjie*.yaml
|
||||
|
||||
%files -n rime-schema-custom
|
||||
%dir %{_datadir}/rime-data
|
||||
%{_datadir}/rime-data/add.recipe.yaml
|
||||
%{_datadir}/rime-data/clear_schema_list.recipe.yaml
|
||||
%{_datadir}/rime-data/set.recipe.yaml
|
||||
%{_datadir}/rime-data/use_key_bindings.recipe.yaml
|
||||
%{_datadir}/rime-data/use_switch_key.recipe.yaml
|
||||
%{_datadir}/rime-data/use_symbols.recipe.yaml
|
||||
|
||||
%files -n rime-schema-essay
|
||||
%dir %{_datadir}/rime-data
|
||||
%{_datadir}/rime-data/essay.txt
|
||||
%{_datadir}/rime-data/essay-cantonese.txt
|
||||
|
||||
%files -n rime-schema-essay-simp
|
||||
%dir %{_datadir}/rime-data
|
||||
%{_datadir}/rime-data/essay-zh-hans.txt
|
||||
|
||||
%files -n rime-schema-luna-pinyin
|
||||
%dir %{_datadir}/rime-data
|
||||
@ -361,12 +386,6 @@ cp -r * %{buildroot}%{_datadir}/rime-data
|
||||
%dir %{_datadir}/rime-data
|
||||
%{_datadir}/rime-data/ipa*.yaml
|
||||
|
||||
%files -n rime-schema-jyutping
|
||||
%dir %{_datadir}/rime-data
|
||||
%{_datadir}/rime-data/jyutping*.yaml
|
||||
%{_datadir}/rime-data/yale*.yaml
|
||||
%{_datadir}/rime-data/hkcantonese*.yaml
|
||||
|
||||
%files -n rime-schema-middle-chinese
|
||||
%dir %{_datadir}/rime-data
|
||||
%{_datadir}/rime-data/sampheng*.yaml
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0a752911a519555aaaa62def3c851e96c8f53cd08bca476dddc9c3d5dc592f1
|
||||
size 2323632
|
3
rime-plum-go-20230603+git.5fdd2d6.tar.xz
Normal file
3
rime-plum-go-20230603+git.5fdd2d6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10529dc884c089f8f278129761752b791c5f15c18c6692639b8ec16ed144b542
|
||||
size 2522912
|
Loading…
Reference in New Issue
Block a user