Ana Guerrero 2024-07-14 06:49:09 +00:00 committed by Git OBS Bridge
commit 7982af3f9f
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 11 15:28:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- fix check failure on s390x (bsc#1218474)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 9 12:08:55 UTC 2024 - Christophe Marin <christophe@krop.fr> Tue Jul 9 12:08:55 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -23,7 +23,7 @@ Release: 0
Summary: Library to load and process 3D scenes from various data formats Summary: Library to load and process 3D scenes from various data formats
License: BSD-3-Clause AND MIT License: BSD-3-Clause AND MIT
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: https://www.assimp.org/ URL: https://github.com/assimp/assimp
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
BuildRequires: cmake >= 3.22 BuildRequires: cmake >= 3.22
BuildRequires: dos2unix BuildRequires: dos2unix
@ -122,10 +122,10 @@ gtest_filter="${gtest_filter}:AssimpAPITest_aiQuaternion.*"
gtest_filter="${gtest_filter}:AssimpAPITest_aiVector2D.*" gtest_filter="${gtest_filter}:AssimpAPITest_aiVector2D.*"
gtest_filter="${gtest_filter}:AssimpAPITest_aiVector3D.*" gtest_filter="${gtest_filter}:AssimpAPITest_aiVector3D.*"
%endif %endif
%endif
./bin/unit --gtest_filter="${gtest_filter}" ./bin/unit --gtest_filter="${gtest_filter}"
popd popd
%endif
%ldconfig_scriptlets -n lib%{name}%{sover} %ldconfig_scriptlets -n lib%{name}%{sover}