2009-04-06 13:31:29 +00:00
|
|
|
Name: libgdata
|
2014-05-28 07:44:46 +00:00
|
|
|
Version: 0.15.1
|
2014-06-07 03:27:42 +00:00
|
|
|
Release: 2%{?dist}
|
2009-04-06 13:31:29 +00:00
|
|
|
Summary: Library for the GData protocol
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://live.gnome.org/libgdata
|
2014-01-08 15:01:51 +00:00
|
|
|
Source0: http://download.gnome.org/sources/%{name}/0.15/%{name}-%{version}.tar.xz
|
2009-04-06 13:31:29 +00:00
|
|
|
|
2012-08-12 15:47:10 +00:00
|
|
|
BuildRequires: gcr-devel
|
2014-04-16 13:28:11 +00:00
|
|
|
BuildRequires: glib2-devel
|
2012-08-12 15:31:03 +00:00
|
|
|
BuildRequires: gnome-online-accounts-devel
|
2014-04-16 13:28:11 +00:00
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: uhttpmock-devel
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: json-glib-devel
|
|
|
|
BuildRequires: libgnome-keyring-devel
|
|
|
|
BuildRequires: liboauth-devel
|
|
|
|
BuildRequires: libsoup-devel
|
|
|
|
BuildRequires: libxml2-devel
|
2013-02-26 08:03:41 +00:00
|
|
|
BuildRequires: vala-devel
|
|
|
|
BuildRequires: vala-tools
|
2010-02-15 16:14:43 +00:00
|
|
|
Requires: gobject-introspection
|
2009-04-06 13:31:29 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
libgdata is a GLib-based library for accessing online service APIs using the
|
|
|
|
GData protocol --- most notably, Google's services. It provides APIs to access
|
|
|
|
the common Google services, and has full asynchronous support.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2011-09-20 03:15:56 +00:00
|
|
|
%configure --disable-static
|
2013-07-17 11:34:54 +00:00
|
|
|
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
|
2009-04-06 13:31:29 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
2009-04-24 23:56:54 +00:00
|
|
|
%find_lang gdata
|
|
|
|
|
2009-04-06 13:31:29 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
# Only the general test can be run without network access
|
2010-09-22 17:08:56 +00:00
|
|
|
# Actually, the general test doesn't work either without gconf
|
|
|
|
#cd gdata/tests
|
|
|
|
#./general
|
2009-04-06 13:31:29 +00:00
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
2009-04-24 23:56:54 +00:00
|
|
|
%files -f gdata.lang
|
2010-02-15 16:14:43 +00:00
|
|
|
%doc COPYING NEWS README AUTHORS
|
2014-05-28 07:52:46 +00:00
|
|
|
%{_libdir}/libgdata.so.19*
|
2010-02-15 16:14:43 +00:00
|
|
|
%{_libdir}/girepository-1.0/GData-0.0.typelib
|
2009-04-06 13:31:29 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/*
|
2014-05-28 07:52:46 +00:00
|
|
|
%{_libdir}/libgdata.so
|
2009-04-06 13:31:29 +00:00
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
2013-02-19 14:15:43 +00:00
|
|
|
%{_datadir}/gtk-doc/
|
2010-02-15 16:14:43 +00:00
|
|
|
%{_datadir}/gir-1.0/GData-0.0.gir
|
2013-02-26 08:03:41 +00:00
|
|
|
%{_datadir}/vala/
|
2009-04-06 13:31:29 +00:00
|
|
|
|
|
|
|
%changelog
|
2014-06-07 03:27:42 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-28 07:44:46 +00:00
|
|
|
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 0.15.1-1
|
|
|
|
- Update to 0.15.1
|
|
|
|
|
2014-01-08 15:01:51 +00:00
|
|
|
* Wed Jan 08 2014 Richard Hughes <rhughes@redhat.com> - 0.15.0-1
|
|
|
|
- Update to 0.15.0
|
|
|
|
|
2013-08-29 16:17:04 +00:00
|
|
|
* Thu Aug 29 2013 Kalev Lember <kalevlember@gmail.com> - 0.14.0-1
|
|
|
|
- Update to 0.14.0
|
|
|
|
|
2013-08-10 11:59:07 +00:00
|
|
|
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 0.13.4-1
|
|
|
|
- Update to 0.13.4
|
|
|
|
|
2013-08-03 05:30:57 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-17 11:34:54 +00:00
|
|
|
* Tue Jul 16 2013 Matthias Clasen <mclasen@redhat.com> - 0.13.3-2
|
|
|
|
- Disable strict aliasing, since the code is not strict-aliasing-clean
|
|
|
|
|
2013-02-26 07:46:33 +00:00
|
|
|
* Tue Feb 26 2013 Kalev Lember <kalevlember@gmail.com> - 0.13.3-1
|
|
|
|
- Update to 0.13.3
|
2013-02-26 08:03:41 +00:00
|
|
|
- Add vala bindings
|
2013-02-26 07:46:33 +00:00
|
|
|
|
2013-02-19 14:15:43 +00:00
|
|
|
* Tue Feb 19 2013 Bastien Nocera <bnocera@redhat.com> 0.13.2-3
|
|
|
|
- Co-own the gtk-doc directory (#604382)
|
|
|
|
|
2013-02-14 04:23:04 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-10-02 17:26:30 +00:00
|
|
|
* Tue Oct 02 2012 Kalev Lember <kalevlember@gmail.com> - 0.13.2-1
|
|
|
|
- Update to 0.13.2
|
|
|
|
|
2012-08-12 15:31:03 +00:00
|
|
|
* Sun Aug 12 2012 Debarshi Ray <rishi@fedoraproject.org> - 0.13.1-2
|
2012-08-12 15:47:10 +00:00
|
|
|
- Add BuildRequires: gcr-devel gnome-online-accounts-devel
|
2012-08-12 15:31:03 +00:00
|
|
|
|
2012-07-31 09:31:00 +00:00
|
|
|
* Tue Jul 31 2012 Richard Hughes <hughsient@gmail.com> - 0.13.1-1
|
|
|
|
- Update to 0.13.1
|
|
|
|
|
2012-07-19 19:50:04 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-18 12:07:17 +00:00
|
|
|
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 0.13.0-1
|
|
|
|
- Update to 0.13.0
|
|
|
|
|
2012-04-17 18:45:19 +00:00
|
|
|
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 0.12.0-1
|
|
|
|
- Update to 0.12.0
|
|
|
|
|
2012-03-16 01:53:56 +00:00
|
|
|
* Thu Mar 15 2012 Matthias Clasen <mclasen@redhat.com> - 0.11.1-1
|
|
|
|
- Update to 0.11.1
|
|
|
|
|
2012-01-17 13:35:23 +00:00
|
|
|
* Tue Jan 17 2012 Dan Horák <dan[at]danny.cz> - 0.11.0-3
|
|
|
|
- update BR
|
|
|
|
|
2012-01-13 07:43:09 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-21 03:47:03 +00:00
|
|
|
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.0-1
|
|
|
|
- Update to 0.11.0
|
|
|
|
|
2011-09-20 03:15:56 +00:00
|
|
|
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 0.10.1-1
|
|
|
|
- Update to 0.10.1
|
|
|
|
|
2011-07-04 21:14:40 +00:00
|
|
|
* Mon Jul 04 2011 Matthew Barnes <mbarnes@redhat.com> 0.9.1-1
|
|
|
|
- Update to 0.9.1
|
|
|
|
|
2011-06-13 09:13:53 +00:00
|
|
|
* Mon Jun 13 2011 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
|
|
|
|
- Update to 0.9.0
|
|
|
|
|
2011-05-20 14:32:45 +00:00
|
|
|
* Fri May 20 2011 Bastien Nocera <bnocera@redhat.com> 0.8.1-1
|
|
|
|
- Update to 0.8.1
|
|
|
|
|
2011-02-08 05:57:01 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-17 17:46:08 +00:00
|
|
|
* Mon Jan 17 2011 Bastien Nocera <bnocera@redhat.com> 0.8.0-1
|
|
|
|
- Update to 0.8.0
|
|
|
|
|
2010-10-18 12:22:29 +00:00
|
|
|
* Mon Oct 18 2010 Bastien Nocera <bnocera@redhat.com> 0.7.0-1
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
2010-09-29 21:38:20 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 0.6.4-6
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-22 16:48:54 +00:00
|
|
|
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.6.4-5
|
|
|
|
- Rebuild with newer gobject-introspection
|
2010-09-22 17:08:56 +00:00
|
|
|
- Disable tests
|
2010-09-22 16:48:54 +00:00
|
|
|
|
2010-07-15 19:20:45 +00:00
|
|
|
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.6.4-4
|
2010-07-15 18:56:38 +00:00
|
|
|
- Rebuild with new gobject-introspection
|
2010-07-15 19:20:45 +00:00
|
|
|
- Drop gir-repository-devel
|
2010-07-15 18:56:38 +00:00
|
|
|
|
2010-07-12 19:02:39 +00:00
|
|
|
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.6.4-2
|
|
|
|
- Rebuild against new gobject-introspection
|
|
|
|
|
2010-04-08 12:33:04 +00:00
|
|
|
* Thu Apr 08 2010 Bastien Nocera <bnocera@redhat.com> 0.6.4-1
|
|
|
|
- Update to 0.6.4
|
|
|
|
|
2010-02-17 16:35:21 +00:00
|
|
|
* Wed Feb 17 2010 Bastien Nocera <bnocera@redhat.com> 0.6.1-2
|
|
|
|
- Rebuild to update F-13 tag
|
|
|
|
|
2010-02-17 10:54:11 +00:00
|
|
|
* Wed Feb 17 2010 Bastien Nocera <bnocera@redhat.com> 0.6.1-1
|
|
|
|
- Update to 0.6.1
|
|
|
|
|
2010-02-15 15:50:57 +00:00
|
|
|
* Mon Feb 15 2010 Bastien Nocera <bnocera@redhat.com> 0.6.0-1
|
|
|
|
- Update to 0.6.0
|
2010-02-15 16:14:43 +00:00
|
|
|
- Add introspection support
|
2010-02-15 15:50:57 +00:00
|
|
|
|
|
|
|
* Sun Nov 22 2009 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
|
|
|
|
- Update to 0.5.1
|
|
|
|
- Fixes queries with non-ASCII characters
|
|
|
|
|
2009-09-22 09:24:02 +00:00
|
|
|
* Tue Sep 22 2009 Bastien Nocera <bnocera@redhat.com> 0.5.0-1
|
|
|
|
- Update to 0.5.0
|
|
|
|
|
2009-08-11 21:46:42 +00:00
|
|
|
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 0.4.0-3
|
|
|
|
- Fix source URL
|
|
|
|
|
2009-07-25 05:41:38 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-20 20:00:32 +00:00
|
|
|
* Mon Jul 20 2009 Bastien Nocera <bnocera@redhat.com> 0.4.0-1
|
|
|
|
- Update to 0.4.0
|
|
|
|
|
2009-05-26 15:37:52 +00:00
|
|
|
* Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.3.0-1
|
|
|
|
- Update to 0.3.0
|
|
|
|
|
2009-04-24 23:56:54 +00:00
|
|
|
* Sat Apr 25 2009 Bastien Nocera <bnocera@redhat.com> 0.2.0-1
|
|
|
|
- Update to 0.2.0
|
|
|
|
|
2009-04-06 13:31:29 +00:00
|
|
|
* Mon Apr 06 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.1-2
|
|
|
|
- Add check, snippet from Jason Tibbitts
|
|
|
|
|
|
|
|
* Wed Apr 01 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.1-1
|
|
|
|
- Update to 0.1.1
|
|
|
|
|
|
|
|
* Wed Apr 01 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-1
|
|
|
|
- First package
|
|
|
|
|