Blame SPECS/libgdata.spec

27130a
Name:           libgdata
27130a
Version:        0.18.1
27130a
Release:        4%{?dist}
27130a
Summary:        Library for the GData protocol
27130a
27130a
License:        LGPLv2+
27130a
URL:            https://wiki.gnome.org/Projects/libgdata
27130a
Source0:        https://download.gnome.org/sources/%{name}/0.18/%{name}-%{version}.tar.xz
27130a
27130a
BuildRequires:  gcr-devel
27130a
BuildRequires:  gettext
27130a
BuildRequires:  glib2-devel
27130a
BuildRequires:  gnome-online-accounts-devel
27130a
BuildRequires:  gobject-introspection-devel
27130a
BuildRequires:  gtk-doc
27130a
%if ! 0%{?rhel}
27130a
BuildRequires:  uhttpmock-devel
27130a
%endif
27130a
BuildRequires:  json-glib-devel
27130a
BuildRequires:  libsoup-devel
27130a
BuildRequires:  libxml2-devel
27130a
BuildRequires:  meson
27130a
BuildRequires:  vala
27130a
27130a
%if 0%{?fedora}
27130a
Obsoletes:      compat-libgdata19 < 0.17.1
27130a
%endif
27130a
27130a
%description
27130a
libgdata is a GLib-based library for accessing online service APIs using the
27130a
GData protocol --- most notably, Google's services. It provides APIs to access
27130a
the common Google services, and has full asynchronous support.
27130a
27130a
%package        devel
27130a
Summary:        Development files for %{name}
27130a
Requires:       %{name}%{?_isa} = %{version}-%{release}
27130a
27130a
%description    devel
27130a
The %{name}-devel package contains libraries and header files for
27130a
developing applications that use %{name}.
27130a
27130a
%prep
27130a
%autosetup -p1
27130a
27130a
%build
27130a
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
27130a
%meson \
27130a
%if 0%{?rhel}
27130a
  -Dalways_build_tests=false \
27130a
%else
27130a
  -Dalways_build_tests=true \
27130a
%endif
27130a
  -Dinstalled_tests=false \
27130a
  -Dgtk_doc=true \
27130a
  -Doauth1=disabled \
27130a
  %{nil}
27130a
%meson_build
27130a
27130a
%install
27130a
%meson_install
27130a
27130a
%find_lang gdata
27130a
27130a
27130a
%check
27130a
# Only the general test can be run without network access
27130a
# Actually, the general test doesn't work either without gconf
27130a
#cd gdata/tests
27130a
#./general
27130a
27130a
%ldconfig_scriptlets
27130a
27130a
27130a
%files -f gdata.lang
27130a
%license COPYING
27130a
%doc NEWS README AUTHORS
27130a
%{_libdir}/libgdata.so.22*
27130a
%dir %{_libdir}/girepository-1.0
27130a
%{_libdir}/girepository-1.0/GData-0.0.typelib
27130a
27130a
%files devel
27130a
%{_includedir}/*
27130a
%{_libdir}/libgdata.so
27130a
%{_libdir}/pkgconfig/%{name}.pc
27130a
%{_datadir}/gtk-doc/
27130a
%dir %{_datadir}/gir-1.0
27130a
%{_datadir}/gir-1.0/GData-0.0.gir
27130a
%{_datadir}/vala/
27130a
27130a
%changelog
27130a
* Sun Aug 22 2021 Debarshi Ray <rishi@fedoraproject.org> - 0.18.1-4
27130a
- Drop the unused BuildRequires on liboauth
27130a
Resolves: #1996380
27130a
27130a
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.18.1-3
27130a
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
27130a
  Related: rhbz#1991688
27130a
27130a
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.18.1-2
27130a
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
27130a
27130a
* Fri Mar 05 2021 Kalev Lember <klember@redhat.com> - 0.18.1-1
27130a
- Update to 0.18.1
27130a
27130a
* Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 0.18.0-1
27130a
- Update to 0.18.0
27130a
27130a
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.13-3
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
27130a
27130a
* Sat Dec 12 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.17.13-2
27130a
- Remove uhttpmock-devel from BuildRequires on RHEL 9
27130a
27130a
* Thu Sep 03 2020 Kalev Lember <klember@redhat.com> - 0.17.13-1
27130a
- Update to 0.17.13
27130a
27130a
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.12-3
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
27130a
27130a
* Thu Jul 16 2020 Merlin Mathesius <mmathesi@redhat.com> - 0.17.12-2
27130a
- Minor conditional fixes for ELN
27130a
27130a
* Mon Mar 02 2020 Kalev Lember <klember@redhat.com> - 0.17.12-1
27130a
- Update to 0.17.12
27130a
27130a
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.11-2
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
27130a
27130a
* Wed Aug 21 2019 Kalev Lember <klember@redhat.com> - 0.17.11-1
27130a
- Update to 0.17.11
27130a
27130a
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.10-2
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
27130a
27130a
* Mon Jul 08 2019 Kalev Lember <klember@redhat.com> - 0.17.10-1
27130a
- Update to 0.17.10
27130a
- Switch to the meson build system
27130a
27130a
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.9-4
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
27130a
27130a
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.9-3
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
27130a
27130a
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.9-2
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
27130a
27130a
* Thu Aug 24 2017 Kalev Lember <klember@redhat.com> - 0.17.9-1
27130a
- Update to 0.17.9
27130a
27130a
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.8-3
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
27130a
27130a
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.8-2
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
27130a
27130a
* Thu Apr 20 2017 Kalev Lember <klember@redhat.com> - 0.17.8-1
27130a
- Update to 0.17.8
27130a
27130a
* Mon Mar 06 2017 Kalev Lember <klember@redhat.com> - 0.17.7-1
27130a
- Update to 0.17.7
27130a
27130a
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.6-4
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
27130a
27130a
* Wed Oct 19 2016 Kalev Lember <klember@redhat.com> - 0.17.6-3
27130a
- Fix RHEL 7 build
27130a
27130a
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.17.6-2
27130a
- BR vala instead of obsolete vala-tools subpackage
27130a
27130a
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 0.17.6-1
27130a
- Update to 0.17.6
27130a
- Don't set group tags
27130a
- Co-own gir directories instead of depending on gobject-introspection
27130a
- Use make_install macro
27130a
- Update project URLs
27130a
27130a
* Mon Sep 12 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.17.5-2
27130a
- Backport fix for crashes with zero-length files (GNOME #769727)
27130a
27130a
* Thu Jun 30 2016 Kalev Lember <klember@redhat.com> - 0.17.5-1
27130a
- Update to 0.17.5
27130a
27130a
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.4-3
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
27130a
27130a
* Mon Jan 25 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.17.4-2
27130a
- Backport fix for opening PDFs from Google Drive (GNOME #759180)
27130a
27130a
* Mon Dec 14 2015 Kalev Lember <klember@redhat.com> - 0.17.4-1
27130a
- Update to 0.17.4
27130a
27130a
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 0.17.3-1
27130a
- Update to 0.17.3
27130a
27130a
* Fri Jul 10 2015 Kalev Lember <klember@redhat.com> - 0.17.2-1
27130a
- Update to 0.17.2
27130a
- Use license macro for COPYING
27130a
27130a
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.1-3
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
27130a
27130a
* Thu May 28 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.17.1-2
27130a
- Obsolete the compatibility package
27130a
27130a
* Fri Apr 24 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.17.1-1
27130a
- Update to 0.17.1
27130a
27130a
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 0.16.1-1
27130a
- Update to 0.16.1
27130a
27130a
* Mon Nov 03 2014 Kalev Lember <kalevlember@gmail.com> - 0.16.0-2
27130a
- Fix the build on RHEL
27130a
27130a
* Thu Sep 18 2014 Kalev Lember <kalevlember@gmail.com> - 0.16.0-1
27130a
- Update to 0.16.0
27130a
27130a
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.2-2
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
27130a
27130a
* Sun Aug 10 2014 Kalev Lember <kalevlember@gmail.com> - 0.15.2-1
27130a
- Update to 0.15.2
27130a
- Tighten -devel deps with the _isa macro
27130a
27130a
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.15.1-3
27130a
- Rebuilt for gobject-introspection 1.41.4
27130a
27130a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-2
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
27130a
27130a
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 0.15.1-1
27130a
- Update to 0.15.1
27130a
27130a
* Wed Jan 08 2014 Richard Hughes <rhughes@redhat.com> - 0.15.0-1
27130a
- Update to 0.15.0
27130a
27130a
* Thu Aug 29 2013 Kalev Lember <kalevlember@gmail.com> - 0.14.0-1
27130a
- Update to 0.14.0
27130a
27130a
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 0.13.4-1
27130a
- Update to 0.13.4
27130a
27130a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.3-3
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
27130a
27130a
* Tue Jul 16 2013 Matthias Clasen <mclasen@redhat.com> - 0.13.3-2
27130a
- Disable strict aliasing, since the code is not strict-aliasing-clean
27130a
27130a
* Tue Feb 26 2013 Kalev Lember <kalevlember@gmail.com> - 0.13.3-1
27130a
- Update to 0.13.3
27130a
- Add vala bindings
27130a
27130a
* Tue Feb 19 2013 Bastien Nocera <bnocera@redhat.com> 0.13.2-3
27130a
- Co-own the gtk-doc directory (#604382)
27130a
27130a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.2-2
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
27130a
27130a
* Tue Oct 02 2012 Kalev Lember <kalevlember@gmail.com> - 0.13.2-1
27130a
- Update to 0.13.2
27130a
27130a
* Sun Aug 12 2012 Debarshi Ray <rishi@fedoraproject.org> - 0.13.1-2
27130a
- Add BuildRequires: gcr-devel gnome-online-accounts-devel
27130a
27130a
* Tue Jul 31 2012 Richard Hughes <hughsient@gmail.com> - 0.13.1-1
27130a
- Update to 0.13.1
27130a
27130a
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.0-2
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
27130a
27130a
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 0.13.0-1
27130a
- Update to 0.13.0
27130a
27130a
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 0.12.0-1
27130a
- Update to 0.12.0
27130a
27130a
* Thu Mar 15 2012 Matthias Clasen <mclasen@redhat.com> - 0.11.1-1
27130a
- Update to 0.11.1
27130a
27130a
* Tue Jan 17 2012 Dan HorĂ¡k <dan[at]danny.cz> - 0.11.0-3
27130a
- update BR
27130a
27130a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.0-2
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
27130a
27130a
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.0-1
27130a
- Update to 0.11.0
27130a
27130a
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 0.10.1-1
27130a
- Update to 0.10.1
27130a
27130a
* Mon Jul 04 2011 Matthew Barnes <mbarnes@redhat.com> 0.9.1-1
27130a
- Update to 0.9.1
27130a
27130a
* Mon Jun 13 2011 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
27130a
- Update to 0.9.0
27130a
27130a
* Fri May 20 2011 Bastien Nocera <bnocera@redhat.com> 0.8.1-1
27130a
- Update to 0.8.1
27130a
27130a
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-2
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
27130a
27130a
* Mon Jan 17 2011 Bastien Nocera <bnocera@redhat.com> 0.8.0-1
27130a
- Update to 0.8.0
27130a
27130a
* Mon Oct 18 2010 Bastien Nocera <bnocera@redhat.com> 0.7.0-1
27130a
- Update to 0.7.0
27130a
27130a
* Wed Sep 29 2010 jkeating - 0.6.4-6
27130a
- Rebuilt for gcc bug 634757
27130a
27130a
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.6.4-5
27130a
- Rebuild with newer gobject-introspection
27130a
- Disable tests
27130a
27130a
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.6.4-4
27130a
- Rebuild with new gobject-introspection
27130a
- Drop gir-repository-devel
27130a
27130a
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.6.4-2
27130a
- Rebuild against new gobject-introspection
27130a
27130a
* Thu Apr 08 2010 Bastien Nocera <bnocera@redhat.com> 0.6.4-1
27130a
- Update to 0.6.4
27130a
27130a
* Wed Feb 17 2010 Bastien Nocera <bnocera@redhat.com> 0.6.1-2
27130a
- Rebuild to update F-13 tag
27130a
27130a
* Wed Feb 17 2010 Bastien Nocera <bnocera@redhat.com> 0.6.1-1
27130a
- Update to 0.6.1
27130a
27130a
* Mon Feb 15 2010 Bastien Nocera <bnocera@redhat.com> 0.6.0-1
27130a
- Update to 0.6.0
27130a
- Add introspection support
27130a
27130a
* Sun Nov 22 2009 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
27130a
- Update to 0.5.1
27130a
- Fixes queries with non-ASCII characters
27130a
27130a
* Tue Sep 22 2009 Bastien Nocera <bnocera@redhat.com> 0.5.0-1
27130a
- Update to 0.5.0
27130a
27130a
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 0.4.0-3
27130a
- Fix source URL
27130a
27130a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2
27130a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
27130a
27130a
* Mon Jul 20 2009 Bastien Nocera <bnocera@redhat.com> 0.4.0-1
27130a
- Update to 0.4.0
27130a
27130a
* Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.3.0-1
27130a
- Update to 0.3.0
27130a
27130a
* Sat Apr 25 2009 Bastien Nocera <bnocera@redhat.com> 0.2.0-1
27130a
- Update to 0.2.0
27130a
27130a
* Mon Apr 06 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.1-2
27130a
- Add check, snippet from Jason Tibbitts
27130a
27130a
* Wed Apr 01 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.1-1
27130a
- Update to 0.1.1
27130a
27130a
* Wed Apr 01 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-1
27130a
- First package
27130a