summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 22:34:10 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 22:34:10 +0000
commit3a97d1ab278fa98342cebb5d1891faed4040d6cf (patch)
treeefd9cfc65aa366f5e28ea11848f03e4f69d9f884
parentaf35474aa78678ff4fadd16d7b7d08d7bbe6092f (diff)
automatic import of python-pympressopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pympress.spec21
-rw-r--r--sources2
3 files changed, 14 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 8b16a16..6cade49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pympress-1.8.2.tar.gz
+/pympress-1.8.3.tar.gz
diff --git a/python-pympress.spec b/python-pympress.spec
index 35abc33..262a8d0 100644
--- a/python-pympress.spec
+++ b/python-pympress.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pympress
-Version: 1.8.2
+Version: 1.8.3
Release: 1
Summary: A simple and powerful dual-screen PDF reader designed for presentations
License: GPL-2.0-or-later
URL: https://github.com/Cimbali/pympress/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/08/3f/9fd254a40155c8f51b52b045f5df16a794d21d4c3dfeb8c5d379671e72f1/pympress-1.8.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/0c/83/fb7ee0393a6b200b2344ffa0c6e6c2dbf8444fa4169207bd87d805ed3f12/pympress-1.8.3.tar.gz
BuildArch: noarch
Requires: python3-watchdog
@@ -250,6 +250,7 @@ He. yifan. xs,
Jaroslav Svoboda,
Jeertmans,
Kristýna,
+lazycat,
Leonvincenterd,
LogCreative,
Lorenzo. pacchiardi,
@@ -523,6 +524,7 @@ He. yifan. xs,
Jaroslav Svoboda,
Jeertmans,
Kristýna,
+lazycat,
Leonvincenterd,
LogCreative,
Lorenzo. pacchiardi,
@@ -793,6 +795,7 @@ He. yifan. xs,
Jaroslav Svoboda,
Jeertmans,
Kristýna,
+lazycat,
Leonvincenterd,
LogCreative,
Lorenzo. pacchiardi,
@@ -829,7 +832,7 @@ The community maintains a number of other packages or recipes to install pympres
%prep
-%autosetup -n pympress-1.8.2
+%autosetup -n pympress-1.8.3
%build
%py3_build
@@ -843,20 +846,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 .
@@ -869,5 +872,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.3-1
- Package Spec generated
diff --git a/sources b/sources
index 9c73449..a813ce2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b8a87b4d185f61c4c3346b0e1050515e pympress-1.8.2.tar.gz
+3a99bf76f543842eb463cc2c237d3c20 pympress-1.8.3.tar.gz