summaryrefslogtreecommitdiff
path: root/python-tft-artemis.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 23:11:04 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 23:11:04 +0000
commit53c7abca2c877493fc2a93cd937283834de6bd04 (patch)
tree5a34b0bb017bb4328d70a269a74c651d49e1fdc6 /python-tft-artemis.spec
parentac3b3f4c87a63368a02a920208e1332c245ca482 (diff)
automatic import of python-tft-artemisopeneuler20.03
Diffstat (limited to 'python-tft-artemis.spec')
-rw-r--r--python-tft-artemis.spec18
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