From 7dfbe281f097a412cacde5cea56efcabe2c7d09f Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 13:46:51 +0000 Subject: automatic import of python-pysus --- python-pysus.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-pysus.spec') diff --git a/python-pysus.spec b/python-pysus.spec index fdfffc1..d617401 100644 --- a/python-pysus.spec +++ b/python-pysus.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pysus -Version: 0.9.2 +Version: 0.9.3 Release: 1 Summary: Tools for dealing with Brazil's Public health data License: GPL URL: https://pypi.org/project/pysus/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/76/ac/12197334b4e68d3d9c6ef49fcfd4a2c427a1945389bc3484bc15e5ece538/pysus-0.9.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/64/1b/1c3e41d35c84f53d8750c1bec938cf47a046e732a9a8c6706ba4a7c62dbe/pysus-0.9.3.tar.gz BuildArch: noarch Requires: python3-cffi @@ -49,7 +49,7 @@ Provides: python3-pysus-doc %prep -%autosetup -n pysus-0.9.2 +%autosetup -n pysus-0.9.3 %build %py3_build @@ -63,20 +63,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 . @@ -89,5 +89,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 0.9.2-1 +* Thu Jun 08 2023 Python_Bot - 0.9.3-1 - Package Spec generated -- cgit v1.2.3