summaryrefslogtreecommitdiff
path: root/python-gftools.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:58:32 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:58:32 +0000
commit76d885b53dab6eb8db024cedc37ea9586194f6cf (patch)
treec3395018d39691bb5efb3ccf4881cb610c4445af /python-gftools.spec
parent7df6ff4c694e7afca3f0f3aa31264d5e03918f30 (diff)
automatic import of python-gftoolsopeneuler20.03
Diffstat (limited to 'python-gftools.spec')
-rw-r--r--python-gftools.spec18
1 files changed, 9 insertions, 9 deletions
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