diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-16 07:53:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-16 07:53:36 +0000 |
commit | 7202e81ae836c484ff13e407fd54623e3992bdc9 (patch) | |
tree | 2df5068689ceb241c1cce5204240c8e6c3433ba6 | |
parent | b3d4bdc278a6dcf3239924b8bfbb48683bd91cd7 (diff) |
automatic import of sentencepieceopeneuler23.09
-rw-r--r-- | sentencepiece.spec | 30 |
1 files changed, 3 insertions, 27 deletions
diff --git a/sentencepiece.spec b/sentencepiece.spec index 3aaa001..e1a22fd 100644 --- a/sentencepiece.spec +++ b/sentencepiece.spec @@ -65,7 +65,7 @@ sed -i'' -e "s,${prefix}/lib,%{_libdir}," %{buildroot}%{_libdir}/pkgconfig/sente %files libs %doc README.md %license LICENSE -%{_libdir}/libsentencepiece*.so.0* +%{_libdir}/*.so.* %files tools %{_bindir}/spm* @@ -78,29 +78,5 @@ sed -i'' -e "s,${prefix}/lib,%{_libdir}," %{buildroot}%{_libdir}/pkgconfig/sente %{_includedir}/sentencepiece*.h %changelog -* Fri May 12 2023 liuyongqi <liuyongqi5@huawei.com> - 0.1.98-1 -- Sentencepiece version updata: Upgraded from 0.1.92 to 0.1.98 - -* Fri Nov 27 2021 xiefangqi <xiefangqi2@huawei.com> - 0.1.92.6 -- Fix split_digits support to SentencepieceTrainer spec parser -- Add sentencepiece.pc install -- Add spm_train --help option -- Fix FTBFS problem on armel/mips/powerpc/m68k/sh4 -- Fix endian problem on android plarform -- Fix pb protobuf header file can't find problem -- Restore the sentence boundary - -* Tue Nov 16 2021 xiefangqi <xiefangqi2@huawei.com> - 0.1.92.5 -- add README.md/README.en.md - -* Tue Nov 2 2021 xiefangqi <xiefangqi2@huawei.com> - 0.1.92-4 -- fix of an unattainable condition - -* Tue Nov 2 2021 xiefangqi <xiefangqi2@huawei.com> - 0.1.92-3 -- Prevent Zero Width Joiner replaced with whitespace - -* Wed Sep 29 2021 xiefangqi <xiefangqi2@huawei.com> - 0.1.92-2 -- add test cases - -* Wed Sep 23 2021 xiefangqi <xiefangqi2@huawei.com> - 0.1.92-1 -- package init +* Mon Apr 15 2024 youser<1328699220@qq.com> +- Initial package |