diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:11:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:11:07 +0000 |
commit | c7a391bbc247a9ccd0e9bcba804f9696acd7ff9d (patch) | |
tree | 9c13edbba31fe516dc55608c0292d41c791f0b39 | |
parent | 11a0eb9ddbac640c2639dc6b6856a220ce9d8560 (diff) |
automatic import of python-swapsiesopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-swapsies.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /Swapsies-1.47.tar.gz +/Swapsies-1.48.tar.gz diff --git a/python-swapsies.spec b/python-swapsies.spec index e13ec1f..2407d87 100644 --- a/python-swapsies.spec +++ b/python-swapsies.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-Swapsies -Version: 1.47 +Version: 1.48 Release: 1 Summary: please add a summary manually as the author left a blank one License: MIT URL: https://github.com/eddo888/Swapsies -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a0/5f/1557b438889af20df9113a957f7584d703ad9c8b36ab88707967d57012a9/Swapsies-1.47.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/af/2e/c0dbed7cf4699c0e5141c1069cacd8595c79c371616de61bc83be0f2e642/Swapsies-1.48.tar.gz BuildArch: noarch @@ -46,7 +46,7 @@ python is excellent for processing and transforming data, so this library captur %prep -%autosetup -n Swapsies-1.47 +%autosetup -n Swapsies-1.48 %build %py3_build @@ -60,20 +60,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 . @@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.47-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.48-1 - Package Spec generated @@ -1 +1 @@ -e8d3d0b4f98ddd1725bcd853fb33be16 Swapsies-1.47.tar.gz +037d3c36113c4410608ce421080c7afa Swapsies-1.48.tar.gz |