diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:28:25 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:28:25 +0000 |
| commit | a69b9f068127d4c725f6d9b92e8fe1327b37f94e (patch) | |
| tree | 9a131b0acaa4d5ae40b25608fa41b22a35bb80b6 | |
| parent | 0e225debcbf2c77a98c6ac726a9c3f8726ad9a98 (diff) | |
automatic import of python-pycrafopeneuler20.03
| -rw-r--r-- | python-pycraf.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pycraf.spec b/python-pycraf.spec index 9ccb0e7..0d12510 100644 --- a/python-pycraf.spec +++ b/python-pycraf.spec @@ -5,7 +5,7 @@ Release: 1 Summary: pycraf - compatibility studies for radio astronomy spectrum management License: GPL v3 URL: https://github.com/bwinkel/pycraf -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fc/50/ef51fb8033700b13dbda1996a0d7a949b1f4baeecb090622f1a2ef2d48ba/pycraf-2.0.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/fc/50/ef51fb8033700b13dbda1996a0d7a949b1f4baeecb090622f1a2ef2d48ba/pycraf-2.0.1.tar.gz Requires: python3-astropy Requires: python3-h5py @@ -70,20 +70,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 . @@ -96,5 +96,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.1-1 - Package Spec generated |
