[spice-gtk] Upstream version 0.7.1-d5a8 (fix libtool versionning)

Marc-André Lureau elmarco at fedoraproject.org
Tue Jul 26 16:55:20 UTC 2011


commit 6ec183f3db6755c20cc350a5875bb90d849d987b
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Tue Jul 26 18:54:50 2011 +0200

    Upstream version 0.7.1-d5a8 (fix libtool versionning)

 .gitignore     |    1 +
 sources        |    2 +-
 spice-gtk.spec |   14 +++++++++++---
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 271ab93..a7280ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /spice-gtk-0.5.tar.bz2
 /spice-gtk-0.6.tar.bz2
 /spice-gtk-0.7.tar.bz2
+/spice-gtk-0.7.1-d5a8.tar.bz2
diff --git a/sources b/sources
index f1614bd..a93a326 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a47ca51ef4bb27cab35ddbfb9e6c0fff  spice-gtk-0.7.tar.bz2
+d72b9090ebc9cb68f65f4e656f43ecf6  spice-gtk-0.7.1-d5a8.tar.bz2
diff --git a/spice-gtk.spec b/spice-gtk.spec
index 23f9b9f..76cf462 100644
--- a/spice-gtk.spec
+++ b/spice-gtk.spec
@@ -8,16 +8,17 @@
 %if 0%{fedora} >= 15
 %define with_gtk3 1
 %endif
+%define _version_suffix -d5a8
 
 Name:           spice-gtk
-Version:        0.7
+Version:        0.7.1
 Release:        1%{?dist}
 Summary:        A GTK2 widget for SPICE clients
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://spice-space.org/page/Spice-Gtk
-Source0:        http://www.spice-space.org/download/gtk/%{name}-%{version}.tar.bz2
+Source0:        http://www.spice-space.org/download/gtk/%{name}-%{version}%{?_version_suffix}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: intltool
@@ -117,7 +118,11 @@ spicy is a client to a SPICE desktop server.
 snappy is a tool to capture screen-shots of a SPICE desktop.
 
 %prep
-%setup -q -n spice-gtk-%{version} -c
+%setup -q -n spice-gtk-%{version}%{?_version_suffix} -c
+
+if [ -n '%{?_version_suffix}' ]; then
+  mv spice-gtk-%{version}%{?_version_suffix} spice-gtk-%{version}
+fi
 
 %if %{with_gtk3}
 cp -a spice-gtk-%{version} spice-gtk3-%{version}
@@ -224,6 +229,9 @@ rm -rf %{buildroot}
 %{_bindir}/spicy-stats
 
 %changelog
+* Tue Jul 26 2011 Marc-André Lureau <marcandre.lureau at redhat.com> - 0.7.1-1
+- Upstream version 0.7.1-d5a8 (fix libtool versionning)
+
 * Tue Jul 19 2011 Marc-André Lureau <marcandre.lureau at redhat.com> - 0.7-1
 - Upstream release 0.7
 


More information about the scm-commits mailing list