diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:29:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:29:41 +0000 |
commit | 2781208dc6c0c39e523d5e9283c55237e731684a (patch) | |
tree | cbaf0bed4812a71594c7cbdd878e27e2ef02510b | |
parent | a449afe3fec5d3377cef762dfec398512da64e0b (diff) |
automatic import of python-aarc-g002-entitlementopeneuler20.03
-rw-r--r-- | python-aarc-g002-entitlement.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-aarc-g002-entitlement.spec b/python-aarc-g002-entitlement.spec index 082cac8..e400b32 100644 --- a/python-aarc-g002-entitlement.spec +++ b/python-aarc-g002-entitlement.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Parse and compare entitlements according to the AARC-G002 recommendation (https://aarc-community.org/guidelines/aarc-g002) License: MIT URL: https://github.com/kit-scc/aarc-g002-entitlement -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/78/d7/4c3ef672e269795ee2dda44d209d918441a917ca6e5ca010eb95c0fc63b5/aarc_g002_entitlement-0.3.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/78/d7/4c3ef672e269795ee2dda44d209d918441a917ca6e5ca010eb95c0fc63b5/aarc_g002_entitlement-0.3.2.tar.gz BuildArch: noarch Requires: python3-regex @@ -209,7 +209,7 @@ The AARC project has received funding from the European Union’s Horizon %prep -%autosetup -n aarc-g002-entitlement-0.3.2 +%autosetup -n aarc_g002_entitlement-0.3.2 %build %py3_build @@ -223,20 +223,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 . @@ -249,5 +249,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.2-1 - Package Spec generated |