SHA256
1
0
forked from pool/libgweather4

Accepting request 1073112 from GNOME:Next

- Replace python3-gi-docgen build requirement with the more
  reliable pkgconfig(gi-docgen).

OBS-URL: https://build.opensuse.org/request/show/1073112
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgweather4?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2023-03-20 12:50:09 +00:00 committed by Git OBS Bridge
parent fe05d9c9fc
commit 1393920f7c
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Feb 26 20:26:03 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
- Replace python3-gi-docgen build requirement with the more
reliable pkgconfig(gi-docgen).
-------------------------------------------------------------------
Sun Sep 18 14:06:27 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libgweather4
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -29,9 +29,9 @@ BuildRequires: gobject-introspection-devel
BuildRequires: intltool
BuildRequires: meson >= 0.50.0
BuildRequires: pkgconfig
BuildRequires: python3-gi-docgen
BuildRequires: python3-gobject
BuildRequires: pkgconfig(geocode-glib-2.0)
BuildRequires: pkgconfig(gi-docgen)
BuildRequires: pkgconfig(gio-2.0) >= 2.68.0
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libsoup-3.0)