[libgee] - Update to 0.5.2. - Remove buildroot & clean section. No longer needed.

Brian Pepple bpepple at fedoraproject.org
Thu Aug 26 00:38:30 UTC 2010


commit ca3a37722bff3f0ae211ec45ac12942a0e918bfc
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Wed Aug 25 20:38:29 2010 -0400

    - Update to 0.5.2.
    - Remove buildroot & clean section. No longer needed.

 .gitignore  |    1 +
 libgee.spec |   13 ++++++-------
 sources     |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f6266c..438b18e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libgee-0.5.1.tar.bz2
+/libgee-0.5.2.tar.bz2
diff --git a/libgee.spec b/libgee.spec
index d91ba12..85f18d1 100644
--- a/libgee.spec
+++ b/libgee.spec
@@ -1,5 +1,5 @@
 Name:           libgee
-Version:        0.5.1
+Version:        0.5.2
 Release:        1%{?dist}
 Summary:        GObject collection library
 
@@ -8,7 +8,6 @@ License:        LGPLv2+
 URL:            http://live.gnome.org/Libgee
 #VCS:		git:git://git.gnome.org/libgee
 Source0:        http://download.gnome.org/sources/libgee/0.5/libgee-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glib2-devel
 
@@ -66,10 +65,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -85,11 +80,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/gee-1.0.pc
-%{_datadir}/gir-1.0/Gee-1.0.gir
+#%{_datadir}/gir-1.0/Gee-1.0.gir
 %{_datadir}/vala/vapi/gee-1.0.vapi
 
 
 %changelog
+* Wed Aug 25 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.5.2-1
+- Update to 0.5.2.
+- Remove buildroot & clean section. No longer needed.
+
 * Thu Jun 17 2010 Michel Salim <salimma at fedoraproject.org> - 0.5.1-1
 - Update to 0.5.1
 
diff --git a/sources b/sources
index 72eccc9..ae1726e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-59789b5b266beadfb8b51bf2c96211b3  libgee-0.5.1.tar.bz2
+fc5a36eb5f61154a1456cbb8b1798e41  libgee-0.5.2.tar.bz2


More information about the scm-commits mailing list