From e52e298003e8eb4e3f96d474b33ea23731c529a0 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Thu, 20 Jul 2023 14:48:54 +0800 Subject: [PATCH] modify %file for fix build error --- Imath.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Imath.spec b/Imath.spec index 1b558c9..c1792b5 100644 --- a/Imath.spec +++ b/Imath.spec @@ -2,7 +2,7 @@ %global sover 29 Name: Imath Version: 3.1.4 -Release: 1 +Release: 2 Summary: Library of 2D and 3D vector, matrix, and math operations for computer graphics License: BSD URL: https://github.com/AcademySoftwareFoundation/Imath @@ -58,7 +58,7 @@ make test %{_libdir}/libImath-3_1.so.%{sover}* %files -n python3-%{name} -%{_libdir}/libPyImath_Python3_10-3_1.so.%{sover}* +%{_libdir}/libPyImath_Python3_*-3_1.so.%{sover}* %{python3_sitearch}/imath.so %{python3_sitearch}/imathnumpy.so @@ -70,8 +70,11 @@ make test %{_libdir}/cmake/Imath/ %{_libdir}/libImath.so %{_libdir}/libImath-3_1.so -%{_libdir}/libPyImath_Python3_10-3_1.so +%{_libdir}/libPyImath_Python3_*-3_1.so %changelog +* Thu Jul 20 2023 chenchen - 3.1.4-2 +- modify %file for fix build error + * Mon Feb 7 2022 liyanan - 3.1.4-1 - package init -- Gitee