diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:33:13 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:33:13 +0000 |
commit | f8a3ef95ae42b2d2ead710f04f5b2fb211100be4 (patch) | |
tree | 133a89ef4e24c80491c1a1908fc0c4ba47337e4e | |
parent | 9b540cad15b0aae681d05a5cb522f8ccef2b5606 (diff) |
automatic import of python-djangorestframework-version-transformsopeneuler20.03
-rw-r--r-- | python-djangorestframework-version-transforms.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-djangorestframework-version-transforms.spec b/python-djangorestframework-version-transforms.spec index c1cb228..7afea4b 100644 --- a/python-djangorestframework-version-transforms.spec +++ b/python-djangorestframework-version-transforms.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A library to enable the use of delta transformations for versioning of Django Rest Framwork API representations. License: MIT URL: https://github.com/mrhwick/django-rest-framework-version-transforms -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/09/e4/e7aefe34f360d178ae0b682ab0851cfe6ff83456ebe3a71b916eaa5207af/djangorestframework-version-transforms-0.5.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/09/e4/e7aefe34f360d178ae0b682ab0851cfe6ff83456ebe3a71b916eaa5207af/djangorestframework-version-transforms-0.5.0.tar.gz BuildArch: noarch @@ -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> - 0.5.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.0-1 - Package Spec generated |