[sugar-artwork] 0.94.0

Peter Robinson pbrobinson at fedoraproject.org
Thu Sep 29 16:36:04 UTC 2011


commit e29a1a9151d5f2f0c714062d4dc232e857a3f248
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Sep 29 17:35:36 2011 +0100

    0.94.0

 .gitignore         |    1 +
 sources            |    2 +-
 sugar-artwork.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3e6ec4..02d3311 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ sugar-artwork-0.89.2.tar.bz2
 /sugar-artwork-0.93.2.tar.bz2
 /sugar-artwork-0.93.3.tar.bz2
 /sugar-artwork-0.93.4.tar.bz2
+/sugar-artwork-0.94.0.tar.bz2
diff --git a/sources b/sources
index 192a8c6..323b7d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-307d0928e7695c6efa63ebc61092500c  sugar-artwork-0.93.4.tar.bz2
+3c5da23d2b43f7d66ec823b73e7980a6  sugar-artwork-0.94.0.tar.bz2
diff --git a/sugar-artwork.spec b/sugar-artwork.spec
index 85f4815..c0f3d14 100644
--- a/sugar-artwork.spec
+++ b/sugar-artwork.spec
@@ -1,6 +1,6 @@
 Summary: Artwork for Sugar look-and-feel
 Name: sugar-artwork
-Version: 0.93.4
+Version: 0.94.0
 Release: 1%{?dist}
 URL: http://sugarlabs.org
 Group: User Interface/Desktops
@@ -28,9 +28,9 @@ look and feel.
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=%{buildroot} install
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/*.la
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 %post
 touch --no-create %{_datadir}/icons/sugar || :
@@ -50,6 +50,9 @@ touch --no-create %{_datadir}/icons/sugar || :
 %{_libdir}/gtk-2.0/*/engines/*.so
 
 %changelog
+* Thu Sep 29 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 0.94.0-1
+- 0.94.0 stable release
+
 * Tue Sep 20 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 0.93.4-1
 - 0.93.4 dev release
 


More information about the scm-commits mailing list