summaryrefslogtreecommitdiff
path: root/python-pympress.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-pympress.spec')
-rw-r--r--python-pympress.spec21
1 files changed, 12 insertions, 9 deletions
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