summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:32:40 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:32:40 +0000
commit24fef2e57fe1713d12ca45ca70b69137e7fae07c (patch)
tree600aa29825b0321e88576b3919b73cab081b492e
parentb81c10bf6ffa023cd9c49aeffb4c5bea1e72a464 (diff)
automatic import of python-selenium-chromeopeneuler20.03
-rw-r--r--python-selenium-chrome.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-selenium-chrome.spec b/python-selenium-chrome.spec
index 2868fb0..f5254e2 100644
--- a/python-selenium-chrome.spec
+++ b/python-selenium-chrome.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: selenium_chrome
License: MIT License
URL: https://github.com/kkristof200/selenium_chrome
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/df/2c/d2ba3d620e45f7fb9209e512e172fb44cac9d02d4e7564c5525b817f5095/selenium_chrome-0.0.29.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/df/2c/d2ba3d620e45f7fb9209e512e172fb44cac9d02d4e7564c5525b817f5095/selenium_chrome-0.0.29.tar.gz
BuildArch: noarch
Requires: python3-kproxy
@@ -186,7 +186,7 @@ time.sleep(999)
%prep
-%autosetup -n selenium-chrome-0.0.29
+%autosetup -n selenium_chrome-0.0.29
%build
%py3_build
@@ -200,20 +200,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 .
@@ -226,5 +226,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.29-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.29-1
- Package Spec generated