summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:14:20 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:14:20 +0000
commit23cbd6818d3193d05b62515050707d29b2d2bd27 (patch)
tree9e4d836e86419173b3563b3e39dfcb4fa4d0e23c
parentea8ebb31d30918f954dd76ed4fb863f68cc40f50 (diff)
automatic import of python-vhlsrsopeneuler20.03
-rw-r--r--python-vhlsrs.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-vhlsrs.spec b/python-vhlsrs.spec
index 9e3ba34..9a62608 100644
--- a/python-vhlsrs.spec
+++ b/python-vhlsrs.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Package to automate the synthesis of vivado HLS components
License: MIT License
URL: https://gitlab.inria.fr/lforget/vhls_rs
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7b/c6/3598fd718da593557659448efeecf1552d22b23ea4cd8ba45f205991443f/vhlsrs-0.0.95.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/7b/c6/3598fd718da593557659448efeecf1552d22b23ea4cd8ba45f205991443f/vhlsrs-0.0.95.tar.gz
BuildArch: noarch
Requires: python3-plumbum
@@ -217,20 +217,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 .
@@ -243,5 +243,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.95-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.95-1
- Package Spec generated