From 659de4afc0177d9f2ad6167b2a052c2dc51abeb1 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 17:05:13 +0000 Subject: automatic import of python-tiled --- .gitignore | 1 + python-tiled.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 59b3f16..10b0167 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /tiled-0.1.0a91.tar.gz +/tiled-0.1.0a93.tar.gz 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 - 0.1.0a91-1 +* Thu Jun 08 2023 Python_Bot - 0.1.0a93-1 - Package Spec generated diff --git a/sources b/sources index 8bff89f..005fcd9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d4535ae5e75843fe2e6075d7a927390f tiled-0.1.0a91.tar.gz +53443043c8be10a39a12d97fae5f0fb7 tiled-0.1.0a93.tar.gz -- cgit v1.2.3