summaryrefslogtreecommitdiff
path: root/python-tiled.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 17:05:13 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 17:05:13 +0000
commit659de4afc0177d9f2ad6167b2a052c2dc51abeb1 (patch)
treeee0f1b7ef069c494edbed71e187a8ac6ec9783a3 /python-tiled.spec
parent9b0a2077d5ae83a2ed5e8f2c152722f3a9b344ca (diff)
automatic import of python-tiledopeneuler20.03
Diffstat (limited to 'python-tiled.spec')
-rw-r--r--python-tiled.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-tiled.spec b/python-tiled.spec
index bfc1208..29b83ac 100644
--- a/python-tiled.spec
+++ b/python-tiled.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-tiled
-Version: 0.1.0a91
+Version: 0.1.0a93
Release: 1
Summary: Tile-based access to SciPy/PyData data structures over the web in many formats
License: BSD (3-clause)
URL: https://github.com/bluesky/tiled
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/07/2e/6ac953e63c210aad93613a9f57cef01b80009e57032c16013a07df7a81ef/tiled-0.1.0a91.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/74/0b/0e7abd97c81127984692ba6240fc2421655f7c4eec0c30cdde20e4554c33/tiled-0.1.0a93.tar.gz
BuildArch: noarch
Requires: python3-aiofiles
@@ -742,7 +742,7 @@ them instead!)
%prep
-%autosetup -n tiled-0.1.0a91
+%autosetup -n tiled-0.1.0a93
%build
%py3_build
@@ -756,20 +756,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 .
@@ -782,5 +782,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.0a91-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.0a93-1
- Package Spec generated