diff --git a/gpuvis.changes b/gpuvis.changes index 661a92f..875d7ee 100644 --- a/gpuvis.changes +++ b/gpuvis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 13 18:26:04 UTC 2025 - Jan Engelhardt + +- Use pkgconfig() to make BuildRequires impervious to name changes. + ------------------------------------------------------------------- Tue Feb 27 11:16:55 UTC 2024 - Dominique Leuenberger diff --git a/gpuvis.spec b/gpuvis.spec index 7c041c8..28b58fe 100644 --- a/gpuvis.spec +++ b/gpuvis.spec @@ -1,7 +1,7 @@ # # spec file for package gpuvis # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,16 +27,16 @@ Group: Development/Tools/Debuggers URL: https://github.com/mikesart/gpuvis Source0: https://github.com/mikesart/gpuvis/archive/%{commit}/gpuvis.tar.gz Patch0: 0001-gpuvis_macro.h-needs-to-include-stdint.h.patch -BuildRequires: freetype2-devel BuildRequires: gcc-c++ -BuildRequires: gtk3-devel -BuildRequires: libSDL2-devel BuildRequires: meson BuildRequires: ninja -BuildRequires: rapidjson-devel +BuildRequires: pkgconfig(RapidJSON) +BuildRequires: pkgconfig(freetype2) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(sdl2) %ifarch %{ix86} x86_64 %if 0%{?suse_version} > 1530 -BuildRequires: intel-gpu-tools-devel +BuildRequires: pkgconfig(i915-perf) %endif %endif