[sushi/f16] 0.0.5

Matthias Clasen mclasen at fedoraproject.org
Tue Jul 26 22:43:23 UTC 2011


commit 480809d61fe7d202a5072b44e094ecdd0ca22864
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Jul 26 18:23:08 2011 -0400

    0.0.5

 .gitignore |    1 +
 sources    |    2 +-
 sushi.spec |   13 +++++++------
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ec41d09..fe0a57f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /sushi-0.0.4.tar.xz
+/sushi-0.0.5.tar.xz
diff --git a/sources b/sources
index 4046459..4a0cb2b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7ac372e45d4ab1e4cd2837c595eb9e50  sushi-0.0.4.tar.xz
+fcfbd73573ec09249e99be91e0bb66fc  sushi-0.0.5.tar.xz
diff --git a/sushi.spec b/sushi.spec
index d149f0a..5b92da9 100644
--- a/sushi.spec
+++ b/sushi.spec
@@ -1,10 +1,10 @@
 Name:           sushi
-Version:        0.0.4
+Version:        0.0.5
 Release:        1%{?dist}
 Summary:        A quick previewer for Nautilus
 Group:          User Interface/Desktops
 
-License:        GPLv2+ with exceptions 
+License:        GPLv2+ with exceptions
 URL:            https://live.gnome.org/ThreePointOne/Features/FilePreviewing
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.0/%{name}-%{version}.tar.xz
 
@@ -22,9 +22,8 @@ BuildRequires:  webkitgtk3-devel
 
 #Description from upstream's README.
 %description
-This is sushi, 
-a quick previewer for Nautilus, 
-the GNOME desktop file manager.
+This is sushi, a quick previewer for Nautilus, the GNOME desktop
+file manager.
 
 %package        devel
 Summary:        Development files for %{name}
@@ -45,7 +44,6 @@ 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 %{name}
@@ -69,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %{_datadir}/gir-1.0
 
 %changelog
+* Tue Jul 26 2011 Matthias Clasen <mclasen at redhat.com> - 0.0.5-1
+- Update to 0.0.5
+
 * Sat Jul 09 2011 Elad Alfassa <elad at fedoraproject.org> - 0.0.4-1
 - Update to latest upstream version.
 


More information about the scm-commits mailing list