summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-osef.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 9fb5b6f..1683765 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/osef-2.8.0.tar.gz
+/osef-2.8.1.tar.gz
diff --git a/python-osef.spec b/python-osef.spec
index c4e0a51..fab6ff7 100644
--- a/python-osef.spec
+++ b/python-osef.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-osef
-Version: 2.8.0
+Version: 2.8.1
Release: 1
Summary: Osef file/stream tools.
License: MIT License
URL: https://pypi.org/project/osef/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9d/cb/438dbc196f73e79a25971c26557da4ae704e24667f63e79383599b2af0d5/osef-2.8.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/41/8f/02afce0145fec25c27e1f9938531156ca3434b8449bbad9c0d8af9794d49/osef-2.8.1.tar.gz
BuildArch: noarch
Requires: python3-numpy
@@ -320,7 +320,7 @@ for frame_dict in osef.parse(osef_path):
%prep
-%autosetup -n osef-2.8.0
+%autosetup -n osef-2.8.1
%build
%py3_build
@@ -334,20 +334,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 .
@@ -360,5 +360,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.1-1
- Package Spec generated
diff --git a/sources b/sources
index 388c1e6..7cf27a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ceb66ca2945131623f465e894762c846 osef-2.8.0.tar.gz
+2313ac6db39a05758590010cf0a98ffd osef-2.8.1.tar.gz