diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-github-backup.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /github-backup-0.42.0.tar.gz +/github-backup-0.43.1.tar.gz diff --git a/python-github-backup.spec b/python-github-backup.spec index d94c4bc..71cfcb6 100644 --- a/python-github-backup.spec +++ b/python-github-backup.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-github-backup -Version: 0.42.0 +Version: 0.43.1 Release: 1 Summary: backup a github user or organization License: MIT URL: http://github.com/josegonzalez/python-github-backup -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/79/44/8ee24068754338e07c0037d87c2f652d47bcfcb1756a5f10a7b96a6cfb7b/github-backup-0.42.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d4/14/41d6c674b530646ec52393d94cb910360f9ae0834b87f8a242654781782c/github-backup-0.43.1.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-github-backup-doc %prep -%autosetup -n github-backup-0.42.0 +%autosetup -n github-backup-0.43.1 %build %py3_build @@ -42,20 +42,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 . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.42.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.43.1-1 - Package Spec generated @@ -1 +1 @@ -1a9a19cb4b80537689f02adc57bb81f2 github-backup-0.42.0.tar.gz +2855a2a1bb33ff7f2f04e1ed9c73d902 github-backup-0.43.1.tar.gz |