diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:05:24 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:05:24 +0000 |
| commit | 28fc8f8faf58912df9038e34aafd183ffec7e24c (patch) | |
| tree | bb6a235e2081472dd1b15229e15b432ce6c994c7 | |
| parent | 263e26c97aadd3fdd0c9a03dc60c81957a73029a (diff) | |
automatic import of python-lbapcommonopeneuler20.03
| -rw-r--r-- | python-lbapcommon.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-lbapcommon.spec b/python-lbapcommon.spec index 0aedb74..21c6258 100644 --- a/python-lbapcommon.spec +++ b/python-lbapcommon.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Common utilities used by LHCb DPA WP2 related software License: GNU General Public License v3 or later (GPLv3+) URL: https://gitlab.cern.ch/lhcb-dpa/analysis-productions/LbAPCommon -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7f/4a/8020861b40c319989c03876d0a3f1a68e01b47e56f2ffcc2e752a764a46e/LbAPCommon-0.9.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/7f/4a/8020861b40c319989c03876d0a3f1a68e01b47e56f2ffcc2e752a764a46e/LbAPCommon-0.9.3.tar.gz BuildArch: noarch Requires: python3-strictyaml @@ -89,20 +89,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 . @@ -115,5 +115,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.3-1 - Package Spec generated |
