!27 Add executable binary file assimp

From: @wang--ge 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2024-03-28 11:03:07 +00:00 committed by Gitee
commit 149d9548eb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: assimp
Version: 5.3.1
Release: 1
Release: 2
Summary: Library to load and process various 3D model formats into applications.
License: BSD and MIT and LGPL-2.1 and LGPL-2.0 and GPL-2.0 and LGPL-3.0 and GPL-3.0
URL: http://www.assimp.org/
@ -54,7 +54,8 @@ Assimp help doc.
%autosetup -n assimp-%{version} -p1
%build
%cmake -DASSIMP_BUILD_ZLIB=OFF
%cmake -DASSIMP_BUILD_ASSIMP_TOOLS=TRUE \
-DASSIMP_BUILD_ZLIB=OFF
%make_build
@ -72,6 +73,7 @@ install -m 0644 port/PyAssimp/pyassimp/*.py %{buildroot}%{python3_sitelib}/pyass
%files
%doc CREDITS LICENSE
%{_libdir}/*.so.*
%{_bindir}/assimp
%files devel
%{_includedir}/assimp
@ -87,6 +89,9 @@ install -m 0644 port/PyAssimp/pyassimp/*.py %{buildroot}%{python3_sitelib}/pyass
%{python3_sitelib}/pyassimp
%changelog
* Thu Mar 28 2024 Ge Wang <wang__ge@126.com> - 5.3.1-2
- Add executable binary file assimp
* Wed Oct 18 2023 chenyaqiang <chengyaqiang@huawei.com> - 5.3.1-1
- update to 5.3.1