summaryrefslogtreecommitdiff
path: root/python-tkmatrix.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 17:34:44 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 17:34:44 +0000
commit7ed92e6bfa127b4fd8577878bc9773e9beb6f02d (patch)
tree15fd398ce6d347218cb8481f5a0c2cd6472d208f /python-tkmatrix.spec
parentfca9f054682696c98f83de95d726c9c382314957 (diff)
automatic import of python-tkmatrixopeneuler20.03
Diffstat (limited to 'python-tkmatrix.spec')
-rw-r--r--python-tkmatrix.spec18
1 files changed, 9 insertions, 9 deletions
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 <Python_Bot@openeuler.org> - 0.6.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.2-1
- Package Spec generated