diff options
Diffstat (limited to 'python-tft-artemis.spec')
| -rw-r--r-- | python-tft-artemis.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-tft-artemis.spec b/python-tft-artemis.spec index 2303ee8..a8e3a03 100644 --- a/python-tft-artemis.spec +++ b/python-tft-artemis.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tft-artemis -Version: 0.0.55 +Version: 0.0.56 Release: 1 Summary: Artemis is a machine provisioning service. Its goal is to provision a machine - using a set of preconfigured providers as backends - which would satisfy the given hardware and software requirements. License: Apache-2.0 URL: https://pypi.org/project/tft-artemis/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/40/44/dec2fa453580843750b54a0b01dcb998a8d3c7556234ded192feda81e83a/tft-artemis-0.0.55.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/bb/b8/d43bb7ca4c93a5a6c7e8ae987f7e3ea1c7cc686ba8772b452467cba79705/tft_artemis-0.0.56.tar.gz BuildArch: noarch Requires: python3-alembic @@ -52,7 +52,7 @@ Provides: python3-tft-artemis-doc %prep -%autosetup -n tft-artemis-0.0.55 +%autosetup -n tft_artemis-0.0.56 %build %py3_build @@ -66,20 +66,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 . @@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.55-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.56-1 - Package Spec generated |
