diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-gftools.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /gftools-0.9.29.tar.gz +/gftools-0.9.30.tar.gz diff --git a/python-gftools.spec b/python-gftools.spec index 72bdf08..68c5387 100644 --- a/python-gftools.spec +++ b/python-gftools.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-gftools -Version: 0.9.29 +Version: 0.9.30 Release: 1 Summary: Google Fonts Tools is a set of command-line tools for testing font projects License: Apache Software License URL: https://pypi.org/project/gftools/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/78/63/81edf9590b0f30e19be510a0c8ecb184ff0d8327cc2668f555d2e8eac454/gftools-0.9.29.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/46/b7/4d4db6219ebcaffacc8a58459314684c9f7072a9998238840719d8018c72/gftools-0.9.30.tar.gz BuildArch: noarch Requires: python3-setuptools @@ -331,7 +331,7 @@ key = your-newly-generated-googlefonts-api-key %prep -%autosetup -n gftools-0.9.29 +%autosetup -n gftools-0.9.30 %build %py3_build @@ -345,20 +345,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 . @@ -371,5 +371,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.29-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.30-1 - Package Spec generated @@ -1 +1 @@ -d9e2976eb5a5508424792287e3f97dd4 gftools-0.9.29.tar.gz +31e56a17a87d7d453924e7c54620ecd8 gftools-0.9.30.tar.gz |
