summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 02:57:21 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 02:57:21 +0000
commit94d8238c405612f1bed376762c62e629d5d59416 (patch)
tree2ab19a2b8b69891de7794c09434fedea18b74e69
parente1922c4b79cf9fbad2f6a53a9578d38ac795f519 (diff)
automatic import of python-buildbot-unrealengineopeneuler20.03
-rw-r--r--python-buildbot-unrealengine.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-buildbot-unrealengine.spec b/python-buildbot-unrealengine.spec
index 3b7eba6..60be396 100644
--- a/python-buildbot-unrealengine.spec
+++ b/python-buildbot-unrealengine.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Easy configuration for the Unreal Automation Tool
License: MIT License
URL: https://github.com/pampersrocker/buildbot-UnrealEngine
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e3/88/7b65b68571bca2c9a531355c8ab646a4e08a1f02a46b53ef0570690c10ac/buildbot_UnrealEngine-1.7.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/e3/88/7b65b68571bca2c9a531355c8ab646a4e08a1f02a46b53ef0570690c10ac/buildbot_UnrealEngine-1.7.1.tar.gz
BuildArch: noarch
@@ -649,7 +649,7 @@ factory.addStep(
%prep
-%autosetup -n buildbot-UnrealEngine-1.7.1
+%autosetup -n buildbot_UnrealEngine-1.7.1
%build
%py3_build
@@ -663,20 +663,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 .
@@ -689,5 +689,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.1-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.1-1
- Package Spec generated