diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:14:05 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:14:05 +0000 |
| commit | 5fdb26bf51b2d3418569dee1d265e399e414d63a (patch) | |
| tree | 766674fc60697a194f228f3b3678d140e3c0b89e /python-django-perf-rec.spec | |
| parent | 2874150b96682e5ae641a4d2138d23fdb3a54eeb (diff) | |
automatic import of python-django-perf-recopeneuler20.03
Diffstat (limited to 'python-django-perf-rec.spec')
| -rw-r--r-- | python-django-perf-rec.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-django-perf-rec.spec b/python-django-perf-rec.spec index 7d1e934..39301df 100644 --- a/python-django-perf-rec.spec +++ b/python-django-perf-rec.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-perf-rec -Version: 4.22.1 +Version: 4.22.3 Release: 1 Summary: Keep detailed records of the performance of your Django code. License: MIT URL: https://github.com/adamchainz/django-perf-rec -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7e/5a/96baffd7abe41ba63a4f94823d33276ece81c1188ef50f163e9419defc7c/django_perf_rec-4.22.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c3/21/9d524ff1401ec5b2d8f5a80da970d398ff3e5d4dad9cf24931767e412ec4/django_perf_rec-4.22.3.tar.gz BuildArch: noarch Requires: python3-Django @@ -31,7 +31,7 @@ Provides: python3-django-perf-rec-doc %prep -%autosetup -n django-perf-rec-4.22.1 +%autosetup -n django_perf_rec-4.22.3 %build %py3_build @@ -45,20 +45,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 . @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 4.22.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.22.3-1 - Package Spec generated |
