summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 11:21:16 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 11:21:16 +0000
commit51d644ca0a4e6e60f3f736e2fd1c5209451f430c (patch)
tree5f5b687fa19012254cb5ba24871307dd19ab7abe
parente1c8656e85605f0cbc4d1ef3daefe0343177cc4f (diff)
automatic import of python-xblock-problem-builderopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-xblock-problem-builder.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index a390a74..32fdc95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/xblock-problem-builder-5.1.2.tar.gz
+/xblock-problem-builder-5.1.3.tar.gz
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
diff --git a/sources b/sources
index 36389f3..f4c0161 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6e5f354a8a66bf0d2bb9b42f7ac61f67 xblock-problem-builder-5.1.2.tar.gz
+2c06dfce2ddb5079b2ea52fe365b8c92 xblock-problem-builder-5.1.3.tar.gz