From c99b974f4f0f2e4af15bda3f57ff6119ef10a8de Mon Sep 17 00:00:00 2001 From: wang--ge Date: Thu, 28 Mar 2024 09:43:57 +0800 Subject: [PATCH] add executable binary file assimp --- assimp.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assimp.spec b/assimp.spec index 6f03414..e8875f5 100644 --- a/assimp.spec +++ b/assimp.spec @@ -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 - 5.3.1-2 +- Add executable binary file assimp + * Wed Oct 18 2023 chenyaqiang - 5.3.1-1 - update to 5.3.1 -- Gitee