SPECS: libdrm.spec - rebuild ac/am/lt to get rid of g++ build depe...

qboosh qboosh at pld-linux.org
Thu Oct 20 17:05:13 CEST 2005


Author: qboosh                       Date: Thu Oct 20 15:05:13 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rebuild ac/am/lt to get rid of g++ build dependency

---- Files affected:
SPECS:
   libdrm.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/libdrm.spec
diff -u SPECS/libdrm.spec:1.2 SPECS/libdrm.spec:1.3
--- SPECS/libdrm.spec:1.2	Thu Oct 20 12:59:06 2005
+++ SPECS/libdrm.spec	Thu Oct 20 17:05:08 2005
@@ -9,8 +9,10 @@
 Source0:	http://people.freedesktop.org/~ajax/libdrm/%{name}-%{version}.tar.gz
 # Source0-md5:	2fd32375b17fa80e3a962276f98d6440
 URL:		http://dri.freedesktop.org/
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
+BuildRequires:	libtool
 # currently uses <X11/Xlibint.h>
-#BuildRequires:	XFree86-devel
 BuildRequires:	xorg-lib-libX11-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -48,6 +50,11 @@
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -85,6 +92,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/10/20 15:05:08  qboosh
+- rebuild ac/am/lt to get rid of g++ build dependency
+
 Revision 1.2  2005/10/20 10:59:06  jpc
 - move to modular deps
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libdrm.spec?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list