]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- fixed xinput-abi dep for Titanium, release 3 auto/ti/VirtualBox-2_2_0-3
authorhawk <hawk@pld-linux.org>
Sat, 25 Apr 2009 11:01:31 +0000 (11:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VirtualBox.spec -> 1.197

VirtualBox.spec

index f471081722573939f927c1ba80ec1d8e276b2170..fef8fe048b62490bcb46de2484ff7744a12dd386 100644 (file)
@@ -23,7 +23,7 @@
 %define                _enable_debug_packages  0
 %endif
 
-%define                rel             2
+%define                rel             3
 %define                pname   VirtualBox
 Summary:       VirtualBox OSE - x86 hardware virtualizer
 Summary(pl.UTF-8):     VirtualBox OSE - wirtualizator sprzętu x86
@@ -252,8 +252,13 @@ Summary:   X.org mouse driver for VirtualBox OSE guest OS
 Summary(pl.UTF-8):     Sterownik myszy dla systemu gościa w VirtualBoksie OSE
 Release:       %{rel}
 Group:         X11/Applications
+%if "%{pld_release}" == "ti"
+Requires:      xorg-xserver-server(xinput-abi) >= 2.1
+Requires:      xorg-xserver-server(xinput-abi) < 5.0
+%else
 Requires:      xorg-xserver-server(xinput-abi) >= 4.0
 Requires:      xorg-xserver-server(xinput-abi) < 5.0
+%endif
 Requires:      xorg-xserver-server >= 1.0.99.901
 
 %description -n xorg-driver-input-vboxmouse
This page took 0.036658 seconds and 4 git commands to generate.