summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:09:22 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:09:22 +0000
commit3861b98490ca351d7ed0b679a398a2ea008a64ae (patch)
tree280293c1c0788c6df6481c9df4e42b91bc4860ce
parent3e6ab68d16462cddc07ab2abbc8073ea5c14f220 (diff)
automatic import of python-slpkgopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-slpkg.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 5e5d652..9685029 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/slpkg-4.8.2.tar.gz
/slpkg-4.8.7.tar.gz
+/slpkg-4.8.8.tar.gz
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
diff --git a/sources b/sources
index e15736e..d613589 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-82e167a8fe4f84562a0c4bda2181bd41 slpkg-4.8.7.tar.gz
+7e29a4db679acdb25ba7376d2b49e0c8 slpkg-4.8.8.tar.gz