[spice] - Update to 0.6.3 - Enable GUI

Hans de Goede jwrdegoede at fedoraproject.org
Mon Oct 18 17:06:59 UTC 2010


commit aa6d1d877a5a7032fd5828d597622f875da73e1b
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Mon Oct 18 19:10:07 2010 +0200

    - Update to 0.6.3
    - Enable GUI

 .gitignore |    1 +
 sources    |    2 +-
 spice.spec |   21 ++++++++++++---------
 3 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2d5e2b6..ab9d34a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 spice-0.5.3.tar.bz2
 /spice-0.6.0.tar.bz2
 /spice-0.6.1.tar.bz2
+/spice-0.6.3.tar.bz2
diff --git a/sources b/sources
index db0f2dc..19efe6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf713d6a3388c5583e7cc1ec6b50ff9b  spice-0.6.1.tar.bz2
+b332bd61610f3b7c0987bd64ebfd6d56  spice-0.6.3.tar.bz2
diff --git a/spice.spec b/spice.spec
index c02bf02..67d1bca 100644
--- a/spice.spec
+++ b/spice.spec
@@ -1,5 +1,5 @@
 Name:           spice
-Version:        0.6.1
+Version:        0.6.3
 Release:        1%{?dist}
 Summary:        Implements the SPICE protocol
 Group:          User Interface/Desktops
@@ -11,10 +11,10 @@ Source0:        http://www.spice-space.org/download/releases/%{name}-%{version}.
 ExclusiveArch:  i686 x86_64
 
 BuildRequires:  pkgconfig
-BuildRequires:  spice-protocol >= 0.6.0
+BuildRequires:  spice-protocol >= 0.6.3
 BuildRequires:  celt051-devel
 BuildRequires:  pixman-devel alsa-lib-devel openssl-devel libjpeg-devel
-BuildRequires:  libXrandr-devel
+BuildRequires:  libXrandr-devel cegui-devel
 
 %description
 The Simple Protocol for Independent Computing Environments (SPICE) is
@@ -62,10 +62,10 @@ documentation for spice-server. If you like to develop programs
 using spice-server, you will need to install spice-server-devel.
 
 %prep
-%setup -q -n spice-%{version}
+%setup -q
 
 %build
-%configure
+%configure --enable-gui
 make -C client %{?_smp_mflags}
 %ifarch x86_64
 make %{?_smp_mflags}
@@ -80,14 +80,14 @@ rm -f %{buildroot}%{_libdir}/libspice-server.la
 %endif
 
 %files client
-%defattr(-, root, root)
+%defattr(-,root,root,-)
 %doc COPYING README NEWS
 %{_bindir}/spicec
 
 %ifarch x86_64
 
 %files server
-%defattr(-, root, root)
+%defattr(-,root,root,-)
 %doc COPYING README NEWS
 %{_libdir}/libspice-server.so.1
 %{_libdir}/libspice-server.so.1.0.2
@@ -97,8 +97,7 @@ rm -f %{buildroot}%{_libdir}/libspice-server.la
 %postun server -p /sbin/ldconfig
 
 %files server-devel
-%defattr(-, root, root)
-%doc COPYING README NEWS
+%defattr(-,root,root,-)
 %{_includedir}/spice-server
 %{_libdir}/libspice-server.so
 %{_libdir}/pkgconfig/spice-server.pc
@@ -106,6 +105,10 @@ rm -f %{buildroot}%{_libdir}/libspice-server.la
 %endif
 
 %changelog
+* Mon Oct 18 2010 Hans de Goede <hdegoede at redhat.com> - 0.6.3-1
+- Update to 0.6.3
+- Enable GUI
+
 * Thu Sep 30 2010 Gerd Hoffmann <kraxel at redhat.com> - 0.6.1-1
 - Update to 0.6.1.
 


More information about the scm-commits mailing list