summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 17:00:44 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 17:00:44 +0000
commite18db54fe4988a5436ad053a97db734e5c423148 (patch)
treededfe726c9d443c84350be4ed0f4dccbbd333611
parent3eab4ae95ec8248ab0a586778563671acf9de285 (diff)
automatic import of python-mozregressionopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-mozregression.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index a54b155..b1e41fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/mozregression-5.3.2.tar.gz
+/mozregression-5.3.3.tar.gz
diff --git a/python-mozregression.spec b/python-mozregression.spec
index e7e0321..383b592 100644
--- a/python-mozregression.spec
+++ b/python-mozregression.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-mozregression
-Version: 5.3.2
+Version: 5.3.3
Release: 1
Summary: Regression range finder for Mozilla nightly builds
License: MPL 2.0
URL: http://github.com/mozilla/mozregression
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bd/1b/dcb81fe64e6d728323493b993c0ed088a75238f99239cfeed9309927ff76/mozregression-5.3.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/37/b6/dd1865c93525eea9625aa2ddb667c4f02a12a7015e06738abd8a75f83c37/mozregression-5.3.3.tar.gz
BuildArch: noarch
Requires: python3-glean-sdk
@@ -53,7 +53,7 @@ http://mozilla.github.io/mozregression/
%prep
-%autosetup -n mozregression-5.3.2
+%autosetup -n mozregression-5.3.3
%build
%py3_build
@@ -67,20 +67,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 .
@@ -93,5 +93,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 5.3.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 5.3.3-1
- Package Spec generated
diff --git a/sources b/sources
index 565666f..5ed6fd5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6de68d1058bb42bbd8d16b629a3bd7f7 mozregression-5.3.2.tar.gz
+dca529380d7154c5b0de4285c2f264d9 mozregression-5.3.3.tar.gz