summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 20:24:06 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 20:24:06 +0000
commite27b8ed8279d294075dab3e315b91c6ccb4a79f9 (patch)
tree2c46fd5d1603186bef0bdc043b56b2acc7c970b5
parent5fb4c9e1896ef59be0b10675b427ec8cf34a66c0 (diff)
automatic import of python-pyswissephopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pyswisseph.spec24
-rw-r--r--sources2
3 files changed, 11 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore
index 11afb5b..0b660a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pyswisseph-2.10.3.1.tar.gz
+/pyswisseph-2.10.3.2.tar.gz
diff --git a/python-pyswisseph.spec b/python-pyswisseph.spec
index d6267db..5d7e1d8 100644
--- a/python-pyswisseph.spec
+++ b/python-pyswisseph.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pyswisseph
-Version: 2.10.3.1
+Version: 2.10.3.2
Release: 1
Summary: Python extension to the Swiss Ephemeris
License: GNU Affero General Public License v3
URL: https://astrorigin.com/pyswisseph
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/85/29/bc945e9edadfd637e73c228a1cba803f0feb87dfc3170986087f3d2bf6b0/pyswisseph-2.10.3.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/66/a6/db70d67a00dda42ebd033538c086879328f4c17f670eafe8aca2f11abfef/pyswisseph-2.10.3.2.tar.gz
%description
@@ -38,8 +38,6 @@ ephemerides from NASA's JPL, and covering the time range 13201 BC to AD 17191.
-
-
%package -n python3-pyswisseph
Summary: Python extension to the Swiss Ephemeris
Provides: python-pyswisseph
@@ -79,8 +77,6 @@ ephemerides from NASA's JPL, and covering the time range 13201 BC to AD 17191.
-
-
%package help
Summary: Development documents and examples for pyswisseph
Provides: python3-pyswisseph-doc
@@ -114,10 +110,8 @@ ephemerides from NASA's JPL, and covering the time range 13201 BC to AD 17191.
-
-
%prep
-%autosetup -n pyswisseph-2.10.3.1
+%autosetup -n pyswisseph-2.10.3.2
%build
%py3_build
@@ -131,20 +125,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 .
@@ -157,5 +151,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.10.3.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.10.3.2-1
- Package Spec generated
diff --git a/sources b/sources
index d83e528..3d52549 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7365ea8418d492f0a8d555ce6d40619 pyswisseph-2.10.3.1.tar.gz
+0d01b42ddf082f41000cf08a85ff18fe pyswisseph-2.10.3.2.tar.gz