diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:20:54 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:20:54 +0000 |
commit | 7bbc2c999fa4eff76338c54be0269fecfce6d6b9 (patch) | |
tree | 7ae981d71957c08abbb0e1853318a6598fa0651d /python-betty-cropper.spec | |
parent | 6bdd6c00175a7a35d12d7197a761c36b5b01cba9 (diff) |
automatic import of python-betty-cropperopeneuler20.03
Diffstat (limited to 'python-betty-cropper.spec')
-rw-r--r-- | python-betty-cropper.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-betty-cropper.spec b/python-betty-cropper.spec index 30b68d1..db16e7e 100644 --- a/python-betty-cropper.spec +++ b/python-betty-cropper.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A django-powered image server License: MIT URL: https://github.com/theonion/betty-cropper -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/83/85/87ee538924d1b863f91395c9eb97221a3990c2dc24263ef8c4f36280193a/betty-cropper-2.6.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/83/85/87ee538924d1b863f91395c9eb97221a3990c2dc24263ef8c4f36280193a/betty-cropper-2.6.1.tar.gz BuildArch: noarch @@ -42,20 +42,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 . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.1-1 - Package Spec generated |