diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:22:27 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:22:27 +0000 |
| commit | 31a94169cf97ae6171ea9156825d5f61d77d3c82 (patch) | |
| tree | f80e39885bb55f7cd2ae3db50fc376ffb1155e20 | |
| parent | 8b09aca61debaa7fd7cbe9dd0ac4b59c84d30b44 (diff) | |
automatic import of python-sagemaker-tensorflow-trainingopeneuler20.03
| -rw-r--r-- | python-sagemaker-tensorflow-training.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-sagemaker-tensorflow-training.spec b/python-sagemaker-tensorflow-training.spec index 53bc275..5eaf506 100644 --- a/python-sagemaker-tensorflow-training.spec +++ b/python-sagemaker-tensorflow-training.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Open source library for using TensorFlow to train models on on Amazon SageMaker. License: Apache License 2.0 URL: https://github.com/aws/sagemaker-tensorflow-training-toolkit -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/23/75/1dcac37fe6c757ed02bf1318e2c86c520aa2e7a9d937b2fe5ca61cc3f80f/sagemaker_tensorflow_training-20.4.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/23/75/1dcac37fe6c757ed02bf1318e2c86c520aa2e7a9d937b2fe5ca61cc3f80f/sagemaker_tensorflow_training-20.4.1.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-sagemaker-tensorflow-training-doc %prep -%autosetup -n sagemaker-tensorflow-training-20.4.1 +%autosetup -n sagemaker_tensorflow_training-20.4.1 %build %py3_build @@ -42,20 +42,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 . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 20.4.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 20.4.1-1 - Package Spec generated |
