forked from pool/assimp
Accepting request 1077535 from games
OBS-URL: https://build.opensuse.org/request/show/1077535 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/assimp?expand=0&rev=20
This commit is contained in:
commit
e6431c9f0d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 5 11:29:32 UTC 2023 - Predrag Ivanović <predivan@mts.rs>
|
||||||
|
|
||||||
|
- Enable build of CLI tools.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 12 13:37:16 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Mon Sep 12 13:37:16 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package assimp
|
# spec file for package assimp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -73,7 +73,9 @@ engine-specific format for easy and fast every-day-loading.
|
|||||||
sed -i '/Werror/d' code/CMakeLists.txt
|
sed -i '/Werror/d' code/CMakeLists.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake \
|
||||||
|
-DASSIMP_WARNINGS_AS_ERRORS=OFF \
|
||||||
|
-DASSIMP_BUILD_ASSIMP_TOOLS=ON
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -95,6 +97,7 @@ popd
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc CHANGES CREDITS
|
%doc CHANGES CREDITS
|
||||||
|
%{_bindir}/assimp
|
||||||
%{_includedir}/assimp/
|
%{_includedir}/assimp/
|
||||||
%{_libdir}/libassimp.so
|
%{_libdir}/libassimp.so
|
||||||
%{_libdir}/cmake/*
|
%{_libdir}/cmake/*
|
||||||
|
Loading…
Reference in New Issue
Block a user