From 7202e81ae836c484ff13e407fd54623e3992bdc9 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 16 Apr 2024 07:53:36 +0000 Subject: automatic import of sentencepiece --- sentencepiece.spec | 30 +++--------------------------- 1 file 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 - 0.1.98-1 -- Sentencepiece version updata: Upgraded from 0.1.92 to 0.1.98 - -* Fri Nov 27 2021 xiefangqi - 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 - 0.1.92.5 -- add README.md/README.en.md - -* Tue Nov 2 2021 xiefangqi - 0.1.92-4 -- fix of an unattainable condition - -* Tue Nov 2 2021 xiefangqi - 0.1.92-3 -- Prevent Zero Width Joiner replaced with whitespace - -* Wed Sep 29 2021 xiefangqi - 0.1.92-2 -- add test cases - -* Wed Sep 23 2021 xiefangqi - 0.1.92-1 -- package init +* Mon Apr 15 2024 youser<1328699220@qq.com> +- Initial package -- cgit v1.2.3