diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:10:12 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:10:12 +0000 |
| commit | 2ca60785e9b5359c0e215116061bab76da77abc6 (patch) | |
| tree | 8ba38290d6045cf0fc7afb3e6857323b568a9b7b /python-pysiaf.spec | |
| parent | 13dc165e298ba3630860f11e2057a025d4ec1c2b (diff) | |
automatic import of python-pysiafopeneuler20.03
Diffstat (limited to 'python-pysiaf.spec')
| -rw-r--r-- | python-pysiaf.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pysiaf.spec b/python-pysiaf.spec index 3b6bb05..284f277 100644 --- a/python-pysiaf.spec +++ b/python-pysiaf.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Handling of Science Instrument Aperture Files (SIAF) for space telescopes License: BSD URL: http://www.stsci.edu/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6f/37/13828d94190c6332da725fc9af7b195a2f13c30f4897bb2586eb3e1c33ba/pysiaf-0.19.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/6f/37/13828d94190c6332da725fc9af7b195a2f13c30f4897bb2586eb3e1c33ba/pysiaf-0.19.1.tar.gz BuildArch: noarch Requires: python3-astropy @@ -58,20 +58,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 . @@ -84,5 +84,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.19.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.19.1-1 - Package Spec generated |
