summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 15:51:57 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 15:51:57 +0000
commitf2e0374aeddcf4c0b90f2f291996155cd9473ce0 (patch)
tree11395ba958c26052b31ce40373abae6ea27b04c4
parent68d869f2234fc1f443f73734958446d223fe3bc1 (diff)
automatic import of python-comb-spec-searcheropeneuler20.03
-rw-r--r--python-comb-spec-searcher.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-comb-spec-searcher.spec b/python-comb-spec-searcher.spec
index 41c44b0..87cd86c 100644
--- a/python-comb-spec-searcher.spec
+++ b/python-comb-spec-searcher.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A library for performing combinatorial exploration.
License: BSD-3
URL: https://github.com/PermutaTriangle/comb_spec_searcher
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1e/6f/23490fd155fb125e57dd34a1281f0580171002d5707fab392caabb0a675e/comb_spec_searcher-4.2.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1e/6f/23490fd155fb125e57dd34a1281f0580171002d5707fab392caabb0a675e/comb_spec_searcher-4.2.0.tar.gz
BuildArch: noarch
@@ -40,7 +40,7 @@ BibTeX entry (or another format), click the "DOI" badge above and locate the "Ci
section.
%prep
-%autosetup -n comb-spec-searcher-4.2.0
+%autosetup -n comb_spec_searcher-4.2.0
%build
%py3_build
@@ -54,20 +54,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 .
@@ -80,5 +80,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.2.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.2.0-1
- Package Spec generated