diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:24:52 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:24:52 +0000 |
commit | 6927b47c1cdf6cf4384931c4e94a8be7d93844a4 (patch) | |
tree | 2dcea5521d6b3f3f3b71abba56fea7af75333758 | |
parent | 1faf0a4e20d5d8e7e95e36c31df33a9442d86747 (diff) |
automatic import of python-pytest-datadir-ngopeneuler20.03
-rw-r--r-- | python-pytest-datadir-ng.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pytest-datadir-ng.spec b/python-pytest-datadir-ng.spec index 92e3279..27fcd59 100644 --- a/python-pytest-datadir-ng.spec +++ b/python-pytest-datadir-ng.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Fixtures for pytest allowing test functions/methods to easily retrieve test resources from the local filesystem. License: BSD 3-Clause License URL: https://github.com/Tblue/pytest-datadir-ng -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1a/d6/812562c99bfb8870e897f6d9a0af4d116118144b205257f9778c51481f99/pytest-datadir-ng-1.1.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/1a/d6/812562c99bfb8870e897f6d9a0af4d116118144b205257f9778c51481f99/pytest-datadir-ng-1.1.1.tar.gz BuildArch: noarch Requires: python3-pytest @@ -76,20 +76,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 . @@ -102,5 +102,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.1-1 - Package Spec generated |