diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:07:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:07:50 +0000 |
commit | 5bfefe97efab8e1c55ad846fa746edacbd84156f (patch) | |
tree | 893e347d83224860e73c7f7b503181415a47ac14 | |
parent | cfe0e72ef996d00f38ef34e90989e9c2801522d2 (diff) |
automatic import of python-useisopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-useis.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /useis-1.0.2.tar.gz +/useis-1.1.6.tar.gz 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 @@ -1 +1 @@ -f6c7c634e3bfbaff37e8fb93fefc81ff useis-1.0.2.tar.gz +f4bf705a1946838fdfb0e8d464b1ccb8 useis-1.1.6.tar.gz |