diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:13:00 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:13:00 +0000 |
commit | d723aae1988c97f8ab3272a9d1ca85f30be78eac (patch) | |
tree | a107dc229c8d9a5b64b037f85252d53f86f8068f | |
parent | 59afaaf9a742beda0447ff1216fb0f9274fa5863 (diff) |
automatic import of python-pymagnitude-liteopeneuler20.03
-rw-r--r-- | python-pymagnitude-lite.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pymagnitude-lite.spec b/python-pymagnitude-lite.spec index ac020f6..ad6e217 100644 --- a/python-pymagnitude-lite.spec +++ b/python-pymagnitude-lite.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Magnitude fork that only supports Word2Vec, GloVe and fastText embeddings License: MIT URL: https://github.com/neuml/magnitude -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/25/8a/0dea5276de4f0a8585c568d1811c2aa00bb9e4aee3c9b9c365d90984b839/pymagnitude-lite-0.1.143.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/25/8a/0dea5276de4f0a8585c568d1811c2aa00bb9e4aee3c9b9c365d90984b839/pymagnitude-lite-0.1.143.tar.gz BuildArch: noarch Requires: python3-fasteners @@ -88,20 +88,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -114,5 +114,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.143-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.143-1 - Package Spec generated |