- Update to 0.6.3
- Enable GUI
This commit is contained in:
parent
ff503f0042
commit
aa6d1d877a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
spice-0.5.3.tar.bz2
|
spice-0.5.3.tar.bz2
|
||||||
/spice-0.6.0.tar.bz2
|
/spice-0.6.0.tar.bz2
|
||||||
/spice-0.6.1.tar.bz2
|
/spice-0.6.1.tar.bz2
|
||||||
|
/spice-0.6.3.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
bf713d6a3388c5583e7cc1ec6b50ff9b spice-0.6.1.tar.bz2
|
b332bd61610f3b7c0987bd64ebfd6d56 spice-0.6.3.tar.bz2
|
||||||
|
21
spice.spec
21
spice.spec
@ -1,5 +1,5 @@
|
|||||||
Name: spice
|
Name: spice
|
||||||
Version: 0.6.1
|
Version: 0.6.3
|
||||||
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,10 +11,10 @@ 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.6.0
|
BuildRequires: spice-protocol >= 0.6.3
|
||||||
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
|
BuildRequires: libXrandr-devel cegui-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Simple Protocol for Independent Computing Environments (SPICE) is
|
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.
|
using spice-server, you will need to install spice-server-devel.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n spice-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --enable-gui
|
||||||
make -C client %{?_smp_mflags}
|
make -C client %{?_smp_mflags}
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -80,14 +80,14 @@ rm -f %{buildroot}%{_libdir}/libspice-server.la
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files client
|
%files client
|
||||||
%defattr(-, root, root)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README NEWS
|
%doc COPYING README NEWS
|
||||||
%{_bindir}/spicec
|
%{_bindir}/spicec
|
||||||
|
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
|
|
||||||
%files server
|
%files server
|
||||||
%defattr(-, root, root)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README NEWS
|
%doc COPYING README NEWS
|
||||||
%{_libdir}/libspice-server.so.1
|
%{_libdir}/libspice-server.so.1
|
||||||
%{_libdir}/libspice-server.so.1.0.2
|
%{_libdir}/libspice-server.so.1.0.2
|
||||||
@ -97,8 +97,7 @@ rm -f %{buildroot}%{_libdir}/libspice-server.la
|
|||||||
%postun server -p /sbin/ldconfig
|
%postun server -p /sbin/ldconfig
|
||||||
|
|
||||||
%files server-devel
|
%files server-devel
|
||||||
%defattr(-, root, root)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README NEWS
|
|
||||||
%{_includedir}/spice-server
|
%{_includedir}/spice-server
|
||||||
%{_libdir}/libspice-server.so
|
%{_libdir}/libspice-server.so
|
||||||
%{_libdir}/pkgconfig/spice-server.pc
|
%{_libdir}/pkgconfig/spice-server.pc
|
||||||
@ -106,6 +105,10 @@ rm -f %{buildroot}%{_libdir}/libspice-server.la
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 18 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-1
|
||||||
|
- Update to 0.6.3
|
||||||
|
- Enable GUI
|
||||||
|
|
||||||
* Thu Sep 30 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.6.1-1
|
* Thu Sep 30 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.6.1-1
|
||||||
- Update to 0.6.1.
|
- Update to 0.6.1.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user