Increase AppStream search result weighting for certain locales
This commit is contained in:
parent
d8fbbc5708
commit
408ef17d41
@ -4,7 +4,7 @@
|
||||
%global createdb ibus-table-createdb
|
||||
Name: ibus-table-chinese
|
||||
Version: 1.8.2
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Chinese input tables for IBus
|
||||
Summary(zh_CN): 中文码表输入法
|
||||
Summary(zh_TW): 中文碼表輸入法
|
||||
@ -352,6 +352,12 @@ cat > $RPM_BUILD_ROOT%{_datadir}/appdata/stroke5.appdata.xml <<EOF
|
||||
<url type="homepage">https://code.google.com/p/ibus/</url>
|
||||
<url type="bugtracker">https://code.google.com/p/ibus/issues/list</url>
|
||||
<url type="help">https://code.google.com/p/ibus/wiki/FAQ</url>
|
||||
<languages>
|
||||
<lang percentage="100">zh_CN</lang>
|
||||
<lang percentage="100">zh_HK</lang>
|
||||
<lang percentage="100">zh_SG</lang>
|
||||
<lang percentage="100">zh_TW</lang>
|
||||
</languages>
|
||||
<update_contact><!-- upstream-contact_at_email.com --></update_contact>
|
||||
</component>
|
||||
EOF
|
||||
@ -375,6 +381,12 @@ cat > $RPM_BUILD_ROOT%{_datadir}/appdata/wubi-haifeng86.appdata.xml <<EOF
|
||||
<url type="homepage">http://code.google.com/p/ibus/</url>
|
||||
<url type="bugtracker">https://code.google.com/p/ibus/issues/list</url>
|
||||
<url type="help">https://code.google.com/p/ibus/wiki/FAQ</url>
|
||||
<languages>
|
||||
<lang percentage="100">zh_CN</lang>
|
||||
<lang percentage="100">zh_HK</lang>
|
||||
<lang percentage="100">zh_SG</lang>
|
||||
<lang percentage="100">zh_TW</lang>
|
||||
</languages>
|
||||
<update_contact><!-- upstream-contact_at_email.com --></update_contact>
|
||||
</component>
|
||||
EOF
|
||||
@ -398,6 +410,12 @@ cat > $RPM_BUILD_ROOT%{_datadir}/appdata/wubi-jidian86.appdata.xml <<EOF
|
||||
<url type="homepage">http://code.google.com/p/ibus/</url>
|
||||
<url type="bugtracker">https://code.google.com/p/ibus/issues/list</url>
|
||||
<url type="help">https://code.google.com/p/ibus/wiki/FAQ</url>
|
||||
<languages>
|
||||
<lang percentage="100">zh_CN</lang>
|
||||
<lang percentage="100">zh_HK</lang>
|
||||
<lang percentage="100">zh_SG</lang>
|
||||
<lang percentage="100">zh_TW</lang>
|
||||
</languages>
|
||||
<update_contact><!-- upstream-contact_at_email.com --></update_contact>
|
||||
</component>
|
||||
EOF
|
||||
@ -523,6 +541,9 @@ rm -fr %{buildroot}%{_docdir}/*
|
||||
%{ibus_tables_dir}/yong.db
|
||||
|
||||
%changelog
|
||||
* Mon Jun 22 2015 Richard Hughes <rhughes@redhat.com> - 1.8.2-5
|
||||
- Increase AppStream search result weighting when using various 'zh' locales.
|
||||
|
||||
* Mon Jun 22 2015 Richard Hughes <rhughes@redhat.com> - 1.8.2-4
|
||||
- Fix the License format for ibus-table-chinese-cantonese
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user