rpms/xorg-x11-drv-ati/devel xorg-x11-drv-ati.spec,1.72,1.73

Dave Airlie (airlied) fedora-extras-commits at redhat.com
Wed Dec 19 05:25:40 UTC 2007


Author: airlied

Update of /cvs/pkgs/rpms/xorg-x11-drv-ati/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv840

Modified Files:
	xorg-x11-drv-ati.spec 
Log Message:
add autoconf to build
CVSc ----------------------------------------------------------------------



Index: xorg-x11-drv-ati.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ati/devel/xorg-x11-drv-ati.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- xorg-x11-drv-ati.spec	19 Dec 2007 05:11:57 -0000	1.72
+++ xorg-x11-drv-ati.spec	19 Dec 2007 05:24:47 -0000	1.73
@@ -32,6 +32,8 @@
 BuildRequires: xorg-x11-server-sdk >= 1.4.99.1
 BuildRequires: mesa-libGL-devel >= 6.4-4
 BuildRequires: libdrm-devel >= 2.0-1
+BuildRequires: automake autoconf libtool pkgconfig
+BuildRequires: xorg-x11-util-macros >= 1.1.5
 
 Requires:  hwdata
 Requires:  xorg-x11-server-Xorg >= 1.4.99.1
@@ -47,6 +49,7 @@
 %patch4 -p1 -b .ddc
 
 %build
+aclocal ; automake -a ; autoconf
 %configure --disable-static
 make %{?_smp_mflags}
 




More information about the fedora-extras-commits mailing list