summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 16:29:43 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 16:29:43 +0000
commit05ea1f5dbd692bd820a44283d5ba973f773f3725 (patch)
tree4582ce7af15012f9c0e7f4525aae4b6a4a1f3bef
parent427b189162ce88d8b93bafc8f40659470350523f (diff)
automatic import of python-porosopeneuler20.03
-rw-r--r--python-poros.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-poros.spec b/python-poros.spec
index aabe122..f56a223 100644
--- a/python-poros.spec
+++ b/python-poros.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: some useful code
License: MIT License
URL: https://github.com/diqiuzhuanzhuan/poros
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/eb/80/b2c6b3788ad4698f2f9baf85fa09cf43335f081f93f905718789c534c397/poros-0.0.71.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/eb/80/b2c6b3788ad4698f2f9baf85fa09cf43335f081f93f905718789c534c397/poros-0.0.71.tar.gz
BuildArch: noarch
Requires: python3-pytorch-lightning
@@ -185,20 +185,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 .
@@ -211,5 +211,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.71-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.71-1
- Package Spec generated