summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 18:25:03 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 18:25:03 +0000
commit076987967b241ac1569af24ed7a9c4201e922957 (patch)
tree23f1d51df5188bcab4260a972e45968bea31ad84
parentb1f489d331a8ca428808d050123166fc41a9875b (diff)
automatic import of python-pyqt6-webengineopeneuler20.03
-rw-r--r--python-pyqt6-webengine.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-pyqt6-webengine.spec b/python-pyqt6-webengine.spec
index 687a321..6c45e6e 100644
--- a/python-pyqt6-webengine.spec
+++ b/python-pyqt6-webengine.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python bindings for the Qt WebEngine framework
License: GPL v3
URL: https://www.riverbankcomputing.com/software/pyqtwebengine/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8d/dd/90d73f7b51f5bdc733341e317a9ac1f0d8fdf61d6c793061d429ae86e28f/PyQt6_WebEngine-6.5.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/8d/dd/90d73f7b51f5bdc733341e317a9ac1f0d8fdf61d6c793061d429ae86e28f/PyQt6_WebEngine-6.5.0.tar.gz
Requires: python3-PyQt6-sip
Requires: python3-PyQt6-WebEngine-Qt6
@@ -45,7 +45,7 @@ PyQt6 and are implemented as three separate modules corresponding to the
different libraries that make up the framework.
%prep
-%autosetup -n PyQt6-WebEngine-6.5.0
+%autosetup -n PyQt6_WebEngine-6.5.0
%build
%py3_build
@@ -59,20 +59,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 .
@@ -85,5 +85,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 6.5.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 6.5.0-1
- Package Spec generated