From 7a3010b0bfa9c3b2ac9c92debbca9de88aef41e3 Mon Sep 17 00:00:00 2001 From: xuezhixin Date: Tue, 29 Oct 2024 21:19:11 +0800 Subject: [PATCH] use the new cmake macros --- assimp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/assimp.spec b/assimp.spec index d537004..f8f96a6 100644 --- a/assimp.spec +++ b/assimp.spec @@ -1,6 +1,6 @@ Name: assimp Version: 5.3.1 -Release: 4 +Release: 5 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/ @@ -61,10 +61,10 @@ Assimp help doc. %cmake -DASSIMP_BUILD_ASSIMP_TOOLS=TRUE \ -DASSIMP_BUILD_ZLIB=OFF -%make_build +%cmake_build %install -%make_install +%cmake_install install -d %{buildroot}%{python3_sitelib}/pyassimp/ install -m 0644 port/PyAssimp/pyassimp/*.py %{buildroot}%{python3_sitelib}/pyassimp/ @@ -93,6 +93,9 @@ install -m 0644 port/PyAssimp/pyassimp/*.py %{buildroot}%{python3_sitelib}/pyass %{python3_sitelib}/pyassimp %changelog +* Tue Oct 29 2024 xuezhixin - 5.3.1-5 +- use the new cmake macros + * Thu Sep 19 2024 wangkai <13474090681@163.com> - 5.3.1-4 - fix CVE-2024-45679 -- Gitee