[clutter-gst] 1.3.4

Peter Robinson pbrobinson at fedoraproject.org
Mon Jan 10 16:58:43 UTC 2011


commit 9de2117772e2fee59bbe8a47baafd756363a70b3
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Jan 10 16:58:33 2011 +0000

    1.3.4

 .gitignore       |    1 +
 clutter-gst.spec |   16 +++++++---------
 sources          |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6fe7121..1d3dc23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /clutter-gst-1.3.2.tar.bz2
+/clutter-gst-1.3.4.tar.bz2
diff --git a/clutter-gst.spec b/clutter-gst.spec
index 1cd8180..9c7338b 100644
--- a/clutter-gst.spec
+++ b/clutter-gst.spec
@@ -1,13 +1,12 @@
 Name:           clutter-gst
-Version:        1.3.2
-Release:        2%{?dist}
+Version:        1.3.4
+Release:        1%{?dist}
 Summary:        ClutterMedia interface to GStreamer
 
 Group:          Development/Languages
 License:        LGPLv2+
 URL:            http://www.clutter-project.org
 Source0:        http://www.clutter-project.org/sources/%{name}/1.3/%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  clutter-devel
 BuildRequires:  gobject-introspection-devel
@@ -39,15 +38,11 @@ clutter-gst
 make %{?_smp_mflags} V=1
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
+make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
 
 #Remove libtool archives.
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -67,12 +62,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gir-1.0/ClutterGst-1.0.gir
 
 %changelog
+* Mon Jan 10 2011 Peter Robinson <pbrobinson at gmail.com> 1.3.4-1
+- New upstream 1.3.4 release
+
 * Wed Nov 17 2010 Michel Salim <salimma at fedoraproject.org> - 1.3.2-2
 - Update Source0 location
 - Build against new Clutter stack
 
 * Tue Sep 21 2010 Peter Robinson <pbrobinson at gmail.com> 1.3.2-1
-- New upstream 1.3.2 stable release
+- New upstream 1.3.2 release
 
 * Sun Aug 21 2010 Peter Robinson <pbrobinson at gmail.com> 1.2.0-1
 - New upstream 1.2.0 stable release
diff --git a/sources b/sources
index 26364a0..259d6cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4c0f5de7ef786dc2b8c82d27c75c85c  clutter-gst-1.3.2.tar.bz2
+4f74f78df215cba54444dd6256a29bd4  clutter-gst-1.3.4.tar.bz2


More information about the scm-commits mailing list