diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:32:20 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:32:20 +0000 |
commit | 250eec30a9f0986f32dd9c211a59d40b280e86a9 (patch) | |
tree | f6387b645db074ddcaec683b5b64ee748ae137be | |
parent | 693874a4072c62dcfc63fd6bb68de12499e7d9fb (diff) |
automatic import of python-django-webpack4-loaderopeneuler20.03
-rw-r--r-- | python-django-webpack4-loader.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-webpack4-loader.spec b/python-django-webpack4-loader.spec index 89dbabd..7b598e7 100644 --- a/python-django-webpack4-loader.spec +++ b/python-django-webpack4-loader.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Transparently use webpack with django. Forked from https://github.com/scdekov/django-webpack-loader License: MIT License URL: https://github.com/alihazemfarouk/django-webpack-loader -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/10/ff/a951492aa57a4c09b0e2f57f4d67b931a62af3c5405657a6c934b78ea5c8/django-webpack4-loader-0.0.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/10/ff/a951492aa57a4c09b0e2f57f4d67b931a62af3c5405657a6c934b78ea5c8/django-webpack4-loader-0.0.5.tar.gz BuildArch: noarch @@ -45,20 +45,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 . @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.5-1 - Package Spec generated |