diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:14:52 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:14:52 +0000 |
commit | 4231a8b558c24ce7ccc1cd680c267c37751c1447 (patch) | |
tree | 16d16e03a4a595d0f8ab292c1fa0f3f38d923a15 /python-django-sage-painless.spec | |
parent | cbb454da9cefcfdbe5441eec1b213ed0d4dd91a4 (diff) |
automatic import of python-django-sage-painlessopeneuler20.03
Diffstat (limited to 'python-django-sage-painless.spec')
-rw-r--r-- | python-django-sage-painless.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-sage-painless.spec b/python-django-sage-painless.spec index b9a0f23..e3409d7 100644 --- a/python-django-sage-painless.spec +++ b/python-django-sage-painless.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A handy tool for generating Django-based backend projects without coding. On the other hand, it is a code generator of the Django framework. License: GNU URL: https://github.com/sageteam-org/django-sage-painless -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cc/e3/73ca65755a113e93682d52531398542ade6961bb656812a6f492ac7e1334/django-sage-painless-1.14.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/cc/e3/73ca65755a113e93682d52531398542ade6961bb656812a6f492ac7e1334/django-sage-painless-1.14.3.tar.gz BuildArch: noarch @@ -849,20 +849,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 . @@ -875,5 +875,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.14.3-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.14.3-1 - Package Spec generated |