diff --git a/Imath.spec b/Imath.spec index 1b558c9b68f8b3a04e9a6d91da47ce88778ee562..c1792b523754eba19a79fc15ba62eb76ca354cf1 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