automatic version update by autodist [release 5.1.6-1mamba;Tue Sep 13 2016]
This commit is contained in:
parent
88e3505946
commit
1f24c535be
@ -17,8 +17,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: VirtualBox
|
Name: VirtualBox
|
||||||
Version: 5.1.4
|
Version: 5.1.6
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A general-purpose full virtualizer for x86 hardware
|
Summary: A general-purpose full virtualizer for x86 hardware
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -42,7 +42,6 @@ Patch5: VirtualBox-4.3.26-vdfuse.patch
|
|||||||
Patch6: VirtualBox-5.0.4-x86-upstream-buildfixes.patch
|
Patch6: VirtualBox-5.0.4-x86-upstream-buildfixes.patch
|
||||||
Patch7: VirtualBox-5.0.24-build-gsoap.patch
|
Patch7: VirtualBox-5.0.24-build-gsoap.patch
|
||||||
Patch8: VirtualBox-5.0.24-ogl-include-path.patch
|
Patch8: VirtualBox-5.0.24-ogl-include-path.patch
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -183,11 +182,11 @@ VBOX_WITH_VALIDATIONKIT=
|
|||||||
#VBOX_VERSION_STRING=\$(VBOX_VERSION_MAJOR).\$(VBOX_VERSION_MINOR).\$(VBOX_VERSION_BUILD)_openmamba
|
#VBOX_VERSION_STRING=\$(VBOX_VERSION_MAJOR).\$(VBOX_VERSION_MINOR).\$(VBOX_VERSION_BUILD)_openmamba
|
||||||
VBOX_JAVA_HOME=%{_jvmdir}/jdk
|
VBOX_JAVA_HOME=%{_jvmdir}/jdk
|
||||||
# fix gsoap missing zlib include and produce errors with --as-needed
|
# fix gsoap missing zlib include and produce errors with --as-needed
|
||||||
VBOX_GSOAP_CXX_LIBS := gsoapssl++ z
|
VBOX_GSOAP_CXX_LIBS=gsoapssl++ z
|
||||||
# use system xorg
|
# use system xorg
|
||||||
VBOX_USE_SYSTEM_XORG_HEADERS = 1
|
VBOX_USE_SYSTEM_XORG_HEADERS=1
|
||||||
# no update request
|
# no update request
|
||||||
VBOX_WITH_UPDATE_REQUEST := 0
|
VBOX_WITH_UPDATE_REQUEST=
|
||||||
VBOX_GCC_OPT=%{optflags}" > LocalConfig.kmk
|
VBOX_GCC_OPT=%{optflags}" > LocalConfig.kmk
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -203,6 +202,9 @@ export CXXFLAGS="%optflags"
|
|||||||
--with-gcc=%{_host}-gcc \
|
--with-gcc=%{_host}-gcc \
|
||||||
--with-g++=%{_host}-g++ \
|
--with-g++=%{_host}-g++ \
|
||||||
--enable-vnc \
|
--enable-vnc \
|
||||||
|
%ifnarch x86_64
|
||||||
|
--disable-python \
|
||||||
|
%endif
|
||||||
%if "%{stage1}" == "1"
|
%if "%{stage1}" == "1"
|
||||||
--disable-java
|
--disable-java
|
||||||
%endif
|
%endif
|
||||||
@ -214,7 +216,8 @@ export CXXFLAGS="%optflags"
|
|||||||
|
|
||||||
. ./env.sh
|
. ./env.sh
|
||||||
|
|
||||||
kmk %{?_smp_mflags} EB_LD=ld.bfd
|
kmk %{?_smp_mflags} CPPFLAGS="%{optflags} -fpermissive"
|
||||||
|
# EB_LD=ld.bfd
|
||||||
# || true
|
# || true
|
||||||
|
|
||||||
## workaround
|
## workaround
|
||||||
@ -657,6 +660,9 @@ fi
|
|||||||
%{_prefix}/src/vboxvideo-%{version}/*
|
%{_prefix}/src/vboxvideo-%{version}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 13 2016 Automatic Build System <autodist@mambasoft.it> 5.1.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Aug 21 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.4-2mamba
|
* Sun Aug 21 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.4-2mamba
|
||||||
- remove custom VBOX_VERSION_STRING to fix built-in extensions loading
|
- remove custom VBOX_VERSION_STRING to fix built-in extensions loading
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user