summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 23:59:31 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 23:59:31 +0000
commit2fe6e92bb1720db1808d5a294366c8204267e3b7 (patch)
tree524b44825266d2d7411138af03d38349ca185d48
parent24a94b7b2cb2e052710ea95e76c1b84bd4203f06 (diff)
automatic import of python-ttfautohint-pyopeneuler20.03
-rw-r--r--python-ttfautohint-py.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-ttfautohint-py.spec b/python-ttfautohint-py.spec
index 0a54c73..8e2b4b4 100644
--- a/python-ttfautohint-py.spec
+++ b/python-ttfautohint-py.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python wrapper for ttfautohint, a free auto-hinter for TrueType fonts
License: MIT
URL: https://github.com/fonttools/ttfautohint-py
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/03/22/598d609cbd11b4e29a90fe4ea1ab9be9f6385b209c44c109e0fd1e00dc32/ttfautohint-py-0.5.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/03/22/598d609cbd11b4e29a90fe4ea1ab9be9f6385b209c44c109e0fd1e00dc32/ttfautohint-py-0.5.1.tar.gz
%description
@@ -197,20 +197,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 .
@@ -223,5 +223,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.1-1
- Package Spec generated