From 4f56e35fc1fdb15c5c1b1ca205d04b3ee48cf15d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 15:12:56 +0000 Subject: automatic import of python-yellowbox --- python-yellowbox.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-yellowbox.spec') diff --git a/python-yellowbox.spec b/python-yellowbox.spec index 0b0737d..321738b 100644 --- a/python-yellowbox.spec +++ b/python-yellowbox.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-yellowbox -Version: 0.8.2 +Version: 0.8.3 Release: 1 Summary: please add a summary manually as the author left a blank one License: MIT URL: https://github.com/biocatchltd/yellowbox -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/57/9d/612a19dd2e730c08e13651979344fde027153506e4226e4f07dea15da5b1/yellowbox-0.8.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/be/61/a04dd0eff50533523ba6bfb65ce77e5a520155b946ddd21a6c02295ca293/yellowbox-0.8.3.tar.gz BuildArch: noarch Requires: python3-docker @@ -101,7 +101,7 @@ def test_black_box_with_initial_data(): Yellowbox is registered under the MIT public license %prep -%autosetup -n yellowbox-0.8.2 +%autosetup -n yellowbox-0.8.3 %build %py3_build @@ -115,20 +115,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 . @@ -141,5 +141,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 17 2023 Python_Bot - 0.8.2-1 +* Thu Jun 08 2023 Python_Bot - 0.8.3-1 - Package Spec generated -- cgit v1.2.3