summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 16:30:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 16:30:42 +0000
commit6a4424e8e5a87f2ad8ab982bb549f8bf12e2be17 (patch)
treed4b424a74edf0ffe7ca959b05d2436668f16df19
parentbaf1a12e01b9c75bfc31b813a1fc0108c5114ed1 (diff)
automatic import of python-utility-liron-revahopeneuler20.03
-rw-r--r--python-utility-liron-revah.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-utility-liron-revah.spec b/python-utility-liron-revah.spec
index 30774c8..3beb942 100644
--- a/python-utility-liron-revah.spec
+++ b/python-utility-liron-revah.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A small utility package for my own projects
License: MIT License
URL: https://github.com/liron7722/Utility
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fc/4c/61b9f943c2dc9b661cb96f76733f2fc4f38d07cbd1bee6a10a38f23814ae/utility-liron_revah-0.0.14.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/fc/4c/61b9f943c2dc9b661cb96f76733f2fc4f38d07cbd1bee6a10a38f23814ae/utility-liron_revah-0.0.14.tar.gz
BuildArch: noarch
Requires: python3-CMRESHandler
@@ -48,7 +48,7 @@ This is a simple example package. You can use
%prep
-%autosetup -n utility-liron-revah-0.0.14
+%autosetup -n utility-liron_revah-0.0.14
%build
%py3_build
@@ -62,20 +62,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 .
@@ -88,5 +88,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.14-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.14-1
- Package Spec generated