mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-08-08 03:57:00 +00:00
Having the RPM spec file produced by the build is helpful in different situation. Different tools like mock or code scanners accept source RPMs as input. Providing this file allows easily build of the source RPM (and binaries) using a simple command like $ rpmbuild -ta spice-protocol-XXXX.tar.bz2 Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com> |
||
|---|---|---|
| m4 | ||
| spice | ||
| .gitlab-ci.yml | ||
| AUTHORS | ||
| autogen.sh | ||
| CHANGELOG.md | ||
| configure.ac | ||
| COPYING | ||
| git.mk | ||
| Makefile.am | ||
| meson.build | ||
| README.md | ||
| spice-protocol.pc.in | ||
| spice-protocol.spec.in | ||
spice-protocol
The protocol definition for SPICE project used by:
- spice-server: A server side library used by QEMU and x11spice;
- spice-gtk: A client side library used by virt-viewer and virt-manager and GNOME Boxes;
- linux/vd-agent and win32/vd-agent: Guest components for Linux and Windows
- xf86-video-qxl, gpu/drm/qxl, win32/qxl, win32/qxl-wddm-dod: Guest video drivers;
Please report bugs at Freedesktop's instance of Gitlab