]> git.pld-linux.org Git - packages/VirtualBox.git/blobdiff - VirtualBox.spec
- updated to 1.6.2
[packages/VirtualBox.git] / VirtualBox.spec
index b3b11a117b019a48fd4716785fef61fc3d2888cb..230738aec0b9533e41ec16cabbbb135be0fc1827 100644 (file)
@@ -11,7 +11,7 @@
 %bcond_without kernel          # don't build kernel module
 %bcond_without userspace       # don't build userspace package
 
-%define                rel             4
+%define                rel             0.1
 
 %if %{without kernel}
 %undefine      with_dist_kernel
 Summary:       VirtualBox OSE - x86 hardware virtualizer
 Summary(pl.UTF-8):     VirtualBox OSE - wirtualizator sprzętu x86
 Name:          %{pname}%{_alt_kernel}
-Version:       1.6.0
+Version:       1.6.2
 Release:       %{rel}
 License:       GPL v2
 Group:         Applications/Emulators
-# Source can't be downloaded directly anymore, you may get it manually from
-# http://www.virtualbox.org/wiki/Downloads
-Source0:       %{pname}-%{version}-OSE.tar.bz2
-# Source0-md5: 44692aa0e7a8cb6bb36f367d67d78d6a
+Source0:       http://www.virtualbox.org/download/%{version}/%{pname}-%{version}-OSE.tar.bz2
+# Source0-md5: 0372a3a31326078f7849a0467d547a70
 Source1:       http://www.virtualbox.org/download/%{version}/UserManual.pdf
-# Source1-md5: e21694fd087b42173bca3fc9af068f22
+# Source1-md5: 32505857b575f0fb6f71ba1738c1e102
 Source2:       http://www.virtualbox.org/download/%{version}/VBoxGuestAdditions_%{version}.iso
-# Source2-md5: e90b718aa806845194fd411e3dbf78ff
+# Source2-md5: 3cac7e911e545038102ff641cba66365
 Source3:       %{pname}-vboxdrv.init
 Source4:       %{pname}-vboxadd.init
 Source5:       %{pname}.desktop
@@ -58,7 +56,9 @@ BuildRequires:        bin86
 BuildRequires: gcc >= 5:3.2.3
 BuildRequires: iasl
 %endif
-%{?with_dist_kernel:BuildRequires:     kernel%{_alt_kernel}-module-build >= 3:2.6.20}
+%if %{with dist_kernel}
+BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.20
+%endif
 %if %{with userspace}
 BuildRequires: Qt3Support-devel
 BuildRequires: libIDL-devel
This page took 0.030647 seconds and 4 git commands to generate.