!6 modify %file for fix build error

From: @chen-jan 
Reviewed-by: @starlet-dx 
Signed-off-by: @starlet-dx
This commit is contained in:
openeuler-ci-bot 2023-07-20 07:06:39 +00:00 committed by Gitee
commit 7a763b3c81
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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