diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:14:09 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:14:09 +0000 |
commit | c44825bcb34dcaee6d8ef4fa2a64a15a4896222a (patch) | |
tree | add3cb5b4b64487859c3de87d094fd82d48c9d92 | |
parent | 3d8d9b8a5b8fcfd2a24418647bb53caccd0c9bdf (diff) |
automatic import of python-routing-transformeropeneuler20.03
-rw-r--r-- | python-routing-transformer.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-routing-transformer.spec b/python-routing-transformer.spec index c328285..612b2f2 100644 --- a/python-routing-transformer.spec +++ b/python-routing-transformer.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Routing Transformer (Pytorch) License: MIT URL: https://github.com/lucidrains/routing-transformer -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/86/cb/c2df6d8e5e96c8cac412462a1998d4274ed96b074c69777b8c6d0545ae2f/routing_transformer-1.6.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/86/cb/c2df6d8e5e96c8cac412462a1998d4274ed96b074c69777b8c6d0545ae2f/routing_transformer-1.6.1.tar.gz BuildArch: noarch Requires: python3-einops @@ -33,7 +33,7 @@ Provides: python3-routing-transformer-doc %prep -%autosetup -n routing-transformer-1.6.1 +%autosetup -n routing_transformer-1.6.1 %build %py3_build @@ -47,20 +47,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 . @@ -73,5 +73,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.1-1 - Package Spec generated |