diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:49:22 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:49:22 +0000 |
| commit | 879ce72e4de83ce089357e6a443e52e210c4aea1 (patch) | |
| tree | 236ac0e51537dcd04a77d491e5c36724baade6ef | |
| parent | 80180ab70d48c1bc96abb2dde8c08eccfb512ecf (diff) | |
automatic import of python-django-squashopeneuler20.03
| -rw-r--r-- | python-django-squash.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-django-squash.spec b/python-django-squash.spec index afacc89..656f501 100644 --- a/python-django-squash.spec +++ b/python-django-squash.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A migration squasher that doesn't care how Humpty Dumpty was put together. License: MIT URL: https://github.com/kingbuzzman/django-squash -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c6/14/1680a8e8c2bf9326b8fee8820a0a5d004fc6fe72304f447b901dce84689c/django_squash-0.0.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c6/14/1680a8e8c2bf9326b8fee8820a0a5d004fc6fe72304f447b901dce84689c/django_squash-0.0.6.tar.gz BuildArch: noarch @@ -271,7 +271,7 @@ Run tests coverage report -m %prep -%autosetup -n django-squash-0.0.6 +%autosetup -n django_squash-0.0.6 %build %py3_build @@ -285,20 +285,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 . @@ -311,5 +311,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.6-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.6-1 - Package Spec generated |
