Accepting request 835304 from home:cgiboudeaux:branches:games

- Remove unneeded build dependencies.
  assimp doesn't need Qt5, boost, devIL and glu.

OBS-URL: https://build.opensuse.org/request/show/835304
OBS-URL: https://build.opensuse.org/package/show/games/assimp?expand=0&rev=16
This commit is contained in:
Matthias Mailänder 2020-09-19 08:46:14 +00:00 committed by Git OBS Bridge
parent 14687895c2
commit 1355c7e283
2 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 17 21:04:34 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Remove unneeded build dependencies.
assimp doesn't need Qt5, boost, devIL and glu.
-------------------------------------------------------------------
Thu Jul 9 20:42:17 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -32,14 +32,9 @@ BuildRequires: cmake
BuildRequires: dos2unix
BuildRequires: gcc-c++
BuildRequires: irrlicht-devel
BuildRequires: libboost_headers-devel
BuildRequires: pkgconfig
BuildRequires: zlib-devel
BuildRequires: pkgconfig(IL)
BuildRequires: pkgconfig(Qt5OpenGL)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(glu)
BuildRequires: pkgconfig(minizip)
BuildRequires: pkgconfig(zlib)
%description
Assimp is a library to load and process geometric scenes from various data formats.