Blame SPECS/libgdata.spec

1a3ab3
Name:           libgdata
5c2962
Version:        0.17.9
f97916
Release:        1%{?dist}
1a3ab3
Summary:        Library for the GData protocol
1a3ab3
1a3ab3
License:        LGPLv2+
a6bd4b
URL:            https://wiki.gnome.org/Projects/libgdata
a6bd4b
Source0:        https://download.gnome.org/sources/%{name}/0.17/%{name}-%{version}.tar.xz
1a3ab3
1a3ab3
BuildRequires:  gcr-devel
f97916
BuildRequires:  glib2-devel
1a3ab3
BuildRequires:  gnome-online-accounts-devel
f97916
BuildRequires:  gobject-introspection-devel
f97916
BuildRequires:  gtk-doc
f97916
%if ! 0%{?rhel}
f97916
BuildRequires:  uhttpmock-devel
f97916
%endif
f97916
BuildRequires:  intltool
f97916
BuildRequires:  json-glib-devel
f97916
BuildRequires:  liboauth-devel
f97916
BuildRequires:  libsoup-devel
f97916
BuildRequires:  libxml2-devel
1a3ab3
BuildRequires:  vala-devel
a6bd4b
BuildRequires:  vala
f97916
a6bd4b
%if 0%{?fedora}
a6bd4b
Obsoletes:      compat-libgdata19 < 0.17.1
a6bd4b
%endif
1a3ab3
1a3ab3
%description
1a3ab3
libgdata is a GLib-based library for accessing online service APIs using the
1a3ab3
GData protocol --- most notably, Google's services. It provides APIs to access
1a3ab3
the common Google services, and has full asynchronous support.
1a3ab3
1a3ab3
%package        devel
1a3ab3
Summary:        Development files for %{name}
f97916
Requires:       %{name}%{?_isa} = %{version}-%{release}
1a3ab3
1a3ab3
%description    devel
1a3ab3
The %{name}-devel package contains libraries and header files for
1a3ab3
developing applications that use %{name}.
1a3ab3
1a3ab3
%prep
1a3ab3
%setup -q
1a3ab3
1a3ab3
%build
f97916
%configure \
f97916
%if 0%{?rhel}
a6bd4b
  --disable-always-build-tests \
f97916
%endif
a6bd4b
  --disable-silent-rules \
f97916
  --disable-static
1a3ab3
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
1a3ab3
1a3ab3
%install
a6bd4b
%make_install
1a3ab3
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
1a3ab3
1a3ab3
%find_lang gdata
1a3ab3
1a3ab3
1a3ab3
%check
1a3ab3
# Only the general test can be run without network access
1a3ab3
# Actually, the general test doesn't work either without gconf
1a3ab3
#cd gdata/tests
1a3ab3
#./general
1a3ab3
1a3ab3
%post -p /sbin/ldconfig
1a3ab3
1a3ab3
%postun -p /sbin/ldconfig
1a3ab3
1a3ab3
1a3ab3
%files -f gdata.lang
a6bd4b
%license COPYING
a6bd4b
%doc NEWS README AUTHORS
f97916
%{_libdir}/libgdata.so.22*
a6bd4b
%dir %{_libdir}/girepository-1.0
1a3ab3
%{_libdir}/girepository-1.0/GData-0.0.typelib
1a3ab3
1a3ab3
%files devel
1a3ab3
%{_includedir}/*
f97916
%{_libdir}/libgdata.so
1a3ab3
%{_libdir}/pkgconfig/%{name}.pc
1a3ab3
%{_datadir}/gtk-doc/
a6bd4b
%dir %{_datadir}/gir-1.0
1a3ab3
%{_datadir}/gir-1.0/GData-0.0.gir
1a3ab3
%{_datadir}/vala/
1a3ab3
1a3ab3
%changelog
5c2962
* Thu Aug 24 2017 Kalev Lember <klember@redhat.com> - 0.17.9-1
5c2962
- Update to 0.17.9
5c2962
- Resolves: #1570004
5c2962
a6bd4b
* Mon Apr 24 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.17.8-1
a6bd4b
- Update to 0.17.8
a6bd4b
- Resolves: #1387002
a6bd4b
a6bd4b
* Wed Mar 08 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.17.7-1
a6bd4b
- Update to 0.17.7
a6bd4b
- Resolves: #1387002, #1427087
a6bd4b
a6bd4b
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 0.17.6-1
a6bd4b
- Update to 0.17.6
a6bd4b
- Resolves: #1387002
a6bd4b
f97916
* Mon May 04 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.17.1-1
f97916
- Update to 0.17.1
f97916
- Resolves: #1174599
f97916
f97916
* Mon Mar 23 2015 Richard Hughes <rhughes@redhat.com> - 0.16.1-1
f97916
- Update to 0.16.1
f97916
- Resolves: #1174599
f97916
bb3c3f
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.13.3-4
bb3c3f
- Mass rebuild 2014-01-24
bb3c3f
bb3c3f
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.13.3-3
bb3c3f
- Mass rebuild 2013-12-27
bb3c3f
1a3ab3
* Tue Jul 16 2013 Matthias Clasen <mclasen@redhat.com> - 0.13.3-2
1a3ab3
- Disable strict aliasing, since the code is not strict-aliasing-clean
1a3ab3
1a3ab3
* Tue Feb 26 2013 Kalev Lember <kalevlember@gmail.com> - 0.13.3-1
1a3ab3
- Update to 0.13.3
1a3ab3
- Add vala bindings
1a3ab3
1a3ab3
* Tue Feb 19 2013 Bastien Nocera <bnocera@redhat.com> 0.13.2-3
1a3ab3
- Co-own the gtk-doc directory (#604382)
1a3ab3
1a3ab3
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.2-2
1a3ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1a3ab3
1a3ab3
* Tue Oct 02 2012 Kalev Lember <kalevlember@gmail.com> - 0.13.2-1
1a3ab3
- Update to 0.13.2
1a3ab3
1a3ab3
* Sun Aug 12 2012 Debarshi Ray <rishi@fedoraproject.org> - 0.13.1-2
1a3ab3
- Add BuildRequires: gcr-devel gnome-online-accounts-devel
1a3ab3
1a3ab3
* Tue Jul 31 2012 Richard Hughes <hughsient@gmail.com> - 0.13.1-1
1a3ab3
- Update to 0.13.1
1a3ab3
1a3ab3
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.0-2
1a3ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1a3ab3
1a3ab3
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 0.13.0-1
1a3ab3
- Update to 0.13.0
1a3ab3
1a3ab3
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 0.12.0-1
1a3ab3
- Update to 0.12.0
1a3ab3
1a3ab3
* Thu Mar 15 2012 Matthias Clasen <mclasen@redhat.com> - 0.11.1-1
1a3ab3
- Update to 0.11.1
1a3ab3
1a3ab3
* Tue Jan 17 2012 Dan HorĂ¡k <dan[at]danny.cz> - 0.11.0-3
1a3ab3
- update BR
1a3ab3
1a3ab3
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.0-2
1a3ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1a3ab3
1a3ab3
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.0-1
1a3ab3
- Update to 0.11.0
1a3ab3
1a3ab3
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 0.10.1-1
1a3ab3
- Update to 0.10.1
1a3ab3
1a3ab3
* Mon Jul 04 2011 Matthew Barnes <mbarnes@redhat.com> 0.9.1-1
1a3ab3
- Update to 0.9.1
1a3ab3
1a3ab3
* Mon Jun 13 2011 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
1a3ab3
- Update to 0.9.0
1a3ab3
1a3ab3
* Fri May 20 2011 Bastien Nocera <bnocera@redhat.com> 0.8.1-1
1a3ab3
- Update to 0.8.1
1a3ab3
1a3ab3
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-2
1a3ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1a3ab3
1a3ab3
* Mon Jan 17 2011 Bastien Nocera <bnocera@redhat.com> 0.8.0-1
1a3ab3
- Update to 0.8.0
1a3ab3
1a3ab3
* Mon Oct 18 2010 Bastien Nocera <bnocera@redhat.com> 0.7.0-1
1a3ab3
- Update to 0.7.0
1a3ab3
1a3ab3
* Wed Sep 29 2010 jkeating - 0.6.4-6
1a3ab3
- Rebuilt for gcc bug 634757
1a3ab3
1a3ab3
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.6.4-5
1a3ab3
- Rebuild with newer gobject-introspection
1a3ab3
- Disable tests
1a3ab3
1a3ab3
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.6.4-4
1a3ab3
- Rebuild with new gobject-introspection
1a3ab3
- Drop gir-repository-devel
1a3ab3
1a3ab3
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.6.4-2
1a3ab3
- Rebuild against new gobject-introspection
1a3ab3
1a3ab3
* Thu Apr 08 2010 Bastien Nocera <bnocera@redhat.com> 0.6.4-1
1a3ab3
- Update to 0.6.4
1a3ab3
1a3ab3
* Wed Feb 17 2010 Bastien Nocera <bnocera@redhat.com> 0.6.1-2
1a3ab3
- Rebuild to update F-13 tag
1a3ab3
1a3ab3
* Wed Feb 17 2010 Bastien Nocera <bnocera@redhat.com> 0.6.1-1
1a3ab3
- Update to 0.6.1
1a3ab3
1a3ab3
* Mon Feb 15 2010 Bastien Nocera <bnocera@redhat.com> 0.6.0-1
1a3ab3
- Update to 0.6.0
1a3ab3
- Add introspection support
1a3ab3
1a3ab3
* Sun Nov 22 2009 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
1a3ab3
- Update to 0.5.1
1a3ab3
- Fixes queries with non-ASCII characters
1a3ab3
1a3ab3
* Tue Sep 22 2009 Bastien Nocera <bnocera@redhat.com> 0.5.0-1
1a3ab3
- Update to 0.5.0
1a3ab3
1a3ab3
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 0.4.0-3
1a3ab3
- Fix source URL
1a3ab3
1a3ab3
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2
1a3ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1a3ab3
1a3ab3
* Mon Jul 20 2009 Bastien Nocera <bnocera@redhat.com> 0.4.0-1
1a3ab3
- Update to 0.4.0
1a3ab3
1a3ab3
* Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.3.0-1
1a3ab3
- Update to 0.3.0
1a3ab3
1a3ab3
* Sat Apr 25 2009 Bastien Nocera <bnocera@redhat.com> 0.2.0-1
1a3ab3
- Update to 0.2.0
1a3ab3
1a3ab3
* Mon Apr 06 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.1-2
1a3ab3
- Add check, snippet from Jason Tibbitts
1a3ab3
1a3ab3
* Wed Apr 01 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.1-1
1a3ab3
- Update to 0.1.1
1a3ab3
1a3ab3
* Wed Apr 01 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-1
1a3ab3
- First package
1a3ab3