summaryrefslogtreecommitdiff
path: root/python-ckanext-search-tweaks.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-ckanext-search-tweaks.spec')
-rw-r--r--python-ckanext-search-tweaks.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-ckanext-search-tweaks.spec b/python-ckanext-search-tweaks.spec
index 47eecf7..1a09e08 100644
--- a/python-ckanext-search-tweaks.spec
+++ b/python-ckanext-search-tweaks.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-ckanext-search-tweaks
-Version: 0.4.12
+Version: 0.5.0
Release: 1
Summary: please add a summary manually as the author left a blank one
License: AGPL
URL: https://github.com/DataShades/ckanext-search-tweaks
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/07/54/56298903676bddcc225126efcb6457c0b885a181a62f515d6a28fec5f769/ckanext-search-tweaks-0.4.12.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/4b/34/2f77f0c3ce888cb9b22c2271b33c486a4cd59c4073d21b6e78d6170d4831/ckanext-search-tweaks-0.5.0.tar.gz
BuildArch: noarch
Requires: python3-freezegun
@@ -147,7 +147,7 @@ Following steps are required in order to configure this plugin:
# (optional, default: query_relevance_).
%prep
-%autosetup -n ckanext-search-tweaks-0.4.12
+%autosetup -n ckanext-search-tweaks-0.5.0
%build
%py3_build
@@ -161,20 +161,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 .
@@ -187,5 +187,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.12-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.0-1
- Package Spec generated