Minor conditional fixes for ELN
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
parent
7c225e1065
commit
87d15532bc
@ -1,6 +1,6 @@
|
|||||||
Name: libgdata
|
Name: libgdata
|
||||||
Version: 0.17.12
|
Version: 0.17.12
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Library for the GData protocol
|
Summary: Library for the GData protocol
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -13,7 +13,7 @@ BuildRequires: glib2-devel
|
|||||||
BuildRequires: gnome-online-accounts-devel
|
BuildRequires: gnome-online-accounts-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
%if ! 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel} >= 9
|
||||||
BuildRequires: uhttpmock-devel
|
BuildRequires: uhttpmock-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: json-glib-devel
|
BuildRequires: json-glib-devel
|
||||||
@ -81,6 +81,9 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|||||||
%{_datadir}/vala/
|
%{_datadir}/vala/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 16 2020 Merlin Mathesius <mmathesi@redhat.com> - 0.17.12-2
|
||||||
|
- Minor conditional fixes for ELN
|
||||||
|
|
||||||
* Mon Mar 02 2020 Kalev Lember <klember@redhat.com> - 0.17.12-1
|
* Mon Mar 02 2020 Kalev Lember <klember@redhat.com> - 0.17.12-1
|
||||||
- Update to 0.17.12
|
- Update to 0.17.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user