summaryrefslogtreecommitdiff
path: root/python-wagtail-nav-menus.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-wagtail-nav-menus.spec')
-rw-r--r--python-wagtail-nav-menus.spec20
1 files changed, 10 insertions, 10 deletions
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