diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:41:16 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:41:16 +0000 |
| commit | c8a2cc052a50ae1fcbaa5d77a087fc951892130d (patch) | |
| tree | 3e8ee87deb77b7609337786d6785f813a0794ead /python-sentry-django-settings.spec | |
| parent | f55f6631045fc7681b9657e4518d0bb958814721 (diff) | |
automatic import of python-sentry-django-settingsopeneuler20.03
Diffstat (limited to 'python-sentry-django-settings.spec')
| -rw-r--r-- | python-sentry-django-settings.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-sentry-django-settings.spec b/python-sentry-django-settings.spec index dc391ec..ad697b7 100644 --- a/python-sentry-django-settings.spec +++ b/python-sentry-django-settings.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Easy Django-Sentry integration via Django settings. License: BSD License URL: https://github.com/enervee/sentry-django-settings -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/43/8a/cf1e189228cd9d6ab6c5c2ad3cef70fabda42e9435dad0055a18768630ff/sentry_django_settings-0.6.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/43/8a/cf1e189228cd9d6ab6c5c2ad3cef70fabda42e9435dad0055a18768630ff/sentry_django_settings-0.6.1.tar.gz BuildArch: noarch Requires: python3-sentry-sdk @@ -182,7 +182,7 @@ See [their documentation](https://docs.sentry.io/platforms/python/configuration/ %prep -%autosetup -n sentry-django-settings-0.6.1 +%autosetup -n sentry_django_settings-0.6.1 %build %py3_build @@ -196,20 +196,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 . @@ -222,5 +222,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.1-1 - Package Spec generated |
