diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:50:24 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:50:24 +0000 |
commit | 0809ed2e2cd99fec84e1d2bfaba8f17fbcaef9e3 (patch) | |
tree | 64c453994a32a6ddce019b254a6c38526fe04000 | |
parent | 3bd523b525ceac70dbc788f947c5aa172a9723b6 (diff) |
automatic import of python-ultimate-anatomeopeneuler20.03
-rw-r--r-- | python-ultimate-anatome.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-ultimate-anatome.spec b/python-ultimate-anatome.spec index 40fb6d0..61048d7 100644 --- a/python-ultimate-anatome.spec +++ b/python-ultimate-anatome.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Ἀνατομή (Anatome) is a PyTorch library to analyze representation of neural networks License: MIT URL: https://github.com/brando90/ultimate-anatome -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d7/83/41e194e19878eea5cbd9647c5832fb94499307895365de0b2fba5e839f73/ultimate-anatome-0.1.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d7/83/41e194e19878eea5cbd9647c5832fb94499307895365de0b2fba5e839f73/ultimate-anatome-0.1.1.tar.gz BuildArch: noarch Requires: python3-torch @@ -510,20 +510,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 . @@ -536,5 +536,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1 - Package Spec generated |