From 7ed92e6bfa127b4fd8577878bc9773e9beb6f02d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 17:34:44 +0000 Subject: automatic import of python-tkmatrix --- python-tkmatrix.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-tkmatrix.spec') diff --git a/python-tkmatrix.spec b/python-tkmatrix.spec index 696acae..c3b5f11 100644 --- a/python-tkmatrix.spec +++ b/python-tkmatrix.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tkmatrix -Version: 0.6.0 +Version: 0.6.2 Release: 1 Summary: ToolKit for Multi-phAse Transits Recovery from Injected eXoplanets License: MIT License URL: https://github.com/PlanetHunters/tkmatrix -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ec/3c/34bda4dcbb616923f26fdfa3f4b5bc006ae99fcd1b1b4d01457b26df5725/tkmatrix-0.6.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9c/20/41695d7f4f6be705dad869e88a2277e1d09be5b30183151a77570096db35/tkmatrix-0.6.2.tar.gz BuildArch: noarch Requires: python3-argparse @@ -237,7 +237,7 @@ Just execute the command below this text. Take into accont that the `user-proper %prep -%autosetup -n tkmatrix-0.6.0 +%autosetup -n tkmatrix-0.6.2 %build %py3_build @@ -251,20 +251,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 . @@ -277,5 +277,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 17 2023 Python_Bot - 0.6.0-1 +* Thu Jun 08 2023 Python_Bot - 0.6.2-1 - Package Spec generated -- cgit v1.2.3