summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-riptide-cpp.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 1611862..c1f01e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/riptide_cpp-1.12.2.tar.gz
+/riptide_cpp-1.12.3.tar.gz
diff --git a/python-riptide-cpp.spec b/python-riptide-cpp.spec
index 7a85366..fa9fb7a 100644
--- a/python-riptide-cpp.spec
+++ b/python-riptide-cpp.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-riptide-cpp
-Version: 1.12.2
+Version: 1.12.3
Release: 1
Summary: Python Package with fast math util functions
License: BSD License
URL: https://github.com/rtosholdings/riptide_cpp
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ab/be/cf2cb51edac2b8a8325a87bce6336c4bb44c977f4a07dabffd95936afea9/riptide_cpp-1.12.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ab/2a/eb6525f8482c1a9e48dbd8a1bcb6ecd8b85c414a6b342a7d563cfdb3f4c1/riptide_cpp-1.12.3.tar.gz
Requires: python3-numpy
Requires: python3-tbb
@@ -36,7 +36,7 @@ Python Package with fast math util functions
%prep
-%autosetup -n riptide-cpp-1.12.2
+%autosetup -n riptide_cpp-1.12.3
%build
%py3_build
@@ -50,20 +50,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 .
@@ -76,5 +76,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.12.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.12.3-1
- Package Spec generated
diff --git a/sources b/sources
index d086d7f..8f52c8c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af6ef446aeca0ea11c29b70cb38e4d1a riptide_cpp-1.12.2.tar.gz
+ef60964bc39e157d4063718414a3654d riptide_cpp-1.12.3.tar.gz