Browse Source

VirtualBox: 4.2.4-1
- new upstream release
- add patch120,source50,51 to add vine templates

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7045 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 11 years ago
parent
commit
563efa5a07
1 changed files with 14 additions and 2 deletions
  1. 14 2
      V/VirtualBox/VirtualBox-vl.spec

+ 14 - 2
V/VirtualBox/VirtualBox-vl.spec

@@ -1,4 +1,4 @@
-%define version	4.2.2
+%define version	4.2.4
 %define release	1%{?_dist_release}
 
 %define kname	vboxdrv
@@ -50,6 +50,9 @@ Source3:	vboxadd-timesync.vine
 Source4:	60-vboxadd.perms
 Source10:	VirtualBox.png
 
+Source50:	os_vine.png
+Source51:	os_vine_64.png
+
 # missing testcase required to get things going
 Source100:      https://www.virtualbox.org/download/testcase/nls/4.2/qt_fa_IR.ts
 
@@ -74,7 +77,8 @@ Patch50:	VirtualBox-4.1.0-fix_kernel_panic_on_shutdown.patch
 # vine
 Patch100:	VirtualBox-2.2.2-buildfix.patch
 Patch101:       VirtualBox-4.1.2-vboxpci-build.patch
-Patch110:	VirtualBox-3.2.4-vine.patch
+Patch110:	VirtualBox-4.2.4-vine.patch
+Patch120:	VirtualBox-4.2.4-add-templates.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
 ExclusiveArch:	%{ix86} x86_64
@@ -228,6 +232,10 @@ VirtualBox のゲストシステム用の X.org ビデオドライバです。
 %patch100 -p1 -b .buildfix
 #%patch101 -p1 -b .vboxpci-build
 %patch110 -p1 -b .vine
+%patch120 -p1 -b .add-templates
+
+# add vine icons
+cp -f %{SOURCE50} %{SOURCE51} src/VBox/Frontends/VirtualBox/images/
 
 # remove prebuilt binaries
 # rm -rf kBuild tools
@@ -579,6 +587,10 @@ set -x
 
 
 %changelog
+* Thu Nov 01 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.4-1
+- new upstream release
+- add patch120,source50,51 to add vine templates
+
 * Fri Oct 19 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.2.2-1
 - new upstream release
 - add Source100 (accidentally not included in the source tarball?)