summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 18:58:02 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 18:58:02 +0000
commitd21ef743021e1a8e5f0f4d5c33d34f1ed829e1f9 (patch)
tree3171978f1b28069f643e1ae86569483e32d1d3e2
parenta765f12bad236da150aa0d25d492860d04c1a232 (diff)
automatic import of python-sbol3openeuler20.03
-rw-r--r--python-sbol3.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-sbol3.spec b/python-sbol3.spec
index 4b4914a..8468ce4 100644
--- a/python-sbol3.spec
+++ b/python-sbol3.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python implementation of SBOL 3 standard
License: MIT License
URL: https://github.com/SynBioDex/pySBOL3
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6a/32/b755b978b4fdb425554f9777afa578233a491ff18171ff83fb182bc85c84/sbol3-1.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/6a/32/b755b978b4fdb425554f9777afa578233a491ff18171ff83fb182bc85c84/sbol3-1.1.tar.gz
BuildArch: noarch
Requires: python3-rdflib
@@ -45,20 +45,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 .
@@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1-1
- Package Spec generated