Upstream version 0.7.1-d5a8 (fix libtool versionning)

This commit is contained in:
Marc-André Lureau 2011-07-26 18:54:50 +02:00
parent 38e623a7c2
commit 6ec183f3db
3 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
a47ca51ef4bb27cab35ddbfb9e6c0fff spice-gtk-0.7.tar.bz2
d72b9090ebc9cb68f65f4e656f43ecf6 spice-gtk-0.7.1-d5a8.tar.bz2

View File

@ -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@redhat.com> - 0.7.1-1
- Upstream version 0.7.1-d5a8 (fix libtool versionning)
* Tue Jul 19 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.7-1
- Upstream release 0.7