summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-milliman-sensi.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index e65d766..9d149df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/milliman_sensi-1.0.44.tar.gz
+/milliman_sensi-1.0.45.tar.gz
diff --git a/python-milliman-sensi.spec b/python-milliman-sensi.spec
index f0efd82..cfccca1 100644
--- a/python-milliman-sensi.spec
+++ b/python-milliman-sensi.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-milliman-sensi
-Version: 1.0.44
+Version: 1.0.45
Release: 1
Summary: A parser and modifier of the configuration in Milliman-CHESS
License: MIT
URL: https://dev.azure.com/millimanparis/CHESS-Sensitivity-Manager
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1c/d0/a584b043cb7f49cf0677a7f7a58cdaac87e90f1156f592c7d245d0a49d65/milliman_sensi-1.0.44.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/28/65/43fd1bc1facc7ec4c257d6cb0272c3a14ce2318c84c3b63df9f73b6c0da8/milliman_sensi-1.0.45.tar.gz
BuildArch: noarch
@@ -34,7 +34,7 @@ To parse configuration files and apply them to create new sensitivity tables
%prep
-%autosetup -n milliman-sensi-1.0.44
+%autosetup -n milliman_sensi-1.0.45
%build
%py3_build
@@ -48,20 +48,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 .
@@ -74,5 +74,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.44-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.45-1
- Package Spec generated
diff --git a/sources b/sources
index c50ae93..d024f69 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e41c82e2df84a4dcfe30b3b9a4232fb milliman_sensi-1.0.44.tar.gz
+fa3c048f7f5eb8f381a46b89dcf44861 milliman_sensi-1.0.45.tar.gz