summaryrefslogtreecommitdiff
path: root/python-rare.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-rare.spec')
-rw-r--r--python-rare.spec18
1 files changed, 9 insertions, 9 deletions
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