diff --git a/.gitignore b/.gitignore index e42abaa..772d91d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ libgdata-0.6.4.tar.bz2 /libgdata-0.9.0.tar.xz /libgdata-0.9.1.tar.bz2 /libgdata-0.9.1.tar.xz +/libgdata-0.10.0.tar.xz +/libgdata-0.10.1.tar.xz diff --git a/libgdata.spec b/libgdata.spec index 5332019..c35dbdc 100644 --- a/libgdata.spec +++ b/libgdata.spec @@ -1,13 +1,12 @@ Name: libgdata -Version: 0.9.1 +Version: 0.10.1 Release: 1%{?dist} Summary: Library for the GData protocol Group: System Environment/Libraries License: LGPLv2+ URL: http://live.gnome.org/libgdata -Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.9/%{name}-%{version}.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.10/%{name}-%{version}.tar.xz BuildRequires: glib2-devel libsoup-devel libxml2-devel gtk-doc intltool BuildRequires: gobject-introspection-devel liboauth-devel @@ -37,20 +36,16 @@ developing applications that use %{name}. %setup -q %build -%configure --disable-static +%configure --disable-static make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %find_lang gdata -%clean -rm -rf $RPM_BUILD_ROOT - %check # Only the general test can be run without network access # Actually, the general test doesn't work either without gconf @@ -63,13 +58,11 @@ rm -rf $RPM_BUILD_ROOT %files -f gdata.lang -%defattr(-,root,root,-) %doc COPYING NEWS README AUTHORS %{_libdir}/*.so.* %{_libdir}/girepository-1.0/GData-0.0.typelib %files devel -%defattr(-,root,root,-) %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc @@ -77,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gir-1.0/GData-0.0.gir %changelog +* 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 diff --git a/sources b/sources index c52c3de..76191ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f806a0c7ef1f111a21bbc0fe1b78a2a libgdata-0.9.1.tar.xz +f01492964aec95215f7c7ab45c763ae4 libgdata-0.10.1.tar.xz