summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 15:32:27 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 15:32:27 +0000
commit6f652cdf4fd3031e3b7c2eb12fdff876172d2e65 (patch)
tree846ae62195fc2c7e16586b8bd2c1cd235e5134d5
parent0f2ee105ed602a812e4bc6c8f5f702120fe8f62c (diff)
automatic import of python-aloe-webdriveropeneuler20.03
-rw-r--r--python-aloe-webdriver.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-aloe-webdriver.spec b/python-aloe-webdriver.spec
index 1b2fad6..552f3a7 100644
--- a/python-aloe-webdriver.spec
+++ b/python-aloe-webdriver.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Selenium webdriver extension for Aloe
License: MIT License
URL: https://github.com/aloetesting/aloe_webdriver/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/05/30/9cfe29e598b95ed3aa892b5dbf191e1b2c4e4ac692169fe29624f5fed448/aloe_webdriver-0.6.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/05/30/9cfe29e598b95ed3aa892b5dbf191e1b2c4e4ac692169fe29624f5fed448/aloe_webdriver-0.6.0.tar.gz
BuildArch: noarch
Requires: python3-aloe
@@ -57,7 +57,7 @@ Install:
Read the [documentation][documentation].
%prep
-%autosetup -n aloe-webdriver-0.6.0
+%autosetup -n aloe_webdriver-0.6.0
%build
%py3_build
@@ -71,20 +71,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 .
@@ -97,5 +97,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.0-1
- Package Spec generated