New upstream release 0.9.0
This commit is contained in:
parent
d8a3b3b372
commit
1657a51f95
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ spice-0.5.3.tar.bz2
|
|||||||
/spice-0.7.3.tar.bz2
|
/spice-0.7.3.tar.bz2
|
||||||
/spice-0.8.0.tar.bz2
|
/spice-0.8.0.tar.bz2
|
||||||
/spice-0.8.1.tar.bz2
|
/spice-0.8.1.tar.bz2
|
||||||
|
/spice-0.9.0.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
df682a42f4bc03fa5e35d2844a0e4b4b spice-0.8.1.tar.bz2
|
1d5dba257ee5079314c324bd910b01c3 spice-0.9.0.tar.bz2
|
||||||
|
10
spice.spec
10
spice.spec
@ -1,5 +1,5 @@
|
|||||||
Name: spice
|
Name: spice
|
||||||
Version: 0.8.1
|
Version: 0.9.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Implements the SPICE protocol
|
Summary: Implements the SPICE protocol
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -11,7 +11,7 @@ Source0: http://www.spice-space.org/download/releases/%{name}-%{version}.
|
|||||||
ExclusiveArch: i686 x86_64
|
ExclusiveArch: i686 x86_64
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: spice-protocol >= 0.7.1
|
BuildRequires: spice-protocol >= 0.8.1-2
|
||||||
BuildRequires: celt051-devel
|
BuildRequires: celt051-devel
|
||||||
BuildRequires: pixman-devel alsa-lib-devel openssl-devel libjpeg-devel
|
BuildRequires: pixman-devel alsa-lib-devel openssl-devel libjpeg-devel
|
||||||
BuildRequires: libXrandr-devel cegui06-devel
|
BuildRequires: libXrandr-devel cegui06-devel
|
||||||
@ -67,7 +67,8 @@ using spice-server, you will need to install spice-server-devel.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-gui --enable-smartcard
|
%configure --enable-gui --enable-smartcard
|
||||||
make -C client %{?_smp_mflags}
|
make -C common WARN_CFLAGS='' %{?_smp_mflags}
|
||||||
|
make -C client WARN_CFLAGS='' %{?_smp_mflags}
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
@ -106,6 +107,9 @@ rm -f %{buildroot}%{_libdir}/libspice-server.la
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 25 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.9.0-1
|
||||||
|
- New upstream release 0.9.0
|
||||||
|
|
||||||
* Wed Apr 20 2011 Hans de Goede <hdegoede@redhat.com> - 0.8.1-1
|
* Wed Apr 20 2011 Hans de Goede <hdegoede@redhat.com> - 0.8.1-1
|
||||||
- New upstream release 0.8.1
|
- New upstream release 0.8.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user