diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:56:21 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:56:21 +0000 |
| commit | b8f5ec33871170b40c153e342e88124a6df73516 (patch) | |
| tree | c3429cfee973d3a9d0d1782ec892a68b02869b48 /python-blendmodes.spec | |
| parent | d13e1a3ea0ceda0eddefe24109adb7bf3a93b7cd (diff) | |
automatic import of python-blendmodesopeneuler20.03
Diffstat (limited to 'python-blendmodes.spec')
| -rw-r--r-- | python-blendmodes.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-blendmodes.spec b/python-blendmodes.spec index 284cd4c..efb6654 100644 --- a/python-blendmodes.spec +++ b/python-blendmodes.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Use this module to apply a number of blending modes to a background and foreground image License: MIT URL: https://github.com/FHPythonUtils/BlendModes -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c6/6d/01b4dcc326887f3f45e78773dc8597540d1fa3fe9f69217fdc0e985b378e/blendmodes-2022.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c6/6d/01b4dcc326887f3f45e78773dc8597540d1fa3fe9f69217fdc0e985b378e/blendmodes-2022.tar.gz BuildArch: noarch Requires: python3-Pillow @@ -1567,20 +1567,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 . @@ -1593,5 +1593,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2022-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2022-1 - Package Spec generated |
