diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:40:53 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:40:53 +0000 |
| commit | 84ecb654cd97dd26d42fbccff8819ee7a1b8613d (patch) | |
| tree | a31bd7d7c003e1e0e056a1d3dbdd85089646a092 /python-pyvpsolver.spec | |
| parent | 5212d4f1149d53f46ba946a7bc2fecacadfe6f32 (diff) | |
automatic import of python-pyvpsolveropeneuler20.03
Diffstat (limited to 'python-pyvpsolver.spec')
| -rw-r--r-- | python-pyvpsolver.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyvpsolver.spec b/python-pyvpsolver.spec index 645375a..8393a68 100644 --- a/python-pyvpsolver.spec +++ b/python-pyvpsolver.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Arc-flow Vector Packing Solver (VPSolver) License: BSD-3 URL: https://github.com/fdabrandao/vpsolver -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/15/8f/ed98636f98c67201ee997bf3289886023f3f1907efd67a6ed0d41f01b42c/pyvpsolver-3.1.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/15/8f/ed98636f98c67201ee997bf3289886023f3f1907efd67a6ed0d41f01b42c/pyvpsolver-3.1.4.tar.gz Requires: python3-future Requires: python3-six @@ -99,20 +99,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 . @@ -125,5 +125,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.4-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.4-1 - Package Spec generated |
