[packages/VirtualBox] split guest x11 tools to -guest-x11

glen glen at pld-linux.org
Fri May 31 09:12:46 CEST 2013


commit c0372ee98ef366d9c913a4b9b7d142bedd099ae9
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri May 31 10:12:32 2013 +0300

    split guest x11 tools to -guest-x11

 VirtualBox.spec | 33 ++++++++++++++++++++++++---------
 1 file changed, 24 insertions(+), 9 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index cf633b0..8c15e05 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -32,7 +32,7 @@
 %define		_enable_debug_packages	0
 %endif
 
-%define		rel		5
+%define		rel		6
 %define		pname		VirtualBox
 Summary:	VirtualBox - x86 hardware virtualizer
 Summary(pl.UTF-8):	VirtualBox - wirtualizator sprzętu x86
@@ -254,19 +254,31 @@ This package contains ISO9660 image with drivers for Guest OS.
 You should install this package in your Host OS.
 
 %package guest
+Summary:	VirtualBox Guest tools
+Group:		Base
+Suggests:	kernel%{_alt_kernel}-misc-vboxsf = %{version}-%{rel}@%{_kernel_ver_str}
+Requires:	kernel%{_alt_kernel}-misc-vboxguest = %{version}-%{rel}@%{_kernel_ver_str}
+
+%description guest
+Tools that utilize kernel modules for supporting integration with the
+Host, including file sharing.
+
+You should install this package in your Guest OS for base VirtualBox communication
+
+%package guest-x11
 Summary:	VirtualBox Guest Additions
 Group:		Base
+Requires:	%{name}-guest = %{version}-%{release}
 Requires:	xorg-driver-video-vboxvideo = %{version}-%{release}
-Suggests:	kernel%{_alt_kernel}-misc-vboxsf = %{version}-%{rel}@%{_kernel_ver_str}
 Suggests:	kernel%{_alt_kernel}-misc-vboxvideo = %{version}-%{rel}@%{_kernel_ver_str}
 Obsoletes:	xorg-driver-input-vboxmouse < %{version}-%{release}
 
-%description guest
-Tools that utilize kernel modules for supporting integration with the
-Host, including file sharing and tracking of mouse pointer movement
-and X.org X11 video and mouse driver.
+%description guest-x11
+Tools for X11 session that utilize kernel modules for supporting integration
+with the Host, like tracking of mouse pointer movement and X.org X11 video and
+mouse drivers
 
-You should install this package in your Guest OS.
+You should install this package in your Guest OS for X11 session.
 
 %package -n pam-pam_vbox
 Summary:	PAM module to perform automated guest logons
@@ -977,12 +989,15 @@ fi
 
 %files guest
 %defattr(644,root,root,755)
+# TODO: initscript for VBoxService
+%attr(755,root,root) %{_bindir}/VBoxControl
+%attr(755,root,root) %{_bindir}/VBoxService
+
+%files guest-x11
 # NOTE: unfinished, should contain .desktop files for starting up mouse
 # integration and other desktop services
 # NOTE: the filelist is incomplete too
 %attr(755,root,root) %{_bindir}/VBoxClient
-%attr(755,root,root) %{_bindir}/VBoxControl
-%attr(755,root,root) %{_bindir}/VBoxService
 /etc/X11/xinit/xinitrc.d/98vboxadd-xclient.sh
 /etc/xdg/autostart/vboxclient.desktop
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox.git/commitdiff/c0372ee98ef366d9c913a4b9b7d142bedd099ae9



More information about the pld-cvs-commit mailing list