diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:46:09 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:46:09 +0000 |
| commit | f16218bfd0eca3059c779b7c1badb741a101fc75 (patch) | |
| tree | c9919b2d5515e8d41870a0f5dacb779297223e02 | |
| parent | 17e4b81d41b861485ed5fde99e66f3dd8bde7d2b (diff) | |
automatic import of python-django-dreiattestopeneuler20.03
| -rw-r--r-- | python-django-dreiattest.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-dreiattest.spec b/python-django-dreiattest.spec index c3dbc31..13470c8 100644 --- a/python-django-dreiattest.spec +++ b/python-django-dreiattest.spec @@ -5,7 +5,7 @@ Release: 1 Summary: please add a summary manually as the author left a blank one License: MIT URL: https://github.com/dreipol/django-dreiattest -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a9/f1/0d10d54e02f94eb39d80ac59e466d33982ea9834ca66ae662ef21a2e6cae/django-dreiattest-0.0.31.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a9/f1/0d10d54e02f94eb39d80ac59e466d33982ea9834ca66ae662ef21a2e6cae/django-dreiattest-0.0.31.tar.gz BuildArch: noarch Requires: python3-pyattest @@ -289,20 +289,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 . @@ -315,5 +315,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.31-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.31-1 - Package Spec generated |
