diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:11:05 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:11:05 +0000 |
commit | 4e52bf47645d08a819c174978f4935e48bc374a8 (patch) | |
tree | c77459c327bf69579a7d1999fbdad5bf9c528913 | |
parent | 6931b460a87ef8a6417c79466ae97aac4cd44859 (diff) |
automatic import of python-func-adlopeneuler20.03
-rw-r--r-- | python-func-adl.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-func-adl.spec b/python-func-adl.spec index 648716b..691455a 100644 --- a/python-func-adl.spec +++ b/python-func-adl.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Functional Analysis Description Language Base Package License: MIT URL: https://github.com/iris-hep/func_adl -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/aa/19/25d76b27b00eb979aca9b829ff75efc1045b9349ee98ce2e1fb1ebb4674f/func_adl-3.2.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/aa/19/25d76b27b00eb979aca9b829ff75efc1045b9349ee98ce2e1fb1ebb4674f/func_adl-3.2.4.tar.gz BuildArch: noarch Requires: python3-make-it-sync @@ -370,7 +370,7 @@ For examples, see the `test_type_based_replacement` file. The class-level decora After a new release has been built and passes the tests you can release it by creating a new release on `github`. An action that runs when a release is "created" will send it to `pypi`. %prep -%autosetup -n func-adl-3.2.4 +%autosetup -n func_adl-3.2.4 %build %py3_build @@ -384,20 +384,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 . @@ -410,5 +410,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.4-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.4-1 - Package Spec generated |