diff options
Diffstat (limited to 'python-ctapipe-io-lst.spec')
| -rw-r--r-- | python-ctapipe-io-lst.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-ctapipe-io-lst.spec b/python-ctapipe-io-lst.spec index c67a95d..f613505 100644 --- a/python-ctapipe-io-lst.spec +++ b/python-ctapipe-io-lst.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ctapipe-io-lst -Version: 0.20.0 +Version: 0.20.1 Release: 1 Summary: ctapipe plugin for reading LST prototype files License: BSD 3-clause URL: https://pypi.org/project/ctapipe-io-lst/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/74/3b/8a9f8a1c133374e3403077dcbc25e1295ff1d500c19c54ebdafb392b6320/ctapipe_io_lst-0.20.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/1d/64/1c7c752335ad48378ca83fbff1e956f4dee294eb15e9a6bfb0d69295ffe4/ctapipe_io_lst-0.20.1.tar.gz BuildArch: noarch Requires: python3-astropy @@ -141,7 +141,7 @@ and then run %prep -%autosetup -n ctapipe-io-lst-0.20.0 +%autosetup -n ctapipe_io_lst-0.20.1 %build %py3_build @@ -155,20 +155,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 . @@ -181,5 +181,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.1-1 - Package Spec generated |
