summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:34:19 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:34:19 +0000
commitc9e533c5903e0b615ba302dff5cb8d615c2dc573 (patch)
treec5f29c4f8b697692d01e264f48c1f2fd6f0a6d6a
parente41a85ce7acecb395aa2d4010a2d112e37a33df5 (diff)
automatic import of python-texture2ddecoderopeneuler20.03
-rw-r--r--python-texture2ddecoder.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-texture2ddecoder.spec b/python-texture2ddecoder.spec
index 2d03783..591c7bb 100644
--- a/python-texture2ddecoder.spec
+++ b/python-texture2ddecoder.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: a python wrapper for Perfare's Texture2DDecoder
License: MIT License
URL: https://github.com/K0lb3/texture2ddecoder
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e2/dc/0ea3c5f8555677d69dd7c5aacfa119ff36506f05dc2af385a8556af5539d/texture2ddecoder-1.0.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/e2/dc/0ea3c5f8555677d69dd7c5aacfa119ff36506f05dc2af385a8556af5539d/texture2ddecoder-1.0.4.tar.gz
%description
@@ -623,20 +623,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 .
@@ -649,5 +649,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.4-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.4-1
- Package Spec generated