diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:06:44 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:06:44 +0000 |
commit | 17ea341edd3515c0bc4588271369c5074901fa93 (patch) | |
tree | ebf0558b12aaa23f77ff04246d3af96394631c80 /python-django-scaffold-tools.spec | |
parent | a23b20aa5a5ba5cf36b502aec744a2d3bd5d84ce (diff) |
automatic import of python-django-scaffold-toolsopeneuler20.03
Diffstat (limited to 'python-django-scaffold-tools.spec')
-rw-r--r-- | python-django-scaffold-tools.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-scaffold-tools.spec b/python-django-scaffold-tools.spec index ce961cc..b91e885 100644 --- a/python-django-scaffold-tools.spec +++ b/python-django-scaffold-tools.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A reusable django-app set for a DRF django project, starting support from django 3.0. License: Apache License Version 2.0 URL: https://github.com/easecloud/django-scaffold-tools -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8c/ae/9912df305465f3efd5777843091d98f167d972218cff79f8794716680dec/django-scaffold-tools-0.0.62.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/8c/ae/9912df305465f3efd5777843091d98f167d972218cff79f8794716680dec/django-scaffold-tools-0.0.62.tar.gz BuildArch: noarch Requires: python3-django @@ -54,20 +54,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 . @@ -80,5 +80,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.62-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.62-1 - Package Spec generated |