diff options
Diffstat (limited to 'python-useis.spec')
-rw-r--r-- | python-useis.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-useis.spec b/python-useis.spec index 6c93afd..54c8c50 100644 --- a/python-useis.spec +++ b/python-useis.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-useis -Version: 1.0.2 +Version: 1.1.6 Release: 1 Summary: please add a summary manually as the author left a blank one License: MIT URL: https://pypi.org/project/useis/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a9/f1/f9ea22998736db7acbdb3489558b1cb64bce98c39c43b2aabbdb7b1b606e/useis-1.0.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/25/0e/36cc61e7b6fd8c4744dbe90fb2d50e9d755d648da932d40e525485e7986b/useis-1.1.6.tar.gz BuildArch: noarch Requires: python3-dynaconf @@ -43,7 +43,7 @@ Provides: python3-useis-doc %prep -%autosetup -n useis-1.0.2 +%autosetup -n useis-1.1.6 %build %py3_build @@ -57,20 +57,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 . @@ -83,5 +83,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.6-1 - Package Spec generated |