diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-ipapp.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /ipapp-1.3.14.tar.gz +/ipapp-1.3.15.tar.gz diff --git a/python-ipapp.spec b/python-ipapp.spec index 7ab035b..04d77cb 100644 --- a/python-ipapp.spec +++ b/python-ipapp.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ipapp -Version: 1.3.14 +Version: 1.3.15 Release: 1 Summary: InPlat application framework License: MIT URL: https://github.com/inplat/ipapp -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e4/14/4ae4f4844c21ea2ccd50298b0a0538eb4ed6638cf821caf131847b2e4b7f/ipapp-1.3.14.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/fe/06/38d1822cacc123d3f00e5b623ae4fb8b8158319ec25c2b52c77c926b571d/ipapp-1.3.15.tar.gz BuildArch: noarch Requires: python3-pydantic @@ -173,7 +173,7 @@ For release history refer to [release-notes](release-notes.rst). %prep -%autosetup -n ipapp-1.3.14 +%autosetup -n ipapp-1.3.15 %build %py3_build @@ -187,20 +187,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 . @@ -213,5 +213,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.14-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.15-1 - Package Spec generated @@ -1 +1 @@ -73f380d03456bae975375a8dc7279a96 ipapp-1.3.14.tar.gz +dd8da5fae1a3f6d288a1e645dbfd3b13 ipapp-1.3.15.tar.gz |
