[spice] New upstream release 0.10.1

Hans de Goede jwrdegoede at fedoraproject.org
Mon Jan 23 16:54:22 UTC 2012


commit 44c79b60f51b2f029f7d5a2f5ac188d078f60fd1
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Mon Jan 23 17:55:39 2012 +0100

    New upstream release 0.10.1

 .gitignore |    1 +
 sources    |    2 +-
 spice.spec |   15 ++++++---------
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 716a9fc..b9ba3d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ spice-0.5.3.tar.bz2
 /spice-0.9.0.tar.bz2
 /spice-0.9.1.tar.bz2
 /spice-0.10.0.tar.bz2
+/spice-0.10.1.tar.bz2
diff --git a/sources b/sources
index ba19102..d36af25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d9f0b0280c9e2291623c9560e156be26  spice-0.10.0.tar.bz2
+70060129e274241b4a08e23e86de29a3  spice-0.10.1.tar.bz2
diff --git a/spice.spec b/spice.spec
index 561c147..278cd9b 100644
--- a/spice.spec
+++ b/spice.spec
@@ -1,6 +1,6 @@
 Name:           spice
-Version:        0.10.0
-Release:        2%{?dist}
+Version:        0.10.1
+Release:        1%{?dist}
 Summary:        Implements the SPICE protocol
 Group:          User Interface/Desktops
 License:        LGPLv2+
@@ -12,7 +12,7 @@ Source1:        spice-xpi-client-spicec
 ExclusiveArch:  i686 x86_64
 
 BuildRequires:  pkgconfig
-BuildRequires:  spice-protocol >= 0.9.1
+BuildRequires:  spice-protocol >= 0.10.1
 BuildRequires:  celt051-devel
 BuildRequires:  pixman-devel alsa-lib-devel openssl-devel libjpeg-devel
 BuildRequires:  libXrandr-devel cegui06-devel
@@ -70,12 +70,9 @@ using spice-server, you will need to install spice-server-devel.
 
 %build
 %configure --enable-gui --enable-smartcard
-make -C common WARN_CFLAGS='' %{?_smp_mflags}
-make -C client WARN_CFLAGS='' %{?_smp_mflags}
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} -C client install
 make DESTDIR=%{buildroot} install
 rm -f %{buildroot}%{_libdir}/libspice-server.a
 rm -f %{buildroot}%{_libdir}/libspice-server.la
@@ -84,7 +81,6 @@ touch %{buildroot}%{_libexecdir}/spice-xpi-client
 install -m 0755 %{_sourcedir}/spice-xpi-client-spicec %{buildroot}%{_libexecdir}/
 
 %files client
-%defattr(-,root,root,-)
 %doc COPYING README NEWS
 %{_bindir}/spicec
 %ghost %{_libexecdir}/spice-xpi-client
@@ -100,7 +96,6 @@ if [ $1 -eq 0 ] ; then
 fi
 
 %files server
-%defattr(-,root,root,-)
 %doc COPYING README NEWS
 %{_libdir}/libspice-server.so.1
 %{_libdir}/libspice-server.so.1.0.2
@@ -110,12 +105,14 @@ fi
 %postun server -p /sbin/ldconfig
 
 %files server-devel
-%defattr(-,root,root,-)
 %{_includedir}/spice-server
 %{_libdir}/libspice-server.so
 %{_libdir}/pkgconfig/spice-server.pc
 
 %changelog
+* Mon Jan 23 2012 Hans de Goede <hdegoede at redhat.com> - 0.10.1-1
+- New upstream release 0.10.1
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list