summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:35:40 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:35:40 +0000
commit6a57d64fbe65fef5434e41893d1b9c8481c0cf5b (patch)
treec26040d4a6c881f3cdaf040f388e3be3d48a2075
parentaa17f3a94dc56e9442512f16076196f14d2dc160 (diff)
automatic import of python-django-qrcodeopeneuler20.03
-rw-r--r--python-django-qrcode.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-qrcode.spec b/python-django-qrcode.spec
index e692cb8..29baacc 100644
--- a/python-django-qrcode.spec
+++ b/python-django-qrcode.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Django application that provides simple templatetags to generate QR-codes
License: LGPL 3
URL: https://github.com/zocolab/django-qrcode
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8b/2f/4263fba93ae6a46776d6a8359ff1e192f38dffcc6f2925d29463375254fa/django-qrcode-0.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/8b/2f/4263fba93ae6a46776d6a8359ff1e192f38dffcc6f2925d29463375254fa/django-qrcode-0.3.tar.gz
BuildArch: noarch
@@ -42,20 +42,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 .
@@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3-1
- Package Spec generated