diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:20:22 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:20:22 +0000 |
| commit | aae088c1ab6a84f1986927c6f6c5fa2424b2e2eb (patch) | |
| tree | 25dfccd73753d45704e50c6ed5dea6b1d57b8657 | |
| parent | cecb6d215c978e701630943e2fa92745791af22c (diff) | |
automatic import of python-django-queryable-propertiesopeneuler20.03
| -rw-r--r-- | python-django-queryable-properties.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-queryable-properties.spec b/python-django-queryable-properties.spec index 1dd2365..1f07515 100644 --- a/python-django-queryable-properties.spec +++ b/python-django-queryable-properties.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Write Django model properties that can be used in database queries. License: BSD URL: https://github.com/W1ldPo1nter/django-queryable-properties -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/31/3a/26f94d99927e4ca543bfbbbf74b5bc9ee2ac7bec031c16e834a1785bee91/django-queryable-properties-1.8.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/31/3a/26f94d99927e4ca543bfbbbf74b5bc9ee2ac7bec031c16e834a1785bee91/django-queryable-properties-1.8.4.tar.gz BuildArch: noarch Requires: python3-Django @@ -44,20 +44,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 . @@ -70,5 +70,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.4-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.4-1 - Package Spec generated |
