!27 Add executable binary file assimp
From: @wang--ge Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
149d9548eb
@ -1,6 +1,6 @@
|
|||||||
Name: assimp
|
Name: assimp
|
||||||
Version: 5.3.1
|
Version: 5.3.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Library to load and process various 3D model formats into applications.
|
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
|
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/
|
URL: http://www.assimp.org/
|
||||||
@ -54,7 +54,8 @@ Assimp help doc.
|
|||||||
%autosetup -n assimp-%{version} -p1
|
%autosetup -n assimp-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -DASSIMP_BUILD_ZLIB=OFF
|
%cmake -DASSIMP_BUILD_ASSIMP_TOOLS=TRUE \
|
||||||
|
-DASSIMP_BUILD_ZLIB=OFF
|
||||||
|
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -72,6 +73,7 @@ install -m 0644 port/PyAssimp/pyassimp/*.py %{buildroot}%{python3_sitelib}/pyass
|
|||||||
%files
|
%files
|
||||||
%doc CREDITS LICENSE
|
%doc CREDITS LICENSE
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
%{_bindir}/assimp
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/assimp
|
%{_includedir}/assimp
|
||||||
@ -87,6 +89,9 @@ install -m 0644 port/PyAssimp/pyassimp/*.py %{buildroot}%{python3_sitelib}/pyass
|
|||||||
%{python3_sitelib}/pyassimp
|
%{python3_sitelib}/pyassimp
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 18 2023 chenyaqiang <chengyaqiang@huawei.com> - 5.3.1-1
|
||||||
- update to 5.3.1
|
- update to 5.3.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user