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