diff --git a/fontMath-0.9.2.zip b/fontMath-0.9.3.zip similarity index 40% rename from fontMath-0.9.2.zip rename to fontMath-0.9.3.zip index 0d75a97314c1256d5b77ddc2a5f0c5f4a677288d..ede804d48e5da3913d911e317032459c5a1abc6b 100644 Binary files a/fontMath-0.9.2.zip and b/fontMath-0.9.3.zip differ diff --git a/python-fontmath.spec b/python-fontMath.spec similarity index 72% rename from python-fontmath.spec rename to python-fontMath.spec index 2d5b49321a83c552ec2e8580097d4f8d509375b9..a869ad8bfaa7f415120adcbec032f066f907c6dd 100644 --- a/python-fontmath.spec +++ b/python-fontMath.spec @@ -1,35 +1,34 @@ %global _empty_manifest_terminate_build 0 Name: python-fontMath -Version: 0.9.2 +Version: 0.9.3 Release: 1 Summary: A set of objects for performing math operations on font data. License: MIT URL: https://github.com/robotools/fontMath -Source0: https://files.pythonhosted.org/packages/b4/71/a6165862dcd6c30259b3ba9fc834a59a0e11b2c34f44f9e1d1eb6cc674d5/fontMath-0.9.2.zip +Source0: https://files.pythonhosted.org/packages/e8/47/1f3a198381a786cd6007a3617a9dd73262e85c0886fc7b5a574d0d476915/fontMath-0.9.3.zip BuildArch: noarch -Requires: python3-fonttools - %description A collection of objects that implement fast font, glyph, etc. math. %package -n python3-fontMath Summary: A set of objects for performing math operations on font data. -Provides: python-fontMath +Provides: python-fontMath = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm +Requires: python3-fonttools %description -n python3-fontMath - +A collection of objects that implement fast font, glyph, etc. math. %package help Summary: Development documents and examples for fontMath Provides: python3-fontMath-doc %description help - +A collection of objects that implement fast font, glyph, etc. math. %prep -%autosetup -n fontMath-0.9.2 +%autosetup -n fontMath-%{version} %build %py3_build @@ -41,6 +40,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 @@ -69,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jan 31 2023 wangjunqi - 0.9.3-1 +- Update package to version 0.9.3 + * Mon Jul 18 2022 Python_Bot - 0.9.2-1 - Package Spec generated