SHA256
1
0
forked from pool/libjcat

Accepting request 796228 from home:gary_lin:branches:Base:System

Add the missing BuildRequires: gobject-introspection-devel

OBS-URL: https://build.opensuse.org/request/show/796228
OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=2
This commit is contained in:
Gary Ching-Pang Lin 2020-04-22 08:19:22 +00:00 committed by Git OBS Bridge
parent e7c678a62e
commit def64842b7
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 22 08:07:20 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
- Add the missing BuildRequires: gobject-introspection-devel
-------------------------------------------------------------------
Wed Apr 15 07:18:51 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -23,13 +23,15 @@ Version: 0.1.1
Release: 0
Summary: Library for reading and writing gzip-compressed JSON catalog files
License: LGPL-2.1-or-later
Url: https://github.com/hughsie/libjcat
Group: System/Libraries
URL: https://github.com/hughsie/libjcat
Source: %{name}-%{version}.tar.xz
# for certtool
BuildRequires: gnutls
BuildRequires: gobject-introspection
BuildRequires: gobject-introspection-devel
BuildRequires: gpgme-devel
BuildRequires: gtk-doc
BuildRequires: gobject-introspection
BuildRequires: help2man
BuildRequires: meson >= 0.47.0
BuildRequires: python3-setuptools