summaryrefslogtreecommitdiff
path: root/python-paper2remarkable.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:44:39 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:44:39 +0000
commitbc0151b1b9ddfea5d9dc6eb9c672c93b90a6f234 (patch)
tree9e733a9be45497b4c5b75b4320f3e98034541b4e /python-paper2remarkable.spec
parentc269d298736c45c73733fedc7d08d03170e99025 (diff)
automatic import of python-paper2remarkableopeneuler20.03
Diffstat (limited to 'python-paper2remarkable.spec')
-rw-r--r--python-paper2remarkable.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-paper2remarkable.spec b/python-paper2remarkable.spec
index f61a481..4d45764 100644
--- a/python-paper2remarkable.spec
+++ b/python-paper2remarkable.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Easily download an academic paper and send it to the reMarkable
License: MIT
URL: https://github.com/GjjvdBurg/paper2remarkable
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d1/9c/ca473dd51dd18bf044144f60e420b002e1342f9f80e305095904b90f3b1a/paper2remarkable-0.9.11.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/d1/9c/ca473dd51dd18bf044144f60e420b002e1342f9f80e305095904b90f3b1a/paper2remarkable-0.9.11.tar.gz
BuildArch: noarch
Requires: python3-beautifulsoup4
@@ -1105,20 +1105,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 .
@@ -1131,5 +1131,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.11-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.11-1
- Package Spec generated