summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:01:23 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:01:23 +0000
commit6be1e4af10f535fff66539dc7f2c96cfb6319ab8 (patch)
tree01029096c0424d4ec73ec439d77da990deb00e0e
parent89ab2bb409a74289654c3ac3402f87e1799ab7c0 (diff)
automatic import of python-bw2ioopeneuler20.03
-rw-r--r--python-bw2io.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-bw2io.spec b/python-bw2io.spec
index 7df46df..74f84be 100644
--- a/python-bw2io.spec
+++ b/python-bw2io.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Tools for importing and export life cycle inventory databases
License: BSD 3-clause
URL: https://github.com/brightway-lca/brightway2-io
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c8/1f/2a4dcf4c9babba31f9d27262df21c23822fe634c0507459fb194713c08b6/bw2io-0.8.8.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c8/1f/2a4dcf4c9babba31f9d27262df21c23822fe634c0507459fb194713c08b6/bw2io-0.8.8.tar.gz
BuildArch: noarch
@@ -120,20 +120,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 .
@@ -146,5 +146,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.8-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.8-1
- Package Spec generated