]> git.pld-linux.org Git - packages/libdrm.git/blobdiff - libdrm.spec
- r200 vertex programs
[packages/libdrm.git] / libdrm.spec
index dd33e9c96a0ad73e35fbece642fd87af4c0f6e50..7b4e91537c0d3da45d2fcbc1fc04d31faa2e00b6 100644 (file)
@@ -1,16 +1,16 @@
 Summary:       Userspace interface to kernel DRM services
 Summary(pl):   Interfejs przestrzeni u¿ytkownika do us³ug DRM j±dra
 Name:          libdrm
-Version:       1.0.3
+Version:       2.0.1
 Release:       1
 License:       MIT
 Group:         Libraries
-Source0:       http://people.freedesktop.org/~ajax/libdrm/%{name}-%{version}.tar.gz
-# Source0-md5: 2fd32375b17fa80e3a962276f98d6440
+Source0:       http://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.gz
+# Source0-md5: 1f4d59a4c77756b364c6f4e5665f9c27
 URL:           http://dri.freedesktop.org/
-# currently uses <X11/Xlibint.h>
-BuildRequires: XFree86-devel
-#BuildRequires:        xorg-lib-libX11-devel
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -47,6 +47,11 @@ Statyczna biblioteka libdrm.
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.02531 seconds and 4 git commands to generate.