diff --git a/csmash.changes b/csmash.changes index 231b7bc..bd020a4 100644 --- a/csmash.changes +++ b/csmash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 9 12:52:58 UTC 2018 - crrodriguez@opensuse.org + +- FIx buildRequires so metapackages xorg-x11-devel, Mesa-devel + are not required anymore. + ------------------------------------------------------------------- Tue Sep 18 13:04:54 UTC 2012 - idonmez@suse.com diff --git a/csmash.spec b/csmash.spec index 78d1b7e..b705a34 100644 --- a/csmash.spec +++ b/csmash.spec @@ -1,7 +1,7 @@ # # spec file for package csmash # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,17 +32,18 @@ Patch2: %{name}-%{version}-return_value.diff Patch3: %{name}-%{version}-qualification.diff Patch4: %{name}-%{version}-definitions.diff Patch5: %{name}-%{version}-uninitialized.diff -BuildRequires: Mesa-devel BuildRequires: SDL-devel BuildRequires: SDL_image-devel BuildRequires: SDL_mixer-devel BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: gtk2-devel -BuildRequires: libdrm-devel -BuildRequires: xorg-x11-devel +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(glu) +BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(gtk+-x11-2.0) +BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description