[libgdata/f16] 0.10.1

Matthias Clasen mclasen at fedoraproject.org
Tue Sep 20 02:07:45 UTC 2011


commit 764a5909925206637efb46bb4c02a9d9beecde0d
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Sep 19 22:07:01 2011 -0400

    0.10.1

 .gitignore    |    1 +
 libgdata.spec |   14 +++++---------
 sources       |    2 +-
 3 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 358e557..772d91d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ libgdata-0.6.4.tar.bz2
 /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 c80ef24..ac18126 100644
--- a/libgdata.spec
+++ b/libgdata.spec
@@ -1,5 +1,5 @@
 Name:           libgdata
-Version:        0.10.0
+Version:        0.10.1
 Release:        1%{?dist}
 Summary:        Library for the GData protocol
 
@@ -7,7 +7,6 @@ Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://live.gnome.org/libgdata
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.10/%{name}-%{version}.tar.xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 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 <mclasen at redhat.com> 0.10.1-1
+- Update to 0.10.1
+
 * Wed Aug 24 2011 Bastien Nocera <bnocera at redhat.com> 0.10.0-1
 - Update to 0.10.0
 
diff --git a/sources b/sources
index 3905b7f..76191ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ba12a2864db101fd8094f9b46fd8f16  libgdata-0.10.0.tar.xz
+f01492964aec95215f7c7ab45c763ae4  libgdata-0.10.1.tar.xz


More information about the scm-commits mailing list