summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:06:00 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:06:00 +0000
commit1492d69e6e58a7b9eb41c4557a30eb17c8ffaa5c (patch)
treee249d170007fcb5530d9a3d03eb73f8135e3803d
parentcaca32c8170f26c52c8a5a5696bd65e89c01bd81 (diff)
automatic import of python-github-backupopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-github-backup.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 14737e9..72efae1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index 025f9d8..32372c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a9a19cb4b80537689f02adc57bb81f2 github-backup-0.42.0.tar.gz
+2855a2a1bb33ff7f2f04e1ed9c73d902 github-backup-0.43.1.tar.gz