summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:28:12 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:28:12 +0000
commit21f328d25a29766cd53128dc5b98b0ad0343633a (patch)
tree157a7bf8cc70c064e3a7ea61380eef2b46d10d72
parentcb8e3731197c8976d9642a07bde090ed18de0d51 (diff)
automatic import of python-selenium-driver-updateropeneuler20.03
-rw-r--r--python-selenium-driver-updater.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-selenium-driver-updater.spec b/python-selenium-driver-updater.spec
index ca5db3a..0b9543c 100644
--- a/python-selenium-driver-updater.spec
+++ b/python-selenium-driver-updater.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Download or update your Selenium driver binaries and their browsers automatically with this package
License: MIT
URL: https://github.com/Svinokur/selenium_driver_updater
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fe/33/9ebf5c6a50279d983b59a2bc190fb49dce284d7393045c7b4d42230b6de0/selenium_driver_updater-5.1.8.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/fe/33/9ebf5c6a50279d983b59a2bc190fb49dce284d7393045c7b4d42230b6de0/selenium_driver_updater-5.1.8.tar.gz
BuildArch: noarch
@@ -547,7 +547,7 @@ All supported OS's for this browser are:
%prep
-%autosetup -n selenium-driver-updater-5.1.8
+%autosetup -n selenium_driver_updater-5.1.8
%build
%py3_build
@@ -561,20 +561,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 .
@@ -587,5 +587,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 5.1.8-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 5.1.8-1
- Package Spec generated