summaryrefslogtreecommitdiff
path: root/python-xblock-problem-builder.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-xblock-problem-builder.spec')
-rw-r--r--python-xblock-problem-builder.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-xblock-problem-builder.spec b/python-xblock-problem-builder.spec
index 7ca323e..c8a0f09 100644
--- a/python-xblock-problem-builder.spec
+++ b/python-xblock-problem-builder.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-xblock-problem-builder
-Version: 5.1.2
+Version: 5.1.3
Release: 1
Summary: XBlock - Problem Builder
License: AGPL v3
URL: https://github.com/open-craft/problem-builder
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/42/c2/81e85364701b43505bfa48a7c227828ffbab6ca35aeb98b9abda1fbaf379/xblock-problem-builder-5.1.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/78/8d/3fa8998f71246b7c111541584d322c13b95b11963083282d17c8047e88e9/xblock-problem-builder-5.1.3.tar.gz
BuildArch: noarch
Requires: python3-Django
@@ -40,7 +40,7 @@ Provides: python3-xblock-problem-builder-doc
Access it at [http://localhost:8000/](http://localhost:8000).
%prep
-%autosetup -n xblock-problem-builder-5.1.2
+%autosetup -n xblock-problem-builder-5.1.3
%build
%py3_build
@@ -54,20 +54,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 .
@@ -80,5 +80,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 5.1.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 5.1.3-1
- Package Spec generated