modify %file for fix build error

This commit is contained in:
chen-jan 2023-07-20 14:48:54 +08:00
parent 060405f909
commit e52e298003

View File

@ -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 <chen_aka_jan@163.com> - 3.1.4-2
- modify %file for fix build error
* Mon Feb 7 2022 liyanan <liyanan32@huawei.com> - 3.1.4-1
- package init