diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 05:27:04 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 05:27:04 +0000 |
| commit | 89c84a2f02e166d4d84316f1b1426837fe7b5dd9 (patch) | |
| tree | fdd864f6e75a486989fb6424f788128d13e01d93 /python-daktari.spec | |
| parent | 5de80fe0452f0262e09ad2531dbf5c611a0982a4 (diff) | |
automatic import of python-daktariopeneuler20.03
Diffstat (limited to 'python-daktari.spec')
| -rw-r--r-- | python-daktari.spec | 24 |
1 files changed, 12 insertions, 12 deletions
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 <Python_Bot@openeuler.org> - 0.0.103-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.105-1 - Package Spec generated |
