From 3532cde707b478b61da1f9e170dc8b12e48ebaa3 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Sat, 12 Dec 2020 23:15:49 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libgdata.git#782b558c9291f7aef87db9b45dd13f6c7df78eb0 --- libgdata.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libgdata.spec b/libgdata.spec index ef9ed03..462a855 100644 --- a/libgdata.spec +++ b/libgdata.spec @@ -1,6 +1,6 @@ Name: libgdata Version: 0.17.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for the GData protocol License: LGPLv2+ @@ -13,7 +13,7 @@ BuildRequires: glib2-devel BuildRequires: gnome-online-accounts-devel BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc -%if 0%{?fedora} || 0%{?rhel} >= 9 +%if ! 0%{?rhel} BuildRequires: uhttpmock-devel %endif BuildRequires: json-glib-devel @@ -46,6 +46,11 @@ developing applications that use %{name}. %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %meson \ +%if 0%{?rhel} + -Dalways_build_tests=false \ +%else + -Dalways_build_tests=true \ +%endif -Dinstalled_tests=false \ -Dgtk_doc=true \ %{nil} @@ -83,6 +88,9 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %{_datadir}/vala/ %changelog +* Sat Dec 12 2020 Debarshi Ray - 0.17.13-2 +- Remove uhttpmock-devel from BuildRequires on RHEL 9 + * Thu Sep 03 2020 Kalev Lember - 0.17.13-1 - Update to 0.17.13