diff --git a/PyMeeus-0.5.11.tar.gz b/PyMeeus-0.5.12.tar.gz similarity index 47% rename from PyMeeus-0.5.11.tar.gz rename to PyMeeus-0.5.12.tar.gz index 43a0ba13b2459c291bdd9109f293cb1d30f1c9e7..14c7fc48d9b5102600b2161d4411f810fa2d2635 100644 Binary files a/PyMeeus-0.5.11.tar.gz and b/PyMeeus-0.5.12.tar.gz differ diff --git a/python-PyMeeus.spec b/python-PyMeeus.spec index 88f54a96c91de840a9bac3b1a410f4b2a0bfca33..f7e114c049eb175b57d8ef85f1a55fe584298a9f 100644 --- a/python-PyMeeus.spec +++ b/python-PyMeeus.spec @@ -1,15 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-PyMeeus -Version: 0.5.11 +Version: 0.5.12 Release: 1 Summary: Python implementation of Jean Meeus astronomical routines -License: LGPLv3 +License: LGPL-3.0-or-later URL: https://github.com/architest/pymeeus -Source0: https://files.pythonhosted.org/packages/c7/ff/0f0a0becf088281c6bc6c75b7d7c03a2481d486ef6cc7c8899bbcab0a88d/PyMeeus-0.5.11.tar.gz +Source0: https://files.pythonhosted.org/packages/81/76/599896b37e60f43078afd8354b3802eb7ca257a7e7f6253cc21c4c672877/PyMeeus-0.5.12.tar.gz BuildArch: noarch %description - **Library of astronomical algorithms in Python**. +**Library of astronomical algorithms in Python**. PyMeeus is a Python implementation of the astronomical algorithms described in the classical book 'Astronomical Algorithms, 2nd Edition, Willmann-Bell Inc. (1998)' by Jean Meeus. @@ -24,11 +24,11 @@ documentation. %package -n python3-PyMeeus Summary: Python implementation of Jean Meeus astronomical routines -Provides: python-PyMeeus +Provides: python-PyMeeus = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-PyMeeus - **Library of astronomical algorithms in Python**. +**Library of astronomical algorithms in Python**. PyMeeus is a Python implementation of the astronomical algorithms described in the classical book 'Astronomical Algorithms, 2nd Edition, Willmann-Bell Inc. (1998)' by Jean Meeus. @@ -45,7 +45,7 @@ documentation. Summary: Development documents and examples for PyMeeus Provides: python3-PyMeeus-doc %description help - **Library of astronomical algorithms in Python**. +**Library of astronomical algorithms in Python**. PyMeeus is a Python implementation of the astronomical algorithms described in the classical book 'Astronomical Algorithms, 2nd Edition, Willmann-Bell Inc. (1998)' by Jean Meeus. @@ -59,7 +59,7 @@ installation (it has the minimum amount of dependencies) and abundant documentation. %prep -%autosetup -n PyMeeus-0.5.11 +%autosetup -n PyMeeus-%{version} %build %py3_build @@ -71,6 +71,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst @@ -99,5 +102,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 15 2022 wangjunqi - 0.5.12-1 +- Update package to version 0.5.12 + * Sun May 23 2021 Python_Bot - Package Spec generated