Accepting request 769736 from home:StefanBruens:branches:games

- Replace wrong Requires: SDL-devel in devel package with
  pkgconfig(sdl2).
- Remove architecture specific _constraints, there are no significant
  differences in real life, avoids failures for other architectures
  not covered.

OBS-URL: https://build.opensuse.org/request/show/769736
OBS-URL: https://build.opensuse.org/package/show/games/OpenSceneGraph?expand=0&rev=65
This commit is contained in:
Ferdinand Thiessen
2020-02-04 01:35:19 +00:00
committed by Git OBS Bridge
parent e5571bad12
commit aa87908dae
3 changed files with 19 additions and 28 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 3 14:52:44 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Replace wrong Requires: SDL-devel in devel package with
pkgconfig(sdl2).
- Remove architecture specific _constraints, there are no significant
differences in real life, avoids failures for other architectures
not covered.
-------------------------------------------------------------------
Fri Dec 13 08:38:57 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package OpenSceneGraph
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -99,7 +99,6 @@ This package contains the shared libraries for OpenSceneGraph.
%package -n libOpenSceneGraph-devel
Summary: OpenSceneGraph development files
Group: Development/Libraries/C and C++
Requires: SDL-devel
Requires: curl-devel
Requires: freeglut-devel
Requires: giflib-devel
@@ -112,6 +111,7 @@ Requires: pkgconfig(librsvg-2.0)
Requires: pkgconfig(libtiff-4)
Requires: pkgconfig(openal)
Requires: pkgconfig(poppler-glib)
Requires: pkgconfig(sdl2)
Requires: pkgconfig(xrandr)
Conflicts: libOpenSceneGraph1-devel

View File

@@ -1,29 +1,11 @@
<constraints>
<overwrite>
<conditions>
<arch>ppc64</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<disk>
<size unit="G">4</size>
</disk>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>aarch64</arch>
<arch>armv7l</arch>
<arch>armv6l</arch>
</conditions>
<hardware>
<disk>
<size unit="G">6</size>
</disk>
<physicalmemory>
<size unit="G">3</size>
</physicalmemory>
</hardware>
</overwrite>
<hardware>
<disk>
<size unit="G">6</size>
</disk>
<memory>
<size unit="M">4500</size>
</memory>
</hardware>
</constraints>