summaryrefslogtreecommitdiff
path: root/python-slpkg.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-slpkg.spec')
-rw-r--r--python-slpkg.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-slpkg.spec b/python-slpkg.spec
index ff5667d..4d552e7 100644
--- a/python-slpkg.spec
+++ b/python-slpkg.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-slpkg
-Version: 4.8.7
+Version: 4.8.8
Release: 1
Summary: Package manager utility for Slackware Linux.
License: MIT License
URL: https://dslackw.gitlab.io/slpkg/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/99/fb/8ad420cefda16832ebe1579cd4f103c0ba98ee493b756e914614bbbf7477/slpkg-4.8.7.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/00/bc/e7e42d1a181bf7813f221abec867e2c7b3ddfe6f04cf62a0e3c6739cbf39/slpkg-4.8.8.tar.gz
BuildArch: noarch
@@ -28,7 +28,7 @@ Provides: python3-slpkg-doc
%prep
-%autosetup -n slpkg-4.8.7
+%autosetup -n slpkg-4.8.8
%build
%py3_build
@@ -42,20 +42,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 .
@@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.8.7-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.8.8-1
- Package Spec generated