summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 01:36:04 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 01:36:04 +0000
commit0a5155750af8b4739edb70b3f7df74eb9866ecbc (patch)
treed4c6b5ebb9a02794a18ce3ab3e046a1a3f0fa235
parentaa60d89d34bd165f8fa2537604dad3ccaafabb93 (diff)
automatic import of python-slack-export-vieweropeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-slack-export-viewer.spec21
-rw-r--r--sources2
3 files changed, 11 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index bfd81eb..17f7370 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/slack-export-viewer-1.1.4.tar.gz
+/slack-export-viewer-1.1.5.tar.gz
diff --git a/python-slack-export-viewer.spec b/python-slack-export-viewer.spec
index 7306752..8aa0c00 100644
--- a/python-slack-export-viewer.spec
+++ b/python-slack-export-viewer.spec
@@ -1,17 +1,16 @@
%global _empty_manifest_terminate_build 0
Name: python-slack-export-viewer
-Version: 1.1.4
+Version: 1.1.5
Release: 1
Summary: Slack Export Archive Viewer
License: MIT License
URL: https://github.com/hfaran/slack-export-viewer
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/13/d5/22e9f7d0f411c70b642888ded63b3a17dc544119541f7a40c6cc04906eab/slack-export-viewer-1.1.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/18/59/bbb70ddd08fb717b8fc939cbf61f8fe161b7c8ddc6c3155d57245bf11cc6/slack-export-viewer-1.1.5.tar.gz
BuildArch: noarch
%description
See README at https://github.com/hfaran/slack-export-viewer
-
%package -n python3-slack-export-viewer
@@ -22,7 +21,6 @@ BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-slack-export-viewer
See README at https://github.com/hfaran/slack-export-viewer
-
%package help
@@ -30,11 +28,10 @@ Summary: Development documents and examples for slack-export-viewer
Provides: python3-slack-export-viewer-doc
%description help
See README at https://github.com/hfaran/slack-export-viewer
-
%prep
-%autosetup -n slack-export-viewer-1.1.4
+%autosetup -n slack-export-viewer-1.1.5
%build
%py3_build
@@ -48,20 +45,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 .
@@ -74,5 +71,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.4-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.5-1
- Package Spec generated
diff --git a/sources b/sources
index 17f4ef3..4243aea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-05a07277e2050ba9504982805e1218bf slack-export-viewer-1.1.4.tar.gz
+4cf2c4840ae22a006d7579a5e50f4934 slack-export-viewer-1.1.5.tar.gz