From 0d2236104d6366ecb8ae3bf11c2e5dad7cd39f18 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 18:07:46 +0000 Subject: automatic import of python-ckanext-search-tweaks --- .gitignore | 1 + python-ckanext-search-tweaks.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 5f8a754..6441418 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ckanext-search-tweaks-0.4.12.tar.gz +/ckanext-search-tweaks-0.5.0.tar.gz 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 - 0.4.12-1 +* Thu Jun 08 2023 Python_Bot - 0.5.0-1 - Package Spec generated diff --git a/sources b/sources index 082b8d0..763d3ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1fcd2cbe4df4f5b917d4de1410b8c6b4 ckanext-search-tweaks-0.4.12.tar.gz +a165cb29ad82ea1593e7a93cb02d20d4 ckanext-search-tweaks-0.5.0.tar.gz -- cgit v1.2.3