diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-casaconfig.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /casaconfig-0.0.49.tar.gz +/casaconfig-0.0.54.tar.gz diff --git a/python-casaconfig.spec b/python-casaconfig.spec index af72791..31fcd8e 100644 --- a/python-casaconfig.spec +++ b/python-casaconfig.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-casaconfig -Version: 0.0.49 +Version: 0.0.54 Release: 1 Summary: CASA Operational Configuration Package License: Apache-2.0 URL: https://github.com/casangi/casadata -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a2/17/03c4c805c0e92c37de7b002c78c825c44d1b8c864180fefbefb595965322/casaconfig-0.0.49.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/41/fc/975a65992ab8f3d0e05219874e27aeef1ff1e43370ce20a952a788000b9a/casaconfig-0.0.54.tar.gz BuildArch: noarch @@ -367,7 +367,7 @@ user_site = False ``` %prep -%autosetup -n casaconfig-0.0.49 +%autosetup -n casaconfig-0.0.54 %build %py3_build @@ -381,20 +381,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 . @@ -407,5 +407,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.49-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.54-1 - Package Spec generated @@ -1 +1 @@ -dc8c8d5583dcdf69e2ce4fb48a292f81 casaconfig-0.0.49.tar.gz +c9ff72dad51db96a46fb1bc04efbf247 casaconfig-0.0.54.tar.gz |