From 167f211ec01d2fa5f04cc7ab0ff81cd85a122902 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 11:24:05 +0000 Subject: automatic import of python-pywaves --- .gitignore | 1 + python-pywaves.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 2ba8cea..1c32b42 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /PyWaves-1.0.3.tar.gz +/PyWaves-1.0.4.tar.gz diff --git a/python-pywaves.spec b/python-pywaves.spec index 9b37044..f808c4f 100644 --- a/python-pywaves.spec +++ b/python-pywaves.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-PyWaves -Version: 1.0.3 +Version: 1.0.4 Release: 1 Summary: Object-oriented library for the Waves blockchain platform License: MIT URL: http://github.com/pywaves/pywaves -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/85/aa/f6ee95e1d45f4c69df0eaf8b83872530ccb6c6e24449383848d2928332e5/PyWaves-1.0.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c6/cf/5a2fa10d9df22af52251a51e0aa03ac5fcf518fce5b8e7048110d1758f7d/PyWaves-1.0.4.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-PyWaves-doc %prep -%autosetup -n PyWaves-1.0.3 +%autosetup -n PyWaves-1.0.4 %build %py3_build @@ -42,20 +42,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 . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 1.0.3-1 +* Thu Jun 08 2023 Python_Bot - 1.0.4-1 - Package Spec generated diff --git a/sources b/sources index 975d0e1..9eb627f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9425791ba88788d3732987a0964c72a0 PyWaves-1.0.3.tar.gz +b81405b5d5378deaacb87e967698343e PyWaves-1.0.4.tar.gz -- cgit v1.2.3