From 89c84a2f02e166d4d84316f1b1426837fe7b5dd9 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 05:27:04 +0000 Subject: automatic import of python-daktari --- .gitignore | 1 + python-daktari.spec | 24 ++++++++++++------------ sources | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 5ac036f..b2b1a45 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /daktari-0.0.97.tar.gz /daktari-0.0.103.tar.gz +/daktari-0.0.105.tar.gz diff --git a/python-daktari.spec b/python-daktari.spec index c9f3036..c5c0320 100644 --- a/python-daktari.spec +++ b/python-daktari.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-daktari -Version: 0.0.103 +Version: 0.0.105 Release: 1 Summary: Assist in setting up and maintaining developer environments License: MIT URL: https://github.com/sonocent/daktari -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/66/e1/44b3a26d1fea4dbb376a21d74cbbd9cdd445a0203804e53f306124a52ccb/daktari-0.0.103.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9e/96/76f63b2708994c89ccf857ad495da6ce88b61c34856ef4b7d011a381e170/daktari-0.0.105.tar.gz BuildArch: noarch Requires: python3-PyYAML @@ -40,7 +40,7 @@ In the root of the project repository, create a `.daktari.py` configuration file ```python from daktari.checks.git import * -version = "0.0.103" +version = "0.0.105" title = "My Project" checks = [ @@ -126,7 +126,7 @@ In the root of the project repository, create a `.daktari.py` configuration file ```python from daktari.checks.git import * -version = "0.0.103" +version = "0.0.105" title = "My Project" checks = [ @@ -209,7 +209,7 @@ In the root of the project repository, create a `.daktari.py` configuration file ```python from daktari.checks.git import * -version = "0.0.103" +version = "0.0.105" title = "My Project" checks = [ @@ -280,7 +280,7 @@ twine upload dist/* %prep -%autosetup -n daktari-0.0.103 +%autosetup -n daktari-0.0.105 %build %py3_build @@ -294,20 +294,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 . @@ -320,5 +320,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 0.0.103-1 +* Thu Jun 08 2023 Python_Bot - 0.0.105-1 - Package Spec generated diff --git a/sources b/sources index 1ffe408..e5b46b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea3e45543925880e8c630a8b1d725712 daktari-0.0.103.tar.gz +872e09dc1857c0fd406fde4b3c100814 daktari-0.0.105.tar.gz -- cgit v1.2.3