summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-tkmatrix.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index b6fb884..6e8fc89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/tkmatrix-0.6.0.tar.gz
+/tkmatrix-0.6.2.tar.gz
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
diff --git a/sources b/sources
index 75d94ff..851a171 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c4a439ce6dc658fe730ec461e790181 tkmatrix-0.6.0.tar.gz
+5bdb7016c9b698c4d2d485888d7fba5f tkmatrix-0.6.2.tar.gz