diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:18:29 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:18:29 +0000 |
| commit | cb682a342f095445a247d6ed74c6cace1e9a7839 (patch) | |
| tree | 267d9b370cf06f73f66df66b69d1af49a335bcf9 | |
| parent | cfd5b8130759211ae2f526be9fa45c2053210b64 (diff) | |
automatic import of python-django-tsvector-fieldopeneuler20.03
| -rw-r--r-- | python-django-tsvector-field.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-tsvector-field.spec b/python-django-tsvector-field.spec index 4edc5a1..6e3a185 100644 --- a/python-django-tsvector-field.spec +++ b/python-django-tsvector-field.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Django field implementation for PostgreSQL tsvector. License: BSD URL: https://github.com/damoti/django-tsvector-field -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ab/c4/c85d100f803d22d0d38454ab2e157a300f62861ec142263e2817521d9d78/django-tsvector-field-0.9.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ab/c4/c85d100f803d22d0d38454ab2e157a300f62861ec142263e2817521d9d78/django-tsvector-field-0.9.5.tar.gz 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.9.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.5-1 - Package Spec generated |
