From 1a3ab3a6fcfccd2eefbfb37cecb6b61305a84448 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Jul 17 2013 03:15:38 +0000 Subject: import libgdata-0.13.3-2.el7.src.rpm --- diff --git a/.libgdata.metadata b/.libgdata.metadata new file mode 100644 index 0000000..ecc2f54 --- /dev/null +++ b/.libgdata.metadata @@ -0,0 +1 @@ +b8b46b21d04ea78bf734b9ac42bfe757fa08287e SOURCES/libgdata-0.13.3.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/libgdata.spec b/SPECS/libgdata.spec new file mode 100644 index 0000000..d334482 --- /dev/null +++ b/SPECS/libgdata.spec @@ -0,0 +1,199 @@ +Name: libgdata +Version: 0.13.3 +Release: 2%{?dist} +Summary: Library for the GData protocol + +Group: System Environment/Libraries +License: LGPLv2+ +URL: http://live.gnome.org/libgdata +Source0: http://download.gnome.org/sources/%{name}/0.13/%{name}-%{version}.tar.xz + +BuildRequires: glib2-devel libsoup-devel libxml2-devel gtk-doc intltool +BuildRequires: gcr-devel +BuildRequires: libgnome-keyring-devel +BuildRequires: gnome-online-accounts-devel +BuildRequires: gobject-introspection-devel liboauth-devel +BuildRequires: vala-devel +BuildRequires: vala-tools +Requires: gobject-introspection + +%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} +Requires: pkgconfig +Requires: gobject-introspection-devel + +# https://bugzilla.gnome.org/show_bug.cgi?id=610273 +BuildRequires: libtool + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%prep +%setup -q + +%build +%configure --disable-static +make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing" + +%install +make install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' + +%find_lang gdata + + +%check +# Only the general test can be run without network access +# Actually, the general test doesn't work either without gconf +#cd gdata/tests +#./general + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files -f gdata.lang +%doc COPYING NEWS README AUTHORS +%{_libdir}/*.so.* +%{_libdir}/girepository-1.0/GData-0.0.typelib + +%files devel +%{_includedir}/* +%{_libdir}/*.so +%{_libdir}/pkgconfig/%{name}.pc +%{_datadir}/gtk-doc/ +%{_datadir}/gir-1.0/GData-0.0.gir +%{_datadir}/vala/ + +%changelog +* Tue Jul 16 2013 Matthias Clasen - 0.13.3-2 +- Disable strict aliasing, since the code is not strict-aliasing-clean + +* Tue Feb 26 2013 Kalev Lember - 0.13.3-1 +- Update to 0.13.3 +- Add vala bindings + +* Tue Feb 19 2013 Bastien Nocera 0.13.2-3 +- Co-own the gtk-doc directory (#604382) + +* Thu Feb 14 2013 Fedora Release Engineering - 0.13.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Oct 02 2012 Kalev Lember - 0.13.2-1 +- Update to 0.13.2 + +* Sun Aug 12 2012 Debarshi Ray - 0.13.1-2 +- Add BuildRequires: gcr-devel gnome-online-accounts-devel + +* Tue Jul 31 2012 Richard Hughes - 0.13.1-1 +- Update to 0.13.1 + +* Thu Jul 19 2012 Fedora Release Engineering - 0.13.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri May 18 2012 Richard Hughes - 0.13.0-1 +- Update to 0.13.0 + +* Tue Apr 17 2012 Kalev Lember - 0.12.0-1 +- Update to 0.12.0 + +* Thu Mar 15 2012 Matthias Clasen - 0.11.1-1 +- Update to 0.11.1 + +* Tue Jan 17 2012 Dan HorĂ¡k - 0.11.0-3 +- update BR + +* Fri Jan 13 2012 Fedora Release Engineering - 0.11.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Dec 20 2011 Matthias Clasen - 0.11.0-1 +- Update to 0.11.0 + +* Mon Sep 19 2011 Matthias Clasen - 0.10.1-1 +- Update to 0.10.1 + +* Mon Jul 04 2011 Matthew Barnes 0.9.1-1 +- Update to 0.9.1 + +* Mon Jun 13 2011 Bastien Nocera 0.9.0-1 +- Update to 0.9.0 + +* Fri May 20 2011 Bastien Nocera 0.8.1-1 +- Update to 0.8.1 + +* Mon Feb 07 2011 Fedora Release Engineering - 0.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Jan 17 2011 Bastien Nocera 0.8.0-1 +- Update to 0.8.0 + +* Mon Oct 18 2010 Bastien Nocera 0.7.0-1 +- Update to 0.7.0 + +* Wed Sep 29 2010 jkeating - 0.6.4-6 +- Rebuilt for gcc bug 634757 + +* Wed Sep 22 2010 Matthias Clasen - 0.6.4-5 +- Rebuild with newer gobject-introspection +- Disable tests + +* Thu Jul 15 2010 Colin Walters - 0.6.4-4 +- Rebuild with new gobject-introspection +- Drop gir-repository-devel + +* Mon Jul 12 2010 Colin Walters - 0.6.4-2 +- Rebuild against new gobject-introspection + +* Thu Apr 08 2010 Bastien Nocera 0.6.4-1 +- Update to 0.6.4 + +* Wed Feb 17 2010 Bastien Nocera 0.6.1-2 +- Rebuild to update F-13 tag + +* Wed Feb 17 2010 Bastien Nocera 0.6.1-1 +- Update to 0.6.1 + +* Mon Feb 15 2010 Bastien Nocera 0.6.0-1 +- Update to 0.6.0 +- Add introspection support + +* Sun Nov 22 2009 Bastien Nocera 0.5.1-1 +- Update to 0.5.1 +- Fixes queries with non-ASCII characters + +* Tue Sep 22 2009 Bastien Nocera 0.5.0-1 +- Update to 0.5.0 + +* Tue Aug 11 2009 Bastien Nocera 0.4.0-3 +- Fix source URL + +* Fri Jul 24 2009 Fedora Release Engineering - 0.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Jul 20 2009 Bastien Nocera 0.4.0-1 +- Update to 0.4.0 + +* Tue May 26 2009 Bastien Nocera 0.3.0-1 +- Update to 0.3.0 + +* Sat Apr 25 2009 Bastien Nocera 0.2.0-1 +- Update to 0.2.0 + +* Mon Apr 06 2009 - Bastien Nocera - 0.1.1-2 +- Add check, snippet from Jason Tibbitts + +* Wed Apr 01 2009 - Bastien Nocera - 0.1.1-1 +- Update to 0.1.1 + +* Wed Apr 01 2009 - Bastien Nocera - 0.1.0-1 +- First package +