xorg-x11-drv-vmware: Update to 13.0.0.

This is a major update to the latest stable version.
This commit is contained in:
Stefan Schantl 2013-02-05 20:38:19 +01:00
parent 6a135c6a09
commit 20df70587f
1 changed files with 10 additions and 6 deletions

View File

@ -4,7 +4,7 @@
###############################################################################
name = xorg-x11-drv-vmware
version = 11.0.2
version = 13.0.0
release = 1
maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
@ -17,8 +17,12 @@ description
X.Org X11 vmware video driver.
end
# Specify the X Server version to build for.
x11_server_ver = 1.13.2
thisapp = xf86-video-vmware-%{version}
source_dl = http://ftp.x.org/pub/individual/driver/
sources = xf86-video-vmware-%{version}.tar.bz2
build
requires
@ -27,13 +31,10 @@ build
libpciaccess-devel
pkg-config
xorg-x11-proto-devel
xorg-x11-server-devel
xorg-x11-server-devel >= %{x11_server_ver}
xorg-x11-util-macros
end
DIR_APP = %{DIR_SRC}/xf86-video-vmware-%{version}
CFLAGS += -Wl,-z,lazy
configure_options += \
@ -46,6 +47,9 @@ end
packages
package %{name}
requires
xorg-x11-server >= %{x11_server_ver}
end
end
package %{name}-debuginfo