summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:18:25 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:18:25 +0000
commitc9766bd76c686f38eed0c62b56c7de4b7aa8cdd6 (patch)
tree86149a5873d2304c45c876092b558d0dd1319f39
parentdb731abcb30204527a90853158d93376da59da62 (diff)
automatic import of python-rareopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-rare.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 79aa91a..7a29fe5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/Rare-1.10.1.tar.gz
+/Rare-1.10.2.tar.gz
diff --git a/python-rare.spec b/python-rare.spec
index b6caf4d..31a3420 100644
--- a/python-rare.spec
+++ b/python-rare.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-Rare
-Version: 1.10.1
+Version: 1.10.2
Release: 1
Summary: A gui for Legendary
License: GPL-3
URL: https://github.com/Dummerle/Rare
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/83/c3/28c9bcc5f368eb955add4db586d35b20dfe572d9b07eaa991bbaf91b4ce4/Rare-1.10.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1e/fc/a89d04c79bb7e9151c2b4eeb810a3bfb0ccb6eaf03c6c1624ed9aac78f31/Rare-1.10.2.tar.gz
BuildArch: noarch
Requires: python3-requests
@@ -477,7 +477,7 @@ More information is available in CONTRIBUTING.md.
%prep
-%autosetup -n Rare-1.10.1
+%autosetup -n Rare-1.10.2
%build
%py3_build
@@ -491,20 +491,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 .
@@ -517,5 +517,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.10.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.10.2-1
- Package Spec generated
diff --git a/sources b/sources
index 48e14fd..a011aa5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-40a05e560dd832d264fa7c3392ecfd02 Rare-1.10.1.tar.gz
+ba73718543dc07198c504f06ed97de03 Rare-1.10.2.tar.gz