summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:12:39 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:12:39 +0000
commit2b77fad8da00bd8151baa1cb0d2621041ff803d1 (patch)
treeb8f592ae858c55e90fbae21bc8e8513f67cabd0d
parentdd0a55bc46cb9ca1b0182982dd03417e2517f6a9 (diff)
automatic import of python-django-dynamic-modelopeneuler20.03
-rw-r--r--python-django-dynamic-model.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-dynamic-model.spec b/python-django-dynamic-model.spec
index 90aa6e2..7f89176 100644
--- a/python-django-dynamic-model.spec
+++ b/python-django-dynamic-model.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Allow dynamic creation and updates to database schema at runtime.
License: MIT
URL: http://github.com/rvinzent/django-dynamic-models
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3e/82/8a79ae8da986f96415528a6abfad0dcb667371f9cdca9ee75e2450a9d9cf/django-dynamic-model-0.3.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/3e/82/8a79ae8da986f96415528a6abfad0dcb667371f9cdca9ee75e2450a9d9cf/django-dynamic-model-0.3.0.tar.gz
BuildArch: noarch
@@ -87,20 +87,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 .
@@ -113,5 +113,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.0-1
- Package Spec generated