summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 16:54:28 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 16:54:28 +0000
commit2a8ea6ba2c0d6597c68a509be6bf5e3a011f0138 (patch)
treec74c11db2deec1882af974f0104a60b2efaf11f4
parente5d9eee2d0f0f4cef8b502baefc83fa8920884a9 (diff)
automatic import of python-django-po2xlsopeneuler20.03
-rw-r--r--python-django-po2xls.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-po2xls.spec b/python-django-po2xls.spec
index 76e9248..8a87da5 100644
--- a/python-django-po2xls.spec
+++ b/python-django-po2xls.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Convert gettext .po files to .xls
License: GPLv3+
URL: https://github.com/vint21h/django-po2xls/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ad/09/0b30ef6307a512dc5650dbca6dabf4c7cfc787e793e7e72c6e5db43ac4fd/django-po2xls-0.11.2.zip
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ad/09/0b30ef6307a512dc5650dbca6dabf4c7cfc787e793e7e72c6e5db43ac4fd/django-po2xls-0.11.2.zip
BuildArch: noarch
Requires: python3-django-appconf
@@ -121,20 +121,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 .
@@ -147,5 +147,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.2-1
- Package Spec generated