diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:27:34 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:27:34 +0000 |
| commit | 43019a56c52f966ead1d237c502ad487e8013fbe (patch) | |
| tree | 674ca1e8c9ba2b9e6effd9d609feac911862a47b /python-unittest-tap-reporting.spec | |
| parent | 642452a0f404d59c988f5d044f1d03bca388c6b6 (diff) | |
automatic import of python-unittest-tap-reportingopeneuler20.03
Diffstat (limited to 'python-unittest-tap-reporting.spec')
| -rw-r--r-- | python-unittest-tap-reporting.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-unittest-tap-reporting.spec b/python-unittest-tap-reporting.spec index a8d2f1f..2a8a1db 100644 --- a/python-unittest-tap-reporting.spec +++ b/python-unittest-tap-reporting.spec @@ -5,7 +5,7 @@ Release: 1 Summary: PyUnit-based test runner with TAP reporting. License: LGPL URL: http://github.com/vit1251/unittest-tap-reporting/tree/master/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fa/c7/ba654f3d2a9929fe7429670f38d174a1871c5e37b3b52f3f33ce1a2c9e42/unittest-tap-reporting-0.2.zip +Source0: https://mirrors.aliyun.com/pypi/web/packages/fa/c7/ba654f3d2a9929fe7429670f38d174a1871c5e37b3b52f3f33ce1a2c9e42/unittest-tap-reporting-0.2.zip BuildArch: noarch @@ -42,20 +42,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 . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2-1 - Package Spec generated |
