From e18db54fe4988a5436ad053a97db734e5c423148 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 17:00:44 +0000 Subject: automatic import of python-mozregression --- python-mozregression.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-mozregression.spec') 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 - 5.3.2-1 +* Thu Jun 08 2023 Python_Bot - 5.3.3-1 - Package Spec generated -- cgit v1.2.3