diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:17:31 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:17:31 +0000 |
| commit | 0a963c607689ca4ef3b38b220102e973d18d5f9f (patch) | |
| tree | 8061c9bd176d12ff5d1f91b97b01b26df0f8e654 /python-qiskit-machine-learning.spec | |
| parent | d660f0c06614e18b2f46a4c13bbf7a68c75a5ba6 (diff) | |
automatic import of python-qiskit-machine-learningopeneuler20.03
Diffstat (limited to 'python-qiskit-machine-learning.spec')
| -rw-r--r-- | python-qiskit-machine-learning.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-qiskit-machine-learning.spec b/python-qiskit-machine-learning.spec index e245630..d66319b 100644 --- a/python-qiskit-machine-learning.spec +++ b/python-qiskit-machine-learning.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Qiskit Machine Learning: A library of quantum computing machine learning experiments License: Apache-2.0 URL: https://github.com/Qiskit/qiskit-machine-learning -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/09/c6/502e29169953df4a7c3f8539858d3546877198bf7cafa6318361d5d381c4/qiskit-machine-learning-0.6.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/09/c6/502e29169953df4a7c3f8539858d3546877198bf7cafa6318361d5d381c4/qiskit-machine-learning-0.6.1.tar.gz BuildArch: noarch Requires: python3-qiskit-terra @@ -205,20 +205,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 . @@ -231,5 +231,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.1-1 - Package Spec generated |
