diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:52:42 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:52:42 +0000 |
commit | 930d69daf5f4f24902bcd0bd5eaaa899fa785a55 (patch) | |
tree | 28afcba425aea0aef550589da5363c1c9c11c574 | |
parent | 0a126a4aeb248e62a3c43a2cdb43ebfb2ce46326 (diff) |
automatic import of python-django-slackchat-serializeropeneuler20.03
-rw-r--r-- | python-django-slackchat-serializer.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-slackchat-serializer.spec b/python-django-slackchat-serializer.spec index b4c9f54..8b47ddd 100644 --- a/python-django-slackchat-serializer.spec +++ b/python-django-slackchat-serializer.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A Django app that serializes conversations in Slack. License: MIT URL: https://github.com/The-Politico/django-slackchat-serializer -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f2/47/93d50b70004d18254a1880ca8275302adb8200a651d1dba88b47f7924d91/django-slackchat-serializer-1.1.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/f2/47/93d50b70004d18254a1880ca8275302adb8200a651d1dba88b47f7924d91/django-slackchat-serializer-1.1.2.tar.gz BuildArch: noarch Requires: python3-celery @@ -52,20 +52,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 . @@ -78,5 +78,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.2-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.2-1 - Package Spec generated |