xorg-x11-drv-ati: Update to 7.1.0.

This is a major update to the latest stable version.
Requires xorg-x11-server-devel >= 1.13.2 to be sure to compile for the new version of the x-server.
This commit is contained in:
Stefan Schantl 2013-02-05 20:21:35 +01:00
parent eabec94692
commit 8990ff5845
1 changed files with 12 additions and 6 deletions

View File

@ -4,7 +4,7 @@
###############################################################################
name = xorg-x11-drv-ati
version = 6.13.1
version = 7.1.0
release = 1
maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
@ -17,23 +17,25 @@ description
X.Org X11 ati video driver.
end
# Specify the X Server version to build for.
x11_server_ver = 1.13.2
thisapp = xf86-video-ati-%{version}
source_dl = http://ftp.x.org/pub/individual/driver/
sources = xf86-video-ati-%{version}.tar.bz2
build
requires
libdrm-devel
libpciaccess-devel
libX11-devel
mesa-devel
mesa-devel >= 9.0.2
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-ati-%{version}
CFLAGS += -Wl,-z,lazy
configure_options += \
@ -47,6 +49,10 @@ end
packages
package %{name}
requires
dri-drivers >= 9.0.2
xorg-x11-server >= %{x11_server_ver}
end
end
package %{name}-debuginfo