|
|
@ -1,14 +1,16 @@
|
|
|
|
Name: libgdata
|
|
|
|
Name: libgdata
|
|
|
|
Version: 0.18.1
|
|
|
|
Version: 0.17.9
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: Library for the GData protocol
|
|
|
|
Summary: Library for the GData protocol
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://wiki.gnome.org/Projects/libgdata
|
|
|
|
URL: https://wiki.gnome.org/Projects/libgdata
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/0.18/%{name}-%{version}.tar.xz
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/0.17/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2046098
|
|
|
|
|
|
|
|
Patch0: core-Always-refresh-authorization-when-creating-stre.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcr-devel
|
|
|
|
BuildRequires: gcr-devel
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: gnome-online-accounts-devel
|
|
|
|
BuildRequires: gnome-online-accounts-devel
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
@ -16,10 +18,12 @@ BuildRequires: gtk-doc
|
|
|
|
%if ! 0%{?rhel}
|
|
|
|
%if ! 0%{?rhel}
|
|
|
|
BuildRequires: uhttpmock-devel
|
|
|
|
BuildRequires: uhttpmock-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: json-glib-devel
|
|
|
|
BuildRequires: json-glib-devel
|
|
|
|
|
|
|
|
BuildRequires: liboauth-devel
|
|
|
|
BuildRequires: libsoup-devel
|
|
|
|
BuildRequires: libsoup-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: vala-devel
|
|
|
|
BuildRequires: vala
|
|
|
|
BuildRequires: vala
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if 0%{?fedora}
|
|
|
@ -43,21 +47,17 @@ developing applications that use %{name}.
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
%configure \
|
|
|
|
%meson \
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%if 0%{?rhel}
|
|
|
|
-Dalways_build_tests=false \
|
|
|
|
--disable-always-build-tests \
|
|
|
|
%else
|
|
|
|
|
|
|
|
-Dalways_build_tests=true \
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
-Dinstalled_tests=false \
|
|
|
|
--disable-silent-rules \
|
|
|
|
-Dgtk_doc=true \
|
|
|
|
--disable-static
|
|
|
|
-Doauth1=disabled \
|
|
|
|
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
|
|
|
|
%{nil}
|
|
|
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%meson_install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
%find_lang gdata
|
|
|
|
%find_lang gdata
|
|
|
|
|
|
|
|
|
|
|
@ -68,7 +68,9 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
#cd gdata/tests
|
|
|
|
#cd gdata/tests
|
|
|
|
#./general
|
|
|
|
#./general
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f gdata.lang
|
|
|
|
%files -f gdata.lang
|
|
|
@ -88,59 +90,11 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
%{_datadir}/vala/
|
|
|
|
%{_datadir}/vala/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Sun Aug 22 2021 Debarshi Ray <rishi@fedoraproject.org> - 0.18.1-4
|
|
|
|
* Wed Jul 13 2022 Tomas Popela <tpopela@redhat.com> - 0.17.9-4
|
|
|
|
- Drop the unused BuildRequires on liboauth
|
|
|
|
- Switch to using autosetup so we don't forget to apply patches (#2046098)
|
|
|
|
Resolves: #1996380
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.18.1-3
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.18.1-2
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 05 2021 Kalev Lember <klember@redhat.com> - 0.18.1-1
|
|
|
|
|
|
|
|
- Update to 0.18.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 0.18.0-1
|
|
|
|
|
|
|
|
- Update to 0.18.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.13-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Dec 12 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.17.13-2
|
|
|
|
|
|
|
|
- Remove uhttpmock-devel from BuildRequires on RHEL 9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 03 2020 Kalev Lember <klember@redhat.com> - 0.17.13-1
|
|
|
|
|
|
|
|
- Update to 0.17.13
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.12-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
- Update to 0.17.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.11-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 21 2019 Kalev Lember <klember@redhat.com> - 0.17.11-1
|
|
|
|
|
|
|
|
- Update to 0.17.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.10-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 08 2019 Kalev Lember <klember@redhat.com> - 0.17.10-1
|
|
|
|
|
|
|
|
- Update to 0.17.10
|
|
|
|
|
|
|
|
- Switch to the meson build system
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.9-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.9-3
|
|
|
|
* Mon May 09 2022 Ondrej Holy <oholy@redhat.com> - 0.17.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
- Always refresh authorization when creating streams (#2046098)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.9-2
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|