diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:35:17 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:35:17 +0000 |
| commit | 4662ce808eaeade88d1d6de447a3cd99beb49127 (patch) | |
| tree | b5f042d7346c5b65be1063c4cde56a35cd7a52ca /python-django-elasticsearch-metrics.spec | |
| parent | ac769b9623da6572dd3ea7dbd1d2995b6d7a9916 (diff) | |
automatic import of python-django-elasticsearch-metricsopeneuler20.03
Diffstat (limited to 'python-django-elasticsearch-metrics.spec')
| -rw-r--r-- | python-django-elasticsearch-metrics.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-elasticsearch-metrics.spec b/python-django-elasticsearch-metrics.spec index a3206e9..471bba8 100644 --- a/python-django-elasticsearch-metrics.spec +++ b/python-django-elasticsearch-metrics.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Django app for storing time-series metrics in Elasticsearch. License: MIT URL: http://github.com/CenterForOpenScience/django-elasticsearch-metrics -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8f/82/e3af99016c697fdea2925a9c81513b7ff320117915f1017cd341ac87e4b0/django-elasticsearch-metrics-5.0.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/8f/82/e3af99016c697fdea2925a9c81513b7ff320117915f1017cd341ac87e4b0/django-elasticsearch-metrics-5.0.0.tar.gz BuildArch: noarch Requires: python3-elasticsearch-dsl @@ -776,20 +776,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 . @@ -802,5 +802,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.0-1 - Package Spec generated |
