diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:57:13 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:57:13 +0000 |
commit | f725bf65aab1b8069a8d1f66a155d1d40c1db848 (patch) | |
tree | 162c70886088d6e86a02aab9d883bfe84d8639e6 | |
parent | a6eb67ed5b2f2bf6864788328084f3ee218f48a1 (diff) |
automatic import of python-gitaopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-gita.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /gita-0.16.3.tar.gz +/gita-0.16.3.1.tar.gz diff --git a/python-gita.spec b/python-gita.spec index 5471626..c3492a0 100644 --- a/python-gita.spec +++ b/python-gita.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-gita -Version: 0.16.3 +Version: 0.16.3.1 Release: 1 Summary: Manage multiple git repos with sanity License: MIT URL: https://github.com/nosarthur/gita -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/84/92/ed26d079c74fea345fe5957dfa01148787fc5d520873d2a1c2ab602c037b/gita-0.16.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/8e/0e/8e4bb7c79810b72a6275974d232a21cb04725539c78eec570752c037b9be/gita-0.16.3.1.tar.gz BuildArch: noarch @@ -58,7 +58,7 @@ See the [customization section](#custom). The additional status symbols denote %prep -%autosetup -n gita-0.16.3 +%autosetup -n gita-0.16.3.1 %build %py3_build @@ -72,20 +72,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 . @@ -98,5 +98,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.16.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.16.3.1-1 - Package Spec generated @@ -1 +1 @@ -76a51dcbc10c29bf9c56ec11ea349b66 gita-0.16.3.tar.gz +225294ec6da30f3eaf17685cb65b3295 gita-0.16.3.1.tar.gz |