From 53c7abca2c877493fc2a93cd937283834de6bd04 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 23:11:04 +0000 Subject: automatic import of python-tft-artemis --- .gitignore | 1 + python-tft-artemis.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index df1bb02..df6e9fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /tft-artemis-0.0.55.tar.gz +/tft_artemis-0.0.56.tar.gz 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 - 0.0.55-1 +* Thu Jun 08 2023 Python_Bot - 0.0.56-1 - Package Spec generated diff --git a/sources b/sources index 7d6ef33..fd07907 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23c13bd57303c769effa21ebe4a51b19 tft-artemis-0.0.55.tar.gz +c1fa7d1a3020005d44b99145e026b75e tft_artemis-0.0.56.tar.gz -- cgit v1.2.3