!6 modify %file for fix build error
From: @chen-jan Reviewed-by: @starlet-dx Signed-off-by: @starlet-dx
This commit is contained in:
commit
7a763b3c81
@ -2,7 +2,7 @@
|
|||||||
%global sover 29
|
%global sover 29
|
||||||
Name: Imath
|
Name: Imath
|
||||||
Version: 3.1.4
|
Version: 3.1.4
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Library of 2D and 3D vector, matrix, and math operations for computer graphics
|
Summary: Library of 2D and 3D vector, matrix, and math operations for computer graphics
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/AcademySoftwareFoundation/Imath
|
URL: https://github.com/AcademySoftwareFoundation/Imath
|
||||||
@ -58,7 +58,7 @@ make test
|
|||||||
%{_libdir}/libImath-3_1.so.%{sover}*
|
%{_libdir}/libImath-3_1.so.%{sover}*
|
||||||
|
|
||||||
%files -n python3-%{name}
|
%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}/imath.so
|
||||||
%{python3_sitearch}/imathnumpy.so
|
%{python3_sitearch}/imathnumpy.so
|
||||||
|
|
||||||
@ -70,8 +70,11 @@ make test
|
|||||||
%{_libdir}/cmake/Imath/
|
%{_libdir}/cmake/Imath/
|
||||||
%{_libdir}/libImath.so
|
%{_libdir}/libImath.so
|
||||||
%{_libdir}/libImath-3_1.so
|
%{_libdir}/libImath-3_1.so
|
||||||
%{_libdir}/libPyImath_Python3_10-3_1.so
|
%{_libdir}/libPyImath_Python3_*-3_1.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 7 2022 liyanan <liyanan32@huawei.com> - 3.1.4-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user