diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:44:25 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:44:25 +0000 |
| commit | e58bb17309721695a1d3ef8c905ce9313d002704 (patch) | |
| tree | db4a785ad0993a6714dec6a32583edab4da33f3b | |
| parent | d367e5620d660fcebbbbc650adeac08b6ad7b168 (diff) | |
automatic import of python-inmanta-dev-dependenciesopeneuler20.03
| -rw-r--r-- | python-inmanta-dev-dependencies.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-inmanta-dev-dependencies.spec b/python-inmanta-dev-dependencies.spec index 2a2215b..0c0104c 100644 --- a/python-inmanta-dev-dependencies.spec +++ b/python-inmanta-dev-dependencies.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Package collecting all common dev dependencies of inmanta modules and extensions to synchronize dependency versions. License: Apache-2.0 URL: https://pypi.org/project/inmanta-dev-dependencies/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ee/6d/e2a2347e16c58f47efc380d4f11766e3cf304ec2fd76b2447e8fc8d7a831/inmanta_dev_dependencies-2.72.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ee/6d/e2a2347e16c58f47efc380d4f11766e3cf304ec2fd76b2447e8fc8d7a831/inmanta_dev_dependencies-2.72.0.tar.gz BuildArch: noarch Requires: python3-Sphinx @@ -61,7 +61,7 @@ Provides: python3-inmanta-dev-dependencies-doc %prep -%autosetup -n inmanta-dev-dependencies-2.72.0 +%autosetup -n inmanta_dev_dependencies-2.72.0 %build %py3_build @@ -75,20 +75,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 . @@ -101,5 +101,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.72.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.72.0-1 - Package Spec generated |
