diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:53:13 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:53:13 +0000 |
commit | be94895bd8ae7f37cf7783ee2c09100786e2d708 (patch) | |
tree | ec93e08fe4d28102f164cc8013a1ceb9c590bc5a | |
parent | fae8c59ac120b4dc4f7d0fc3c6c36af465592030 (diff) |
automatic import of python-func-adl-astopeneuler20.03
-rw-r--r-- | python-func-adl-ast.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-func-adl-ast.spec b/python-func-adl-ast.spec index 411d96d..a4bb6b3 100644 --- a/python-func-adl-ast.spec +++ b/python-func-adl-ast.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Functional Analysis Description Language - Backend AST Manipulation Packages License: TBD URL: https://github.com/iris-hep/func_adl -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2a/3b/d351c6f3095e8ddb59a800458762c44f997f12df8e356137bb2609a4e177/func_adl.ast-2.3.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/2a/3b/d351c6f3095e8ddb59a800458762c44f997f12df8e356137bb2609a4e177/func_adl.ast-2.3.1.tar.gz BuildArch: noarch Requires: python3-func-adl @@ -114,7 +114,7 @@ After a new release has been built and passes the tests you can release it by cr %prep -%autosetup -n func-adl.ast-2.3.1 +%autosetup -n func_adl.ast-2.3.1 %build %py3_build @@ -128,20 +128,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 . @@ -154,5 +154,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.1-1 - Package Spec generated |