summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 12:46:06 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 12:46:06 +0000
commit349387712bdb7c154186e6f0670b0790682dc995 (patch)
treeadc2a2bfd3d0d2c471b1935d950dffeceb7f00a6
parent2c9210164f3896e14a60134e05e4271bcf8bc607 (diff)
automatic import of python-wagtail-nav-menusopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-wagtail-nav-menus.spec20
-rw-r--r--sources2
3 files changed, 12 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index edf5715..5dbed68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/wagtail-nav-menus-3.9.2.tar.gz
+/wagtail-nav-menus-3.10.0.tar.gz
diff --git a/python-wagtail-nav-menus.spec b/python-wagtail-nav-menus.spec
index e225199..3a136e2 100644
--- a/python-wagtail-nav-menus.spec
+++ b/python-wagtail-nav-menus.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-wagtail-nav-menus
-Version: 3.9.2
+Version: 3.10.0
Release: 1
Summary: Wagtail Nav Menus is a app to provide highly customizable menus in wagtail by leveraging StreamFields.
-License: Apache License
+License: ISC
URL: https://gitlab.com/thelabnyc/wagtail-nav-menus
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8b/e1/6451d27b03f62540955116e21ef6c0e53b790be32eab4fe721e6d24b9b28/wagtail-nav-menus-3.9.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/02/32/0e9dfc969eef233fda43a2238b1307ffb13c3b2120348e8c7a25f6ad381d/wagtail-nav-menus-3.10.0.tar.gz
BuildArch: noarch
Requires: python3-wagtail
@@ -32,7 +32,7 @@ Provides: python3-wagtail-nav-menus-doc
%prep
-%autosetup -n wagtail-nav-menus-3.9.2
+%autosetup -n wagtail-nav-menus-3.10.0
%build
%py3_build
@@ -46,20 +46,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 .
@@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 3.9.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.10.0-1
- Package Spec generated
diff --git a/sources b/sources
index 0229422..a8f5a19 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2cbecc0b08de2617ce90956ba4cb692 wagtail-nav-menus-3.9.2.tar.gz
+bfbbec3b261846508b6471187349f38e wagtail-nav-menus-3.10.0.tar.gz