2010-07-13 08:37:00 +00:00
|
|
|
Name: spice
|
2011-07-25 13:01:26 +00:00
|
|
|
Version: 0.9.0
|
2011-04-20 11:42:48 +00:00
|
|
|
Release: 1%{?dist}
|
2010-07-13 08:37:00 +00:00
|
|
|
Summary: Implements the SPICE protocol
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.spice-space.org/
|
2010-07-20 20:03:33 +00:00
|
|
|
Source0: http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
|
2010-07-13 08:37:00 +00:00
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=613529
|
|
|
|
ExclusiveArch: i686 x86_64
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig
|
2011-07-25 13:01:26 +00:00
|
|
|
BuildRequires: spice-protocol >= 0.8.1-2
|
2010-07-13 08:37:00 +00:00
|
|
|
BuildRequires: celt051-devel
|
|
|
|
BuildRequires: pixman-devel alsa-lib-devel openssl-devel libjpeg-devel
|
2011-01-19 14:49:04 +00:00
|
|
|
BuildRequires: libXrandr-devel cegui06-devel
|
2010-12-17 11:32:40 +00:00
|
|
|
BuildRequires: libcacard-devel
|
2010-07-13 08:37:00 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The Simple Protocol for Independent Computing Environments (SPICE) is
|
|
|
|
a remote display system built for virtual environments which allows
|
|
|
|
you to view a computing 'desktop' environment not only on the machine
|
|
|
|
where it is running, but from anywhere on the Internet and from a wide
|
|
|
|
variety of machine architectures.
|
|
|
|
|
|
|
|
%package client
|
|
|
|
Summary: Implements the client side of the SPICE protocol
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
|
|
|
|
%description client
|
|
|
|
The Simple Protocol for Independent Computing Environments (SPICE) is
|
|
|
|
a remote display system built for virtual environments which allows
|
|
|
|
you to view a computing 'desktop' environment not only on the machine
|
|
|
|
where it is running, but from anywhere on the Internet and from a wide
|
|
|
|
variety of machine architectures.
|
|
|
|
|
|
|
|
This package contains the SPICE client application.
|
|
|
|
|
|
|
|
%package server
|
|
|
|
Summary: Implements the server side of the SPICE protocol
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description server
|
|
|
|
The Simple Protocol for Independent Computing Environments (SPICE) is
|
|
|
|
a remote display system built for virtual environments which allows
|
|
|
|
you to view a computing 'desktop' environment not only on the machine
|
|
|
|
where it is running, but from anywhere on the Internet and from a wide
|
|
|
|
variety of machine architectures.
|
|
|
|
|
|
|
|
This package contains the run-time libraries for any application that wishes
|
|
|
|
to be a SPICE server.
|
|
|
|
|
|
|
|
%package server-devel
|
|
|
|
Summary: Header files, libraries and development documentation for spice-server
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-server = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description server-devel
|
|
|
|
This package contains the header files, static libraries and development
|
|
|
|
documentation for spice-server. If you like to develop programs
|
|
|
|
using spice-server, you will need to install spice-server-devel.
|
|
|
|
|
|
|
|
%prep
|
2010-10-18 17:10:07 +00:00
|
|
|
%setup -q
|
2010-07-13 08:37:00 +00:00
|
|
|
|
|
|
|
%build
|
2010-12-17 11:32:40 +00:00
|
|
|
%configure --enable-gui --enable-smartcard
|
2011-07-25 13:01:26 +00:00
|
|
|
make -C common WARN_CFLAGS='' %{?_smp_mflags}
|
|
|
|
make -C client WARN_CFLAGS='' %{?_smp_mflags}
|
2010-07-13 08:37:00 +00:00
|
|
|
%ifarch x86_64
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=%{buildroot} -C client install
|
|
|
|
%ifarch x86_64
|
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
rm -f %{buildroot}%{_libdir}/libspice-server.a
|
|
|
|
rm -f %{buildroot}%{_libdir}/libspice-server.la
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%files client
|
2010-10-18 17:10:07 +00:00
|
|
|
%defattr(-,root,root,-)
|
2010-07-13 08:37:00 +00:00
|
|
|
%doc COPYING README NEWS
|
|
|
|
%{_bindir}/spicec
|
|
|
|
|
|
|
|
%ifarch x86_64
|
|
|
|
|
|
|
|
%files server
|
2010-10-18 17:10:07 +00:00
|
|
|
%defattr(-,root,root,-)
|
2010-07-13 08:37:00 +00:00
|
|
|
%doc COPYING README NEWS
|
|
|
|
%{_libdir}/libspice-server.so.1
|
2010-08-31 15:18:19 +00:00
|
|
|
%{_libdir}/libspice-server.so.1.0.2
|
2010-07-13 08:37:00 +00:00
|
|
|
|
|
|
|
%post server -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun server -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files server-devel
|
2010-10-18 17:10:07 +00:00
|
|
|
%defattr(-,root,root,-)
|
2010-07-13 08:37:00 +00:00
|
|
|
%{_includedir}/spice-server
|
|
|
|
%{_libdir}/libspice-server.so
|
|
|
|
%{_libdir}/pkgconfig/spice-server.pc
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%changelog
|
2011-07-25 13:01:26 +00:00
|
|
|
* Mon Jul 25 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.9.0-1
|
|
|
|
- New upstream release 0.9.0
|
|
|
|
|
2011-04-20 11:42:48 +00:00
|
|
|
* Wed Apr 20 2011 Hans de Goede <hdegoede@redhat.com> - 0.8.1-1
|
|
|
|
- New upstream release 0.8.1
|
|
|
|
|
2011-03-11 14:37:14 +00:00
|
|
|
* Fri Mar 11 2011 Hans de Goede <hdegoede@redhat.com> - 0.8.0-2
|
|
|
|
- Fix being unable to send ctrl+alt+key when release mouse is bound to
|
|
|
|
ctrl+alt (which can happen when used from RHEV-M)
|
|
|
|
|
2011-03-02 06:00:37 +00:00
|
|
|
* Tue Mar 1 2011 Hans de Goede <hdegoede@redhat.com> - 0.8.0-1
|
|
|
|
- New upstream release 0.8.0
|
|
|
|
|
2011-02-11 14:51:16 +00:00
|
|
|
* Fri Feb 11 2011 Hans de Goede <hdegoede@redhat.com> - 0.7.3-1
|
|
|
|
- New upstream release 0.7.3
|
|
|
|
|
2011-02-09 15:34:54 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-19 14:49:04 +00:00
|
|
|
* Wed Jan 19 2011 Hans de Goede <hdegoede@redhat.com> - 0.7.2-1
|
|
|
|
- New upstream release 0.7.2
|
|
|
|
|
2010-12-17 13:37:15 +00:00
|
|
|
* Fri Dec 17 2010 Hans de Goede <hdegoede@redhat.com> - 0.7.1-1
|
|
|
|
- New upstream release 0.7.1
|
2010-12-17 11:32:40 +00:00
|
|
|
- Drop all patches (all upstreamed)
|
|
|
|
- Enable smartcard (CAC) support
|
|
|
|
|
2010-11-17 11:33:17 +00:00
|
|
|
* Wed Nov 17 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-4
|
2010-11-25 11:17:56 +00:00
|
|
|
- Fix the info layer not showing when used through the XPI
|
|
|
|
- Do not let the connection gui flash by when a hostname has been specified
|
|
|
|
on the cmdline
|
2010-11-17 11:33:17 +00:00
|
|
|
- Fix spice client locking up when dealing with XIM input (#654265)
|
2010-11-25 11:17:56 +00:00
|
|
|
- Fix modifier keys getting stuck (#655048)
|
|
|
|
- Fix spice client crashing when dealing with XIM ibus input (#655836)
|
|
|
|
- Fix spice client only showing a white screen in full screen mode
|
2010-11-17 11:33:17 +00:00
|
|
|
|
2010-11-06 06:17:52 +00:00
|
|
|
* Sat Nov 6 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-3
|
|
|
|
- Log to ~/.spicec/cegui.log rather then to CEGUI.log in the cwd, this
|
|
|
|
fixes spicec from aborting when run in a non writable dir (#650253)
|
|
|
|
|
2010-11-05 12:42:15 +00:00
|
|
|
* Fri Nov 5 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-2
|
|
|
|
- Various bugfixes from upstream git:
|
|
|
|
- Make spicec work together with the Firefox XPI for RHEV-M
|
|
|
|
- Make sure the spicec window gets properly raised when first shown
|
|
|
|
|
2010-10-18 17:10:07 +00:00
|
|
|
* Mon Oct 18 2010 Hans de Goede <hdegoede@redhat.com> - 0.6.3-1
|
|
|
|
- Update to 0.6.3
|
|
|
|
- Enable GUI
|
|
|
|
|
2010-09-30 06:56:16 +00:00
|
|
|
* Thu Sep 30 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.6.1-1
|
|
|
|
- Update to 0.6.1.
|
|
|
|
|
2010-08-31 14:19:38 +00:00
|
|
|
* Tue Aug 31 2010 Alexander Larsson <alexl@redhat.com> - 0.6.0-1
|
|
|
|
- Update to 0.6.0 (stable release)
|
|
|
|
|
2010-07-20 20:03:33 +00:00
|
|
|
* Tue Jul 20 2010 Alexander Larsson <alexl@redhat.com> - 0.5.3-1
|
|
|
|
- Update to 0.5.3
|
|
|
|
|
2010-07-13 10:08:43 +00:00
|
|
|
* Tue Jul 13 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.5.2-4
|
|
|
|
- Quote %% in changelog to avoid macro expansion.
|
|
|
|
|
2010-07-13 08:37:00 +00:00
|
|
|
* Mon Jul 12 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.5.2-3
|
2010-07-13 10:08:43 +00:00
|
|
|
- %%configure handles CFLAGS automatically, no need to fiddle
|
|
|
|
with %%{optflags} manually.
|
2010-07-13 08:37:00 +00:00
|
|
|
|
|
|
|
* Mon Jul 12 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.5.2-2
|
|
|
|
- Fix license: LGPL.
|
|
|
|
- Cleanup specfile, drop bits not needed any more with
|
|
|
|
recent rpm versions (F13+).
|
|
|
|
- Use optflags as-is.
|
|
|
|
-
|
|
|
|
|
|
|
|
* Fri Jul 9 2010 Gerd Hoffmann <kraxel@redhat.com> - 0.5.2-1
|
|
|
|
- initial package.
|
|
|
|
|