]> git.pld-linux.org Git - packages/VirtualBox.git/blame - VirtualBox.spec
- cleanup kernel module building
[packages/VirtualBox.git] / VirtualBox.spec
CommitLineData
44a0c82d
ER
1# NOTE
2# - https://www.virtualbox.org/wiki/Linux%20build%20instructions
744bc35e
JR
3# TODO
4# - java bindings
74268e47 5# - Package SDK.
ffb38bb6 6# - Check License of VBoxGuestAdditions_*.iso, it's probably not GPL v2.
5f8b0a92 7# If so check if it is distributable.
21a1d8ab 8# - guest x11 additions: currently incomplete/untested
23790586 9# - enable VDE networking: --enable-vde
21a1d8ab 10# - initscripts for webservice
988a8f09 11# - fix desc for dkms packages (proper wording needed), kernel modules desc is mess as well
48363591 12#
13# Conditional build:
8da42f47 14%bcond_without doc # don't build the documentation
077e37dc 15%bcond_without debuginfo # disable debuginfo creation (to save space when compiling)
d1c4ec5b 16%bcond_without kernel # don't build kernel module
d1c4ec5b 17%bcond_without userspace # don't build userspace package
21a1d8ab 18%bcond_with webservice # webservice (SOAP) support
7223ee37 19%bcond_without lightdm # lightdm greeter
c38a3946 20%bcond_without dkms # build dkms package
bddee32c 21%bcond_without verbose
d7e93912 22%bcond_without gui # disable Qt4 GUI frontend build
05f1b1f5 23
07348303
JR
24%if "%{?alt_kernel}" != "" && 0%{?build_kernels:1}
25 %{error:alt_kernel (%{?alt_kernel}) and build_kernels (%{?build_kernels}) defined}
26%endif
27
163ddb28
JR
28%if 0%{?_pld_builder:1} && %{with kernel} && %{with userspace}
29%{error:kernel and userspace cannot be built at the same time on PLD builders}
30exit 1
8833bce1 31%endif
163ddb28 32
8608f39a
JR
33%if %{with kernel}
34%define _duplicate_files_terminate_build 0
35%endif
36
05f9288a
ER
37%if %{without userspace}
38# nothing to be placed to debuginfo package
077e37dc
ER
39%undefine with_debuginfo
40%endif
41
42%if %{without debuginfo}
05f9288a
ER
43%define _enable_debug_packages 0
44%endif
bd3faca3 45
07348303 46%define rel 2
33aeed61 47%define pname VirtualBox
393ec35d
ER
48Summary: VirtualBox - x86 hardware virtualizer
49Summary(pl.UTF-8): VirtualBox - wirtualizator sprzętu x86
6ca4d491 50Name: %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel}
28c32eb9 51Version: 4.3.26
6ca4d491 52Release: %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}}
48363591 53License: GPL v2
54Group: Applications/Emulators
33aeed61 55Source0: http://download.virtualbox.org/virtualbox/%{version}/%{pname}-%{version}.tar.bz2
28c32eb9 56# Source0-md5: df8fa3b1820773556b33ae0405553120
744bc35e 57Source1: http://download.virtualbox.org/virtualbox/%{version}/VBoxGuestAdditions_%{version}.iso
28c32eb9 58# Source1-md5: 0e81ff4d6014c7353df0f7b84db2c2b2
07e9b84d 59Source2: vboxservice.init
4365ecaf 60Source3: vboxservice.service
4365ecaf
JR
61Source5: mount.vdi
62Source6: udev.rules
63Source7: %{pname}-virtualbox-host-modules-load.conf
64Source8: %{pname}-virtualbox-guest-modules-load.conf
38d06cb9
ER
65Source9: vboxautostart.init
66Source10: autostart.cfg
33aeed61 67Patch0: %{pname}-configure-spaces.patch
db6f33e3
KK
68Patch1: %{pname}-VBoxSysInfo.patch
69Patch2: %{pname}-warning_workaround.patch
70Patch3: %{pname}-dri.patch
44a0c82d 71Patch4: wrapper.patch
db6f33e3 72Patch5: xserver-1.12.patch
44a0c82d 73Patch6: hardening-shared.patch
d3884acf 74Patch7: lightdm-greeter-glib-includes.patch
8d08b907 75Patch8: lightdm-greeter-g++-link.patch
621cd96c 76Patch9: pld-guest.patch
b980c81c
ER
77Patch10: 16-no-update.patch
78Patch11: 18-system-xorg.patch
29ed465a 79Patch12: %{pname}-all-translations.patch
d5e18103 80Patch13: x32.patch
48363591 81URL: http://www.virtualbox.org/
83ffcfa8 82%if %{with userspace}
ce9843cd 83%ifarch %{x8664}
c0749bd0 84BuildRequires: gcc-multilib-32
ce9843cd 85BuildRequires: glibc-devel(i686)
c0749bd0
JR
86BuildRequires: libstdc++-multilib-32-devel
87BuildRequires: libstdc++-multilib-32-static
ce9843cd 88%endif
ce9843cd
ER
89%if "%{pld_release}" == "ac"
90BuildRequires: XFree86-devel
91%else
1abc0217 92BuildRequires: xorg-lib-libXcomposite-devel
ce9843cd
ER
93BuildRequires: xorg-lib-libXcursor-devel
94BuildRequires: xorg-lib-libXmu-devel
e649d11e 95BuildRequires: xorg-proto-glproto-devel
acf12a87 96BuildRequires: xorg-xserver-server-devel
ce9843cd 97%endif
00149140 98BuildRequires: OpenGL-GLU-devel
523e7409 99BuildRequires: OpenGL-devel
cef75615 100BuildRequires: QtGui-devel
2d17bb72 101BuildRequires: QtNetwork-devel
dd64a424 102BuildRequires: QtOpenGL-devel
c574efad 103BuildRequires: SDL-devel >= 1.2.7
9a1cb119 104BuildRequires: acpica
ba702945 105BuildRequires: alsa-lib-devel >= 1.0.6
e5aaadde 106BuildRequires: bash
48363591 107BuildRequires: bcc
108BuildRequires: bin86
07ef7f06 109BuildRequires: curl-devel
fc19d844 110BuildRequires: device-mapper-devel
8da42f47 111%{?with_doc:BuildRequires: docbook-dtd44-xml}
44a0c82d 112BuildRequires: fakeroot
df3c39bd 113%{?with_lightdm:BuildRequires: fltk-devel}
eba4b2aa 114BuildRequires: gcc >= 5:3.2.3
55f7d7d3 115%{?with_webservice:BuildRequires: gsoap-devel}
e9aa839a 116BuildRequires: issue
7733446a 117BuildRequires: kBuild >= 0.1.9998.2700
48363591 118BuildRequires: libIDL-devel
fa974331 119BuildRequires: libcap-static
acf12a87 120BuildRequires: libdrm-devel
ff01a704 121BuildRequires: libpng-devel >= 1.2.5
d22f0a53 122BuildRequires: libstdc++-devel >= 5:3.2.3
4fff279a 123BuildRequires: libstdc++-static >= 5:3.2.3
48363591 124BuildRequires: libuuid-devel
b75fd17a 125BuildRequires: libvncserver-devel >= 0.9.9
df3c39bd 126BuildRequires: libvpx-devel
ba702945 127BuildRequires: libxml2-devel >= 2.6.26
76ea5ecb 128BuildRequires: libxslt-devel >= 1.1.17
ba702945 129BuildRequires: libxslt-progs >= 1.1.17
4711e94b 130%{?with_lightdm:BuildRequires: lightdm-libs-qt4-devel}
744bc35e 131BuildRequires: makeself
90de3b27 132BuildRequires: mkisofs
3613936b 133BuildRequires: pam-devel
acf12a87 134BuildRequires: pixman-devel
0bf43862 135BuildRequires: pkgconfig
ba702945 136BuildRequires: pulseaudio-devel >= 0.9.0
523e7409 137BuildRequires: python-devel
6055e733 138BuildRequires: python-modules
250583d4 139BuildRequires: qt4-build >= 4.2.0
2700662b 140BuildRequires: qt4-linguist
a59a82ea 141BuildRequires: rpmbuild(macros) >= 1.701
1e840a77 142BuildRequires: sed >= 4.0
8da42f47 143%if %{with doc}
744bc35e
JR
144BuildRequires: texlive-fonts-bitstream
145BuildRequires: texlive-fonts-other
146BuildRequires: texlive-fonts-type1-bitstream
147BuildRequires: texlive-format-pdflatex
acf12a87 148BuildRequires: texlive-latex-ucs
660fb056 149BuildRequires: texlive-xetex
8da42f47 150%endif
0bf43862 151BuildRequires: which
e5aaadde 152BuildRequires: xalan-c-devel >= 1.10.0
e5aaadde 153BuildRequires: xerces-c-devel >= 2.6.0
fc19d844 154BuildRequires: yasm
e5aaadde 155BuildRequires: zlib-devel >= 1.2.1
23d9d34e 156%endif
a59a82ea 157%{?with_kernel:%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:2.6.20.2}}
0afa64ad 158Requires(post,preun): /sbin/chkconfig
5f1cec1f
ER
159Requires(postun): /usr/sbin/groupdel
160Requires(pre): /usr/bin/getgid
161Requires(pre): /usr/sbin/groupadd
b75fd17a 162Requires: libvncserver >= 0.9.9
12db98a7 163Requires: udev-core
5f1cec1f 164Provides: group(vbox)
873b17cf 165Obsoletes: VirtualBox-udev < 4.2.10-5
168d3cff 166ExclusiveArch: %{ix86} %{x8664} x32
48363591 167BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
168
eba4b2aa 169%ifarch %{x8664}
f377eb62 170%define vbox_arch amd64
5088674d 171%else
f377eb62 172%define vbox_arch x86
5088674d 173%endif
f377eb62 174%define vbox_platform linux.%{vbox_arch}
27a1aef6 175%define outdir out/%{vbox_platform}/release/bin
8d08b907 176%define objdir out/%{vbox_platform}/release/obj
5088674d 177
48363591 178%description
393ec35d 179Oracle VirtualBox is a general-purpose full virtualizer for x86
48363591 180hardware. Targeted at server, desktop and embedded use, it is now the
181only professional-quality virtualization solution that is also Open
182Source Software.
183
393ec35d 184Some of the features of VirtualBox are:
48363591 185
393ec35d 186Modularity: VirtualBox has an extremely modular design with
48363591 187well-defined internal programming interfaces and a client/server
188design. This makes it easy to control it from several interfaces at
189once: for example, you can start a virtual machine in a typical
190virtual machine GUI and then control that machine from the command
393ec35d
ER
191line. VirtualBox also comes with a full Software Development Kit: even
192though it is Open Source Software, you don't have to hack the source
193to write a new interface for VirtualBox.
48363591 194
195Virtual machine descriptions in XML: the configuration settings of
196virtual machines are stored entirely in XML and are independent of the
197local machines. Virtual machine definitions can therefore easily be
198ported to other computers.
199
1067d08d
ER
200You should install this package in your Host OS.
201
fd8fc899 202%description -l pl.UTF-8
393ec35d
ER
203Oracle VirtualBox jest emulatorem sprzętu x86. Kierowany do zastosowań
204serwerowych, desktopowych oraz wbudowanych jest obecnie jedynym
205wysokiej jakości rozwiązaniem wirtualizacyjnym dostępnym również jako
206Otwarte Oprogramowanie.
48363591 207
fd8fc899 208Przykładowe cechy VirtualBoksa:
48363591 209
393ec35d 210Modularność: VirtualBox jest wysoce zmodularyzowanym produktem z
fd8fc899
JR
211dobrze zaprojektowanym wewnętrznym interfejsem programowym typu
212klient/serwer. Dzięki temu można łatwo kontrolować go za pomocą
213różnych interfejsów. Można na przykład uruchomić maszynę wirtualną z
214poziomu interfejsu graficznego, a później kontrolować ją z linii
393ec35d
ER
215poleceń. VirtualBox dostarcza również pełny pakiet deweloperski, co
216pozwala stworzyć dowolny inny interfejs zarządzania maszyną wirtualną.
48363591 217
fd8fc899
JR
218Opisy maszyn wirtualnych w XML-u: konfiguracje poszczególnych maszyn
219wirtualnych są w całości przechowywane w XML-u i są niezależne od
220lokalnej maszyny. Dzięki temu można szybko i łatwo przenieść
221konfigurację maszyny wirtualnej na inny komputer.
48363591 222
501bee39
ER
223%package gui
224Summary: Qt GUI part for VirtualBox
225Group: X11/Applications
226Requires: %{name} = %{version}-%{release}
227Requires: QtCore >= 4.7.0
228Requires: desktop-file-utils
229Requires: desktop-file-utils
230Requires: fontconfig
231Requires: fonts-Type1-urw
44a0c82d
ER
232Requires: gtk-update-icon-cache
233Requires: hicolor-icon-theme
501bee39
ER
234Requires: shared-mime-info
235Suggests: gxmessage
6f37454e 236Conflicts: %{name} < 4.3.8-3
501bee39
ER
237
238%description gui
239Qt GUI part for VirtualBox.
240
90de3b27
ER
241%package doc
242Summary: VirtualBox documentation
243Group: Documentation
244
245%description doc
246This package contains VirtualBox User Manual.
247
ffb38bb6
ER
248%package additions
249Summary: VirtualBox Guest Additions
250Group: Base
b9cc0b23 251Requires: %{name} = %{version}
44a0c82d
ER
252%if "%{_rpmversion}" >= "5"
253BuildArch: noarch
254%endif
ffb38bb6 255
00a4a7ca 256%description additions
ffb38bb6
ER
257VirtualBox Guest Additions.
258
259This package contains ISO9660 image with drivers for Guest OS.
260
1067d08d
ER
261You should install this package in your Host OS.
262
263%package guest
c0372ee9
ER
264Summary: VirtualBox Guest tools
265Group: Base
551622b8 266Provides: group(vboxsf)
4365ecaf 267Requires(post): systemd-units >= 38
551622b8
ER
268Requires(post,preun): /sbin/chkconfig
269Requires(postun): /usr/sbin/groupdel
270Requires(pre): /usr/bin/getgid
271Requires(pre): /usr/sbin/groupadd
ffb104d5 272Requires: rc-scripts
2e3636e9 273Requires: systemd-units >= 38
3d9b19d8
ER
274Suggests: kernel(vboxguest)
275Suggests: kernel(vboxsf)
bf131a21 276Suggests: pam-pam_vbox
c0372ee9
ER
277
278%description guest
279Tools that utilize kernel modules for supporting integration with the
280Host, including file sharing.
281
3d9b19d8
ER
282You should install this package in your Guest OS for base VirtualBox
283communication
c0372ee9
ER
284
285%package guest-x11
307e824c
ER
286Summary: VirtualBox Guest X11 Additions
287Group: X11/Applications
c0372ee9 288Requires: %{name}-guest = %{version}-%{release}
307e824c 289Requires: xorg-app-xrandr
1067d08d 290Requires: xorg-driver-video-vboxvideo = %{version}-%{release}
3d9b19d8 291Suggests: kernel(vboxvideo)
873b17cf 292Obsoletes: xorg-driver-input-vboxmouse < %{version}-%{release}
1067d08d 293
c0372ee9 294%description guest-x11
3d9b19d8
ER
295Tools for X11 session that utilize kernel modules for supporting
296integration with the Host, like tracking of mouse pointer movement and
297X.org X11 video and mouse drivers
1067d08d 298
c0372ee9 299You should install this package in your Guest OS for X11 session.
1067d08d 300
21a1d8ab
ER
301%package webservice
302Summary: VirtualBox Web Service
303Group: Applications/Emulators
304Requires: %{name} = %{version}-%{release}
305
306%description webservice
307This package contains VirtualBox web service API daemon. It allows to
308control virtual machines via web interface.
309
9e4dd6a9 310%package -n lightdm-greeter-vbox
8d08b907
ER
311Summary: VirtualBox greeter for lightdm
312Group: Themes
22380dc7
ER
313# NOTE: '#' in url is lost because rpm treats it as comment, even hacking with
314# macros doesn't help as rpmbuild takes final result to parse
8d08b907 315URL: http://www.virtualbox.org/manual/ch09.html#autologon_unix_lightdm
650ee651 316Requires: %{name} = %{version}-%{release}
4365ecaf 317Requires: kernel(vboxguest)
8d08b907 318Requires: lightdm >= 1.0.1
7d778590 319Requires: pam-pam_vbox = %{version}-%{release}
8d08b907
ER
320Provides: lightdm-greeter
321
9e4dd6a9 322%description -n lightdm-greeter-vbox
8d08b907
ER
323VirtualBox greeter for LightDM.
324
3613936b
JR
325%package -n pam-pam_vbox
326Summary: PAM module to perform automated guest logons
327Group: Base
328
329%description -n pam-pam_vbox
3ee6b9d9
ER
330PAM module (Pluggable Authentication Module) which can be used to
331perform automated guest logons.
3613936b 332
fbea1005 333%package -n xorg-driver-video-vboxvideo
393ec35d
ER
334Summary: X.org video driver for VirtualBox guest OS
335Summary(pl.UTF-8): Sterownik grafiki dla systemu gościa w VirtualBoksie
fbea1005 336Group: X11/Applications
20b8335d 337Requires: Mesa-dri-driver-swrast
fbea1005
ER
338Requires: xorg-xserver-libdri >= 1.7.4
339Requires: xorg-xserver-server >= 1.0.99.901
a4654d40 340%{?requires_xorg_xserver_videodrv}
7e84622a
ER
341Provides: OpenGL = 2.1
342Provides: OpenGL-GLX = 1.3
2e3636e9 343Provides: xorg-driver-video
7e84622a 344Provides: xorg-xserver-module(glx)
fbea1005
ER
345
346%description -n xorg-driver-video-vboxvideo
393ec35d 347X.org video driver for VirtualBox guest OS.
fbea1005
ER
348
349%description -n xorg-driver-video-vboxvideo -l pl.UTF-8
393ec35d 350Sterownik grafiki dla systemu gościa w VirtualBoksie.
fbea1005 351
988a8f09
ER
352%package -n dkms-vboxguest
353Summary: VirtualBox kernel modules source for Linux Guest
354Summary(pl.UTF-8): Moduły VirtualBoksa do jądra Linuksa dla systemu gościa
355License: GPL v2+
356Group: Base/Kernel
62c43b99 357Requires: dkms
988a8f09
ER
358%if "%{_rpmversion}" >= "5"
359BuildArch: noarch
360%endif
361
362%description -n dkms-vboxguest
363This package contains DKMS-ready VirtualBox Guest Additions for Linux
364Module, host file system access (Shared Folders) and DRM support for
365Linux guest system.
366
367%description -n dkms-vboxguest -l pl.UTF-8
368Ten pakiet zawiera moduł jądra Linuksa vboxguest dla VirtualBoksa -
369dodatki dla systemu gościa, dostęp do plików systemu głównego z
370poziomu systemu gościa i sterownik obsługi DRM.
371
372%package -n dkms-vboxhost
373Summary: VirtualBox Support Drivers source
374Summary(pl.UTF-8): Moduły jądra Linuksa dla VirtualBoksa
375License: GPL v2+
376Group: Base/Kernel
62c43b99 377Requires: dkms
988a8f09
ER
378%if "%{_rpmversion}" >= "5"
379BuildArch: noarch
380%endif
381
382%description -n dkms-vboxhost
383This package contains DKMS enabled sourcecode of VirtualBox Support
384Driver, Network Adapter Driver, Network Filter Driver and PCI card
385passthrough driver that works as host proxy between guest and PCI
386hardware.
387
388%description -n dkms-vboxhost -l pl.UTF-8
389Ten pakiet zawiera sterownik wsparcia dla systemu głównego, sterownik
390witrualnej karty sieciowej, sterownik filtrowania sieci dla systemu
391głównego oraz sterownik, ktory działa jako proxy między gościem i
392gospodarzem sprzętu PCI.
393
18adabff 394# KERNEL PACKAGES
b980c81c 395
18adabff 396# KEEP ALL REGULAR SUBPACKAGES BEFORE KERNEL PACKAGES.
b980c81c 397
163ddb28
JR
398%define kernel_pkg()\
399%package -n kernel%{_alt_kernel}-virtualbox-guest\
400Summary: VirtualBox kernel modules for Linux Guest\
401Summary(pl.UTF-8): Moduły VirtualBoksa do jądra Linuksa dla systemu gościa\
402Release: %{rel}@%{_kernel_ver_str}\
403Group: Base/Kernel\
404Requires(post,postun): /sbin/depmod\
405Requires(post): systemd-units >= 38\
406Requires: dev >= 2.9.0-7\
407Requires: systemd-units >= 38\
163ddb28 408%requires_releq_kernel\
eb3ec0e6 409Requires: %{releq_kernel -n drm}\
163ddb28 410Requires(postun): %releq_kernel\
163ddb28
JR
411Provides: kernel(vboxguest) = %{version}-%{rel}\
412Provides: kernel(vboxsf) = %{version}-%{rel}\
413Provides: kernel(vboxvideo) = %{version}-%{rel}\
414Obsoletes: kernel-init-guest\
415Conflicts: kernel%{_alt_kernel}-virtualbox-host\
416\
417%description -n kernel%{_alt_kernel}-virtualbox-guest\
418This package contains VirtualBox Guest Additions for Linux Module,\
419host file system access (Shared Folders) and DRM support for\
420Linux guest system.\
421\
422%description -n kernel%{_alt_kernel}-virtualbox-guest -l pl.UTF-8\
423Ten pakiet zawiera moduł jądra Linuksa vboxguest dla VirtualBoksa -\
424dodatki dla systemu gościa, dostęp do plików systemu głównego z\
425poziomu systemu gościa i sterownik obsługi DRM.\
426\
427%package -n kernel%{_alt_kernel}-virtualbox-host\
428Summary: VirtualBox Support Drivers\
429Summary(pl.UTF-8): Moduły jądra Linuksa dla VirtualBoksa\
430Release: %{rel}@%{_kernel_ver_str}\
431Group: Base/Kernel\
432Requires(post,postun): /sbin/depmod\
433Requires(post): systemd-units >= 38\
434Requires: dev >= 2.9.0-7\
163ddb28
JR
435%requires_releq_kernel\
436Requires(postun): %releq_kernel\
163ddb28 437Requires: systemd-units >= 38\
163ddb28
JR
438Provides: kernel(vboxdrv) = %{version}-%{rel}\
439Provides: kernel(vboxnetadp) = %{version}-%{rel}\
440Provides: kernel(vboxnetflt) = %{version}-%{rel}\
441Provides: kernel(vboxpci) = %{version}-%{rel}\
442Obsoletes: kernel-init-host\
443\
444%description -n kernel%{_alt_kernel}-virtualbox-host\
445This package contains VirtualBox Support Driver, Network Adapter\
446Driver, Network Filter Driver and PCI card passthrough driver that\
447works as host proxy between guest and PCI hardware.\
448\
449%description -n kernel%{_alt_kernel}-virtualbox-host -l pl.UTF-8\
450Ten pakiet zawiera sterownik wsparcia dla systemu głównego, sterownik\
451witrualnej karty sieciowej, sterownik filtrowania sieci dla systemu\
452głównego oraz sterownik, ktory działa jako proxy między gościem i\
453gospodarzem sprzętu PCI.\
454\
455%if %{with kernel}\
456%files -n kernel%{_alt_kernel}-virtualbox-guest\
457%defattr(644,root,root,755)\
458%config(noreplace) %verify(not md5 mtime size) /etc/modules-load.d/virtualbox-guest.conf\
459/lib/modules/%{_kernel_ver}/misc/vboxguest.ko*\
460/lib/modules/%{_kernel_ver}/misc/vboxsf.ko*\
461/lib/modules/%{_kernel_ver}/misc/vboxvideo.ko*\
462\
463%files -n kernel%{_alt_kernel}-virtualbox-host\
464%config(noreplace) %verify(not md5 mtime size) /etc/modules-load.d/virtualbox-host.conf\
465/lib/modules/%{_kernel_ver}/misc/vboxdrv.ko*\
466/lib/modules/%{_kernel_ver}/misc/vboxnetadp.ko*\
467/lib/modules/%{_kernel_ver}/misc/vboxnetflt.ko*\
468/lib/modules/%{_kernel_ver}/misc/vboxpci.ko*\
469%endif\
470\
471%post -n kernel%{_alt_kernel}-virtualbox-guest\
472%depmod %{_kernel_ver}\
473\
474%postun -n kernel%{_alt_kernel}-virtualbox-guest\
475%depmod %{_kernel_ver}\
476\
477%post -n kernel%{_alt_kernel}-virtualbox-host\
478%depmod %{_kernel_ver}\
479\
480%postun -n kernel%{_alt_kernel}-virtualbox-host\
481%depmod %{_kernel_ver}\
482%{nil}
483
484%define build_kernel_pkg()\
485export KERN_DIR=%{_kernelsrcdir}\
486cd PLD-MODULE-BUILD/HostDrivers\
487%build_kernel_modules -m vboxdrv -C vboxdrv\
488%build_kernel_modules -m vboxnetadp -C vboxnetadp\
489%build_kernel_modules -m vboxnetflt -C vboxnetflt\
490%build_kernel_modules -m vboxpci -C vboxpci\
491cd ../GuestDrivers\
492%build_kernel_modules -m vboxguest -C vboxguest\
493cp -a vboxguest/Module.symvers vboxsf\
494%build_kernel_modules -m vboxsf -C vboxsf -c\
495%build_kernel_modules -m vboxvideo -C vboxvideo\
496cd ../..\
07348303 497%install_kernel_modules -D PLD-MODULE-BUILD/installed -m PLD-MODULE-BUILD/HostDrivers/vboxdrv/vboxdrv,PLD-MODULE-BUILD/HostDrivers/vboxnetadp/vboxnetadp,PLD-MODULE-BUILD/HostDrivers/vboxnetflt/vboxnetflt,PLD-MODULE-BUILD/HostDrivers/vboxpci/vboxpci,PLD-MODULE-BUILD/GuestDrivers/vboxguest/vboxguest,PLD-MODULE-BUILD/GuestDrivers/vboxsf/vboxsf,PLD-MODULE-BUILD/GuestDrivers/vboxvideo/vboxvideo -d misc\
163ddb28
JR
498%{nil}
499
a59a82ea 500%{?with_kernel:%{expand:%create_kernel_packages}}
67a4f3c1 501
48363591 502%prep
33aeed61 503%setup -q -n %{pname}-%{version}
e709ce6b 504%patch0 -p1
db6f33e3 505%patch1 -p1
006342ee 506%patch2 -p1
8473a80d 507%patch3 -p1
44a0c82d 508%patch4 -p1
9a7b1cdc 509%patch5 -p1
44a0c82d 510%patch6 -p1
d3884acf 511%patch7 -p1
8d08b907 512%patch8 -p1
621cd96c 513%patch9 -p1
077e37dc
ER
514%patch10 -p1
515%patch11 -p1
29ed465a 516%patch12 -p0
d5e18103 517%patch13 -p1
fddcb741 518
744bc35e
JR
519%{__sed} -i -e 's,@VBOX_DOC_PATH@,%{_docdir}/%{name}-%{version},' \
520 -e 's/Categories=.*/Categories=Utility;Emulator;/' src/VBox/Installer/common/virtualbox.desktop.in
0b6de2b7 521
f471b832
ER
522# Respect LDFLAGS
523%{__sed} -i -e "s@_LDFLAGS\.%{vbox_arch}*.*=@& %{rpmldflags}@g" \
524 -i Config.kmk src/libs/xpcom18a4/Config.kmk
525
44a0c82d 526%{__sed} -i -e 's#@INSTALL_DIR@#%{_libdir}/%{pname}#' src/VBox/Installer/linux/VBox.sh
fa19f650 527
bc1ca596 528%if %{with kernel}
1794e74d
ER
529install -d PLD-MODULE-BUILD/{GuestDrivers,HostDrivers}
530cd PLD-MODULE-BUILD
531../src/VBox/Additions/linux/export_modules guest-modules.tar.gz
532tar -zxf guest-modules.tar.gz -C GuestDrivers
533
cadbdf55 534../src/VBox/HostDrivers/linux/export_modules host-modules.tar.gz --without-hardening
1794e74d
ER
535tar -zxf host-modules.tar.gz -C HostDrivers
536cd -
077e37dc 537%endif
59d12745 538
e9ed9ec1
ER
539# using system kBuild package
540%{__rm} -r kBuild
541
621cd96c
ER
542# use linux icon for now
543cp -p src/VBox/Frontends/VirtualBox/images/os_{linux26,pld}.png
544cp -p src/VBox/Frontends/VirtualBox/images/os_{linux26,pld}_64.png
545
29ed465a
JP
546# don't force whole userspace to be built with -fPIC
547# see https://www.virtualbox.org/pipermail/vbox-dev/2015-February/012863.html
548%define filterout_c -fPIC
549%define filterout_cxx -fPIC
550
316a5697
ER
551cat <<'EOF'>> LocalConfig.kmk
552%{?with_verbose:KBUILD_VERBOSE=3}
553USERNAME=%(id -un)
554__VBOX_BUILD_PUBLISHER=_PLD
555VBOX_VERSION_STRING=$(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)_PLD
556XSERVER_VERSION=%(rpm -q --queryformat '%{V}\n' xorg-xserver-server-devel | awk -F. '{ print $1 $2 }' 2>/dev/null || echo ERROR)
557VBOX_USE_SYSTEM_XORG_HEADERS=1
558%if %{with lightdm}
559VBOX_WITH_LIGHTDM_GREETER=1
560VBOX_WITH_LIGHTDM_GREETER_PACKING=1
561%endif
562TOOL_GCC3_CFLAGS=%{rpmcflags}
563TOOL_GCC3_CXXFLAGS=%{rpmcxxflags}
564VBOX_GCC_OPT=%{rpmcxxflags}
44a0c82d
ER
565
566VBOX_PATH_APP_PRIVATE_ARCH := %{_libdir}/%{pname}
567VBOX_PATH_APP_PRIVATE := %{_datadir}/%{pname}
568VBOX_PATH_SHARED_LIBS := $(VBOX_PATH_APP_PRIVATE_ARCH)
569VBOX_WITH_ORIGIN :=
570VBOX_WITH_RUNPATH := $(VBOX_PATH_APP_PRIVATE_ARCH)
571#VBOX_PATH_APP_DOCS := %{_docdir}/%{pname}-doc-%{version}
572
573# don't build testcases to save time, they are not needed for the package
574VBOX_WITH_TESTCASES :=
575VBOX_WITH_TESTSUITE :=
316a5697
ER
576EOF
577
29ed465a
JP
578%undefine filterout_c
579%undefine filterout_cxx
580
fddcb741 581%build
83ffcfa8 582%if %{with userspace}
106d8451 583./configure \
ae1bbc88 584 --with-gcc="%{__cc}" \
585 --with-g++="%{__cxx}" \
8da42f47 586 %{!?with_doc:--disable-docs} \
744bc35e 587 --disable-java \
5a497466 588 --disable-hardening \
01e414ba 589 --disable-kmods \
55f7d7d3 590 --enable-vnc \
d7e93912 591 %{!?with_gui:--disable-qt} \
55f7d7d3
ER
592 %{__enable webservice} \
593 %{nil}
48363591 594
316a5697 595kmk %{?_smp_mflags}
74268e47 596
744bc35e 597%{__cc} %{rpmcflags} %{rpmldflags} -Wall -Werror src/VBox/Additions/linux/sharedfolders/{mount.vboxsf.c,vbsfmount.c} -o mount.vboxsf
d1c4ec5b 598%endif
48363591 599
a59a82ea 600%{?with_kernel:%{expand:%build_kernel_packages}}
51ef4838 601
48363591 602%install
603rm -rf $RPM_BUILD_ROOT
604
d1c4ec5b 605%if %{with userspace}
c11f39b3 606install -d $RPM_BUILD_ROOT{%{_bindir},/sbin,%{_sbindir},%{_libdir}/%{pname}/ExtensionPacks} \
501bee39 607 $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir},%{_datadir}/mime/packages} \
2daf9ea4 608 $RPM_BUILD_ROOT%{_sysconfdir}/vbox/autostart \
12db98a7 609 $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{drivers,dri,input} \
4365ecaf 610 $RPM_BUILD_ROOT{/lib/udev,/etc/udev/rules.d} \
44a0c82d 611 $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{systemdunitdir},%{_usrsrc}}
a70507fb 612
dca6c443 613# test if we can hardlink -- %{_builddir} and $RPM_BUILD_ROOT on same partition
632ec0b7 614if cp -al COPYING $RPM_BUILD_ROOT/COPYING; then
dca6c443 615 l=l
44a0c82d 616 %{__rm} $RPM_BUILD_ROOT/COPYING
dca6c443
ER
617fi
618
33aeed61 619cp -a$l %{outdir}/* $RPM_BUILD_ROOT%{_libdir}/%{pname}
31c02e63
ER
620cp -p$l %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/%{pname}/additions/VBoxGuestAdditions.iso ||
621cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/%{pname}/additions/VBoxGuestAdditions.iso
48363591 622
d7e93912
ER
623%if %{without gui}
624%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{pname}/icons
625%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/virtualbox.xml
626%endif
627
44a0c82d 628# vboxvideo
ffd7f18a 629%{__mv} $RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions/VBoxOGL.so,%{_libdir}/xorg/modules/dri/vboxvideo_dri.so}
44a0c82d 630%{__mv} $RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions/vboxvideo_drv_system.so,%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so}
27a1aef6 631# XXX: where else to install them that vboxvideo_dri.so finds them? patch with rpath?
ffd7f18a
JR
632%{__mv} $RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions,%{_libdir}}/VBoxOGLarrayspu.so
633%{__mv} $RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions,%{_libdir}}/VBoxOGLcrutil.so
634%{__mv} $RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions,%{_libdir}}/VBoxOGLerrorspu.so
635%{__mv} $RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions,%{_libdir}}/VBoxOGLfeedbackspu.so
636%{__mv} $RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions,%{_libdir}}/VBoxOGLpackspu.so
637%{__mv} $RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions,%{_libdir}}/VBoxOGLpassthroughspu.so
d1c4ec5b 638
1067d08d 639# Guest Only Tools
ffd7f18a
JR
640%{__mv} $RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions,%{_bindir}}/VBoxClient
641%{__mv} $RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions,%{_bindir}}/VBoxControl
44a0c82d 642%{__mv} $RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions,%{_bindir}}/VBoxService
4e3859c5 643install -d $RPM_BUILD_ROOT/etc/xdg/autostart
90de3b27
ER
644cp -p src/VBox/Additions/x11/Installer/vboxclient.desktop \
645 $RPM_BUILD_ROOT/etc/xdg/autostart/vboxclient.desktop
4e3859c5 646install -p src/VBox/Additions/x11/Installer/98vboxadd-xclient $RPM_BUILD_ROOT%{_bindir}/VBoxClient-all
44a0c82d
ER
647install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/vboxservice
648install -p %{SOURCE3} $RPM_BUILD_ROOT%{systemdunitdir}/vboxservice.service
1067d08d 649
38d06cb9
ER
650install -p %{SOURCE9} $RPM_BUILD_ROOT/etc/rc.d/init.d/vboxautostart
651%{__sed} -i -e 's#@INSTALL_DIR@#%{_libdir}/%{pname}#' $RPM_BUILD_ROOT/etc/rc.d/init.d/vboxautostart
652cp -p %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/vbox
653
8d08b907
ER
654%if %{with lightdm}
655install -d $RPM_BUILD_ROOT%{_datadir}/xgreeters
29c4b6b6 656%{__mv} $RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions,%{_sbindir}}/vbox-greeter
8d08b907
ER
657cp -p %{objdir}/Additions/Installer/linux/share/VBoxGuestAdditions/vbox-greeter.desktop $RPM_BUILD_ROOT%{_datadir}/xgreeters
658%endif
659
bc1ca596
ER
660%if %{with dkms}
661mv $RPM_BUILD_ROOT%{_libdir}/%{pname}/additions/src $RPM_BUILD_ROOT%{_usrsrc}/vboxguest-%{version}-%{rel}
662%endif
663
44a0c82d
ER
664# pam
665install -d $RPM_BUILD_ROOT/%{_lib}/security
666%{__mv} $RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions,/%{_lib}/security}/pam_vbox.so
667
668# mount.vboxsf
669%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/additions/mount.vboxsf
670install -p mount.vboxsf $RPM_BUILD_ROOT/sbin/mount.vboxsf
671
672# mount.vdi
673install -p %{SOURCE5} $RPM_BUILD_ROOT/sbin/mount.vdi
674
675# these belong to .iso
676%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/additions/autorun.sh
677%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/additions/runasroot.sh
678
ce061de6 679# scripts to setup modules, x11 and service. we have covered that in our packages
44a0c82d
ER
680%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/additions/vboxadd
681%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/additions/vboxadd-service
682%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/additions/vboxadd-x11
ce061de6
ER
683
684# unknown - checkme
685%if 1
44a0c82d 686%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/helpers/generate_service_file
ffd7f18a
JR
687%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/SUPInstall
688%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/SUPLoggerCtl
689%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/SUPUninstall
ffd7f18a
JR
690%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/load.sh
691%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/loadall.sh
ffd7f18a 692%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/scripts/VBoxHeadlessXOrg.sh
ffd7f18a
JR
693%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/scripts/init_template.sh
694%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/scripts/install_service
44a0c82d
ER
695%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/vboxshell.py
696%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/xpidl
1067d08d 697%endif
dca6c443 698
44a0c82d
ER
699# use upstream installer to relocate rest of the files, fakeroot because it forces uid/gid 0
700fakeroot sh -x $RPM_BUILD_ROOT%{_libdir}/%{pname}/scripts/install.sh \
701 --ose \
702 --prefix %{_prefix} \
703 %{!?with_webservice:--no-web-service} \
d7e93912 704 %{!?with_gui:--no-qt} \
44a0c82d 705 --root $RPM_BUILD_ROOT
e56dcfeb 706
44a0c82d 707%{__mv} $RPM_BUILD_ROOT{%{_datadir}/%{pname},/lib/udev}/VBoxCreateUSBNode.sh
aac4c380 708cp -p %{SOURCE6} $RPM_BUILD_ROOT/etc/udev/rules.d/60-vboxdrv.rules
44a0c82d 709
bc1ca596
ER
710%if %{with dkms}
711mv $RPM_BUILD_ROOT%{_datadir}/%{pname}/src $RPM_BUILD_ROOT%{_usrsrc}/vboxhost-%{version}-%{rel}
712%{__rm} $RPM_BUILD_ROOT%{_usrsrc}/vboxhost-%{version}_PLD
713%endif
714
44a0c82d
ER
715# cleanup lowercased variants, not used in any script (less cruft)
716%{__rm} -r $RPM_BUILD_ROOT%{_bindir}/vboxautostart
717%{__rm} -r $RPM_BUILD_ROOT%{_bindir}/vboxballoonctrl
718%{__rm} -r $RPM_BUILD_ROOT%{_bindir}/vboxheadless
719%{__rm} -r $RPM_BUILD_ROOT%{_bindir}/vboxmanage
720%{__rm} -r $RPM_BUILD_ROOT%{_bindir}/vboxsdl
44a0c82d
ER
721
722# cleanup unpackaged
723%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{pname}/{sdk,testcase}
724%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{pname}/dtrace
44a0c82d
ER
725%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/vboxkeyboard.tar.bz2
726%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/tst*
727%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/scripts/generated.sh
728%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{pname}/ExtensionPacks/VNC/ExtPack-license.*
44a0c82d
ER
729%{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/vboxapi*
730
d7e93912
ER
731%if %{with gui}
732# cleanup lowercased variants, not used in any script (less cruft)
733%{__rm} -r $RPM_BUILD_ROOT%{_bindir}/virtualbox
44a0c82d
ER
734# weird icon size
735%{__rm} -r $RPM_BUILD_ROOT%{_iconsdir}/hicolor/40x40
d7e93912
ER
736%endif
737
44a0c82d
ER
738# duplicate, we already have virtualbox.png (128x128), this is 32x32
739%{__rm} -r $RPM_BUILD_ROOT%{_pixmapsdir}/VBox.png
740
741%if %{with doc}
742ln -sf %{_docdir}/%{pname}-doc-%{version}/UserManual.pdf $RPM_BUILD_ROOT%{_libdir}/%{pname}/UserManual.pdf
4f88ff56 743ln -sf %{_docdir}/%{pname}-doc-%{version}/UserManual_fr_FR.pdf $RPM_BUILD_ROOT%{_libdir}/%{pname}/UserManual_fr_FR.pdf
44a0c82d 744%endif
c38a3946 745%endif
988a8f09 746
da083e45 747%if %{with kernel}
4365ecaf 748install -d $RPM_BUILD_ROOT{/etc/modules-load.d,/sbin}
163ddb28
JR
749
750cp -a PLD-MODULE-BUILD/installed/* $RPM_BUILD_ROOT
fa974331 751
35ccdfcc 752# Tell systemd to load modules
4365ecaf
JR
753cp -p %{SOURCE7} $RPM_BUILD_ROOT/etc/modules-load.d/virtualbox-host.conf
754cp -p %{SOURCE8} $RPM_BUILD_ROOT/etc/modules-load.d/virtualbox-guest.conf
d1c4ec5b 755%endif
05f1b1f5 756
48363591 757%clean
758rm -rf $RPM_BUILD_ROOT
759
3b63d3e8 760%pre
761%groupadd -g 221 -r -f vbox
762
14561782 763%post
38d06cb9
ER
764/sbin/chkconfig --add vboxautostart
765%service -n vboxautostart restart
766
12db98a7
JR
767for i in /sys/bus/usb/devices/*; do
768 if [ -r "$i/dev" ]; then
769 dev="`cat "$i/dev" 2>/dev/null || true`"
770 major="`expr "$dev" : '\(.*\):' 2> /dev/null || true`"
771 minor="`expr "$dev" : '.*:\(.*\)' 2> /dev/null || true`"
772 class="`cat $i/bDeviceClass 2> /dev/null || true`"
773 /lib/udev/VBoxCreateUSBNode.sh "$major" "$minor" "$class" vbox 2>/dev/null
774 fi
775done
1403ac49 776
d8ed80f4 777cat << 'EOF'
4365ecaf 778You must install vboxdrv kernel modules for this software to work:
163ddb28 779 kernel*-virtualbox-host-%{version}-%{rel}@*
05f12a30 780
fa974331 781On Guest Linux system you might want to install:
163ddb28 782 kernel*-virtualbox-guest-%{version}-%{rel}@*
7841ddfd 783
d8ed80f4 784EOF
785
38d06cb9
ER
786%preun
787if [ "$1" = "0" ]; then
788 /sbin/chkconfig --del vboxautostart
789 %service vboxautostart -q stop
790fi
791
792
3b63d3e8 793%postun
794if [ "$1" = "0" ]; then
795 %groupremove vbox
796fi
797
501bee39
ER
798%post gui
799%update_desktop_database
44a0c82d 800%update_icon_cache hicolor
501bee39
ER
801%update_mime_database
802
803%postun gui
804%update_desktop_database
44a0c82d 805%update_icon_cache hicolor
501bee39
ER
806%update_mime_database
807
551622b8
ER
808%pre guest
809# Add a group "vboxsf" for Shared Folders access
810# All users which want to access the auto-mounted Shared Folders have to be added to this group.
811%groupadd -g 266 -r -f vboxsf
812
07e9b84d 813%post guest
31e46441
ER
814/sbin/chkconfig --add vboxservice
815%service vboxservice restart
4365ecaf 816%systemd_post vboxservice.service
07e9b84d 817
b93128e2 818%preun guest
07e9b84d 819if [ "$1" = "0" ]; then
31e46441
ER
820 /sbin/chkconfig --del vboxservice
821 %service vboxservice -q stop
07e9b84d 822fi
4365ecaf 823%systemd_preun vboxservice.service
07e9b84d 824
4365ecaf 825%postun guest
551622b8
ER
826if [ "$1" = "0" ]; then
827 %groupremove vboxsf
828fi
4365ecaf 829%systemd_reload
ece7f2f1 830
4365ecaf
JR
831%triggerpostun guest -- VirtualBox-guest < 4.3.0-1
832%systemd_trigger vboxservice.service
ece7f2f1 833
4365ecaf
JR
834%pre -n lightdm-greeter-vbox
835%addusertogroup xdm vbox
74268e47 836
988a8f09 837%post -n dkms-vboxguest
988a8f09
ER
838dkms add -m vboxguest -v %{version}-%{rel} --rpm_safe_upgrade && \
839dkms build -m vboxguest -v %{version}-%{rel} --rpm_safe_upgrade && \
840dkms install -m vboxguest -v %{version}-%{rel} --rpm_safe_upgrade || :
841
842%preun -n dkms-vboxguest
988a8f09
ER
843dkms remove -m vboxguest -v %{version}-%{rel} --rpm_safe_upgrade --all || :
844
845%post -n dkms-vboxhost
988a8f09
ER
846dkms add -m vboxhost -v %{version}-%{rel} --rpm_safe_upgrade && \
847dkms build -m vboxhost -v %{version}-%{rel} --rpm_safe_upgrade && \
848dkms install -m vboxhost -v %{version}-%{rel} --rpm_safe_upgrade || :
849
850%preun -n dkms-vboxhost
988a8f09
ER
851dkms remove -m vboxhost -v %{version}-%{rel} --rpm_safe_upgrade --all || :
852
d1c4ec5b 853%if %{with userspace}
48363591 854%files
855%defattr(644,root,root,755)
2daf9ea4
ER
856%dir %attr(751,root,root) %{_sysconfdir}/vbox
857%dir %attr(770,root,vbox) %{_sysconfdir}/vbox/autostart
38d06cb9
ER
858%attr(640,root,vbox) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vbox/autostart.cfg
859%attr(754,root,root) /etc/rc.d/init.d/vboxautostart
44a0c82d 860%attr(755,root,root) /sbin/mount.vdi
753cf356
ER
861%attr(755,root,root) %{_bindir}/VBox
862%attr(755,root,root) %{_bindir}/VBoxAutostart
863%attr(755,root,root) %{_bindir}/VBoxBalloonCtrl
85b005e2 864%attr(755,root,root) %{_bindir}/VBoxHeadless
865%attr(755,root,root) %{_bindir}/VBoxManage
866%attr(755,root,root) %{_bindir}/VBoxSDL
85b005e2 867%attr(755,root,root) %{_bindir}/VBoxTunctl
44a0c82d 868%dir %{_libdir}/%{pname}
753cf356 869# libraries
23790586
ER
870%attr(755,root,root) %{_libdir}/%{pname}/DBGCPlugInDiggers.so
871%attr(755,root,root) %{_libdir}/%{pname}/VBoxAuth.so
872%attr(755,root,root) %{_libdir}/%{pname}/VBoxAuthSimple.so
23790586 873%attr(755,root,root) %{_libdir}/%{pname}/VBoxDD.so
753cf356 874%attr(755,root,root) %{_libdir}/%{pname}/VBoxDD2.so
23790586
ER
875%attr(755,root,root) %{_libdir}/%{pname}/VBoxDDU.so
876%attr(755,root,root) %{_libdir}/%{pname}/VBoxDragAndDropSvc.so
23790586
ER
877%attr(755,root,root) %{_libdir}/%{pname}/VBoxGuestControlSvc.so
878%attr(755,root,root) %{_libdir}/%{pname}/VBoxGuestPropSvc.so
23790586
ER
879%attr(755,root,root) %{_libdir}/%{pname}/VBoxHostChannel.so
880%attr(755,root,root) %{_libdir}/%{pname}/VBoxKeyboard.so
23790586
ER
881%attr(755,root,root) %{_libdir}/%{pname}/VBoxOGLhostcrutil.so
882%attr(755,root,root) %{_libdir}/%{pname}/VBoxOGLhosterrorspu.so
883%attr(755,root,root) %{_libdir}/%{pname}/VBoxOGLrenderspu.so
884%attr(755,root,root) %{_libdir}/%{pname}/VBoxPython*.so
885%attr(755,root,root) %{_libdir}/%{pname}/VBoxREM.so
753cf356
ER
886%attr(755,root,root) %{_libdir}/%{pname}/VBoxRT.so
887%attr(755,root,root) %{_libdir}/%{pname}/VBoxSharedClipboard.so
888%attr(755,root,root) %{_libdir}/%{pname}/VBoxSharedCrOpenGL.so
889%attr(755,root,root) %{_libdir}/%{pname}/VBoxSharedFolders.so
890%attr(755,root,root) %{_libdir}/%{pname}/VBoxVMM.so
891%attr(755,root,root) %{_libdir}/%{pname}/VBoxXPCOM.so
892%attr(755,root,root) %{_libdir}/%{pname}/VBoxXPCOMC.so
f701b529 893%ifarch %{ix86}
23790586
ER
894%attr(755,root,root) %{_libdir}/%{pname}/VBoxREM32.so
895%attr(755,root,root) %{_libdir}/%{pname}/VBoxREM64.so
f701b529 896%endif
753cf356
ER
897
898# binaries
899%attr(755,root,root) %{_libdir}/%{pname}/VBoxAutostart
900%attr(755,root,root) %{_libdir}/%{pname}/VBoxBalloonCtrl
901%attr(755,root,root) %{_libdir}/%{pname}/VBoxExtPackHelperApp
902%attr(755,root,root) %{_libdir}/%{pname}/VBoxHeadless
903%attr(755,root,root) %{_libdir}/%{pname}/VBoxManage
904%attr(755,root,root) %{_libdir}/%{pname}/VBoxNetAdpCtl
905%attr(755,root,root) %{_libdir}/%{pname}/VBoxNetDHCP
906%attr(755,root,root) %{_libdir}/%{pname}/VBoxNetNAT
23790586 907%attr(755,root,root) %{_libdir}/%{pname}/VBoxSDL
23790586 908%attr(755,root,root) %{_libdir}/%{pname}/VBoxSVC
23790586 909%attr(755,root,root) %{_libdir}/%{pname}/VBoxVMMPreload
753cf356 910%attr(755,root,root) %{_libdir}/%{pname}/VBoxVolInfo
23790586 911%attr(755,root,root) %{_libdir}/%{pname}/VBoxXPCOMIPCD
753cf356
ER
912%attr(755,root,root) %{_libdir}/%{pname}/iPxeBaseBin
913%if %{with doc}
914%attr(755,root,root) %{_libdir}/%{pname}/VBoxManageHelp
915%endif
28b5d8a8
JP
916%dir %{_libdir}/%{pname}/tools
917%attr(755,root,root) %{_libdir}/%{pname}/tools/RTGzip
918%attr(755,root,root) %{_libdir}/%{pname}/tools/RTLdrFlt
919%attr(755,root,root) %{_libdir}/%{pname}/tools/RTManifest
920%attr(755,root,root) %{_libdir}/%{pname}/tools/RTRm
921%attr(755,root,root) %{_libdir}/%{pname}/tools/RTShutdown
922%attr(755,root,root) %{_libdir}/%{pname}/tools/RTSignTool
923%attr(755,root,root) %{_libdir}/%{pname}/tools/RTTar
44a0c82d
ER
924
925%dir %{_libdir}/%{pname}/ExtensionPacks
926%{_libdir}/%{pname}/ExtensionPacks/VNC/ExtPack.xml
927%dir %{_libdir}/%{pname}/ExtensionPacks/VNC
928%dir %{_libdir}/%{pname}/ExtensionPacks/VNC/linux*
23790586 929%attr(755,root,root) %{_libdir}/%{pname}/ExtensionPacks/VNC/linux*/VBoxVNC*.so
44a0c82d 930
7733446a 931%{_libdir}/%{pname}/VBoxDD2GC.debug
23790586 932%{_libdir}/%{pname}/VBoxDD2GC.gc
7733446a 933%{_libdir}/%{pname}/VBoxDD2R0.debug
23790586 934%{_libdir}/%{pname}/VBoxDD2R0.r0
7733446a
JR
935%{_libdir}/%{pname}/VBoxDDGC.debug
936%{_libdir}/%{pname}/VBoxDDGC.gc
937%{_libdir}/%{pname}/VBoxDDR0.debug
23790586 938%{_libdir}/%{pname}/VBoxDDR0.r0
23790586
ER
939%{_libdir}/%{pname}/VBoxEFI32.fd
940%{_libdir}/%{pname}/VBoxEFI64.fd
7733446a
JR
941%{_libdir}/%{pname}/VMMGC.debug
942%{_libdir}/%{pname}/VMMGC.gc
943%{_libdir}/%{pname}/VMMR0.debug
944%{_libdir}/%{pname}/VMMR0.r0
44a0c82d
ER
945
946%dir %{_libdir}/%{pname}/components
501bee39 947%{_libdir}/%{pname}/components/VBoxXPCOMBase.xpt
23790586
ER
948%{_libdir}/%{pname}/components/VirtualBox_XPCOM.xpt
949%attr(755,root,root) %{_libdir}/%{pname}/components/VBoxC.so
950%attr(755,root,root) %{_libdir}/%{pname}/components/VBoxSVCM.so
951%attr(755,root,root) %{_libdir}/%{pname}/components/VBoxXPCOMIPCC.so
501bee39 952
44a0c82d
ER
953%dir %{_datadir}/%{pname}
954%attr(755,root,root) %{_datadir}/%{pname}/VBoxSysInfo.sh
955
e10592b2 956%config(noreplace) %verify(not md5 mtime size) /etc/udev/rules.d/*.rules
501bee39
ER
957%attr(755,root,root) /lib/udev/VBoxCreateUSBNode.sh
958
d7e93912 959%if %{with gui}
501bee39
ER
960%files gui
961%defattr(644,root,root,755)
962%attr(755,root,root) %{_bindir}/VirtualBox
501bee39
ER
963%attr(755,root,root) %{_libdir}/%{pname}/VBoxDbg.so
964%attr(755,root,root) %{_libdir}/%{pname}/VBoxTestOGL
753cf356 965%attr(755,root,root) %{_libdir}/%{pname}/VirtualBox
44a0c82d
ER
966%dir %{_datadir}/%{pname}/nls
967%lang(bg) %{_datadir}/%{pname}/nls/*_bg.qm
968%lang(ca) %{_datadir}/%{pname}/nls/*_ca.qm
969%lang(ca_VA) %{_datadir}/%{pname}/nls/*_ca_VA.qm
970%lang(cs) %{_datadir}/%{pname}/nls/*_cs.qm
971%lang(da) %{_datadir}/%{pname}/nls/*_da.qm
972%lang(de) %{_datadir}/%{pname}/nls/*_de.qm
973%lang(en) %{_datadir}/%{pname}/nls/*_en.qm
974%lang(es) %{_datadir}/%{pname}/nls/*_es.qm
975%lang(eu) %{_datadir}/%{pname}/nls/*_eu.qm
976%lang(fi) %{_datadir}/%{pname}/nls/*_fa_IR.qm
977%lang(fi) %{_datadir}/%{pname}/nls/*_fi.qm
978%lang(fr) %{_datadir}/%{pname}/nls/*_fr.qm
979%lang(gl_ES) %{_datadir}/%{pname}/nls/*_gl_ES.qm
980%lang(hu) %{_datadir}/%{pname}/nls/*_hu.qm
981%lang(id) %{_datadir}/%{pname}/nls/*_id.qm
982%lang(it) %{_datadir}/%{pname}/nls/*_it.qm
983%lang(ja) %{_datadir}/%{pname}/nls/*_ja.qm
984%lang(km_KH) %{_datadir}/%{pname}/nls/*_km_KH.qm
985%lang(ko) %{_datadir}/%{pname}/nls/*_ko.qm
986%lang(lt) %{_datadir}/%{pname}/nls/*_lt.qm
987%lang(nl) %{_datadir}/%{pname}/nls/*_nl.qm
988%lang(pl) %{_datadir}/%{pname}/nls/*_pl.qm
989%lang(pt) %{_datadir}/%{pname}/nls/*_pt.qm
990%lang(pt_BR) %{_datadir}/%{pname}/nls/*_pt_BR.qm
991%lang(ro) %{_datadir}/%{pname}/nls/*_ro.qm
992%lang(ru) %{_datadir}/%{pname}/nls/*_ru.qm
993%lang(sk) %{_datadir}/%{pname}/nls/*_sk.qm
994%lang(sr) %{_datadir}/%{pname}/nls/*_sr.qm
995%lang(sv) %{_datadir}/%{pname}/nls/*_sv.qm
996%lang(tr) %{_datadir}/%{pname}/nls/*_tr.qm
997%lang(uk) %{_datadir}/%{pname}/nls/*_uk.qm
998%lang(zh_CN) %{_datadir}/%{pname}/nls/*_zh_CN.qm
999%lang(zh_TW) %{_datadir}/%{pname}/nls/*_zh_TW.qm
501bee39 1000%{_desktopdir}/virtualbox.desktop
44a0c82d
ER
1001%{_pixmapsdir}/virtualbox.png
1002%{_iconsdir}/hicolor/*/apps/virtualbox.png
1003%{_iconsdir}/hicolor/*/apps/virtualbox.svg
1004%{_iconsdir}/hicolor/*/mimetypes/virtualbox-*.png
501bee39 1005%{_datadir}/mime/packages/virtualbox.xml
d7e93912 1006%endif
12db98a7 1007
ffb38bb6 1008%files additions
9dda6415 1009%defattr(644,root,root,755)
44a0c82d 1010%{_datadir}/%{pname}/VBoxGuestAdditions.iso
ffb38bb6 1011
1067d08d
ER
1012%files guest
1013%defattr(644,root,root,755)
c11f39b3 1014%attr(755,root,root) /sbin/mount.vboxsf
07e9b84d 1015%attr(754,root,root) /etc/rc.d/init.d/vboxservice
4365ecaf 1016%{systemdunitdir}/vboxservice.service
c0372ee9
ER
1017%attr(755,root,root) %{_bindir}/VBoxControl
1018%attr(755,root,root) %{_bindir}/VBoxService
1019
1020%files guest-x11
3d9b19d8 1021%defattr(644,root,root,755)
90de3b27 1022/etc/xdg/autostart/vboxclient.desktop
4e3859c5
ER
1023%attr(755,root,root) %{_bindir}/VBoxClient
1024%attr(755,root,root) %{_bindir}/VBoxClient-all
1067d08d 1025
21a1d8ab
ER
1026%if %{with webservice}
1027%files webservice
1028%defattr(644,root,root,755)
44a0c82d 1029%attr(755,root,root) %{_bindir}/vboxwebsrv
21a1d8ab
ER
1030%attr(755,root,root) %{_libdir}/%{pname}/vboxwebsrv
1031%attr(755,root,root) %{_libdir}/%{pname}/webtest
1032%endif
1033
8d08b907 1034%if %{with lightdm}
9e4dd6a9 1035%files -n lightdm-greeter-vbox
8d08b907
ER
1036%defattr(644,root,root,755)
1037%attr(755,root,root) %{_sbindir}/vbox-greeter
1038%{_datadir}/xgreeters/vbox-greeter.desktop
1039%endif
1040
3613936b
JR
1041%files -n pam-pam_vbox
1042%defattr(644,root,root,755)
3ee6b9d9 1043%attr(755,root,root) /%{_lib}/security/pam_vbox.so
3613936b 1044
90de3b27
ER
1045%if %{with doc}
1046%files doc
1047%defattr(644,root,root,755)
f0a66b84
JR
1048# this is a symlink...
1049%doc %{_libdir}/%{pname}/UserManual.pdf
4f88ff56 1050%lang(fr) %doc %{_libdir}/%{pname}/UserManual_fr_FR.pdf
f0a66b84 1051# ..to this file
90de3b27 1052%doc %{outdir}/UserManual.pdf
4f88ff56 1053%lang(fr) %doc %{outdir}/UserManual_fr_FR.pdf
90de3b27
ER
1054%endif
1055
09c79ddb 1056%files -n xorg-driver-video-vboxvideo
1057%defattr(644,root,root,755)
1058%attr(755,root,root) %{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
27a1aef6
ER
1059%attr(755,root,root) %{_libdir}/xorg/modules/dri/vboxvideo_dri.so
1060# vboxvideo_dri.so deps
1067d08d 1061%attr(755,root,root) %{_libdir}/VBoxOGLarrayspu.so
27a1aef6
ER
1062%attr(755,root,root) %{_libdir}/VBoxOGLcrutil.so
1063%attr(755,root,root) %{_libdir}/VBoxOGLerrorspu.so
1064%attr(755,root,root) %{_libdir}/VBoxOGLfeedbackspu.so
1065%attr(755,root,root) %{_libdir}/VBoxOGLpackspu.so
1066%attr(755,root,root) %{_libdir}/VBoxOGLpassthroughspu.so
988a8f09
ER
1067
1068%if %{with dkms}
1069%files -n dkms-vboxguest
1070%defattr(644,root,root,755)
1071%{_usrsrc}/vboxguest-%{version}-%{rel}
1072
1073%files -n dkms-vboxhost
1074%defattr(644,root,root,755)
1075%{_usrsrc}/vboxhost-%{version}-%{rel}
1076%endif
c38a3946 1077%endif
This page took 0.420301 seconds and 4 git commands to generate.