Upstream version 0.7.1-d5a8 (fix libtool versionning)
This commit is contained in:
parent
38e623a7c2
commit
6ec183f3db
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
a47ca51ef4bb27cab35ddbfb9e6c0fff spice-gtk-0.7.tar.bz2
|
||||
d72b9090ebc9cb68f65f4e656f43ecf6 spice-gtk-0.7.1-d5a8.tar.bz2
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user