diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 05:36:51 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 05:36:51 +0000 |
commit | acae0e211bd9495ed092f70d89dcb4a83fb7b433 (patch) | |
tree | ed4e17aad106f08b5cdf31ce80499c666a96cf94 | |
parent | 4930c62d8a4e5a1474ba9e605dcf0b8fdf6e5282 (diff) |
automatic import of python-django-postgresql-dagopeneuler20.03
-rw-r--r-- | python-django-postgresql-dag.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-postgresql-dag.spec b/python-django-postgresql-dag.spec index 1b1fdd5..0154bf5 100644 --- a/python-django-postgresql-dag.spec +++ b/python-django-postgresql-dag.spec @@ -144,7 +144,7 @@ See the checklists in [issues](https://github.com/OmenApps/django-postgresql-dag %prep -%autosetup -n django-postgresql-dag-0.4.0 +%autosetup -n django_postgresql_dag-0.4.0 %build %py3_build @@ -158,20 +158,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 . @@ -184,5 +184,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.0-1 - Package Spec generated |