]> git.pld-linux.org Git - packages/libdrm.git/commitdiff
- updated to 2.4.41; man pages temporarily disabled auto/th/libdrm-2.4.41-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Jan 2013 14:54:58 +0000 (15:54 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Jan 2013 14:54:58 +0000 (15:54 +0100)
libdrm.spec

index f342d11530b3cdf0a4685319c32a77f74c0a9457..cdad97cb99c56f09bbc25e871df2e19ed774a27c 100644 (file)
@@ -1,18 +1,19 @@
 Summary:       Userspace interface to kernel DRM services
 Summary(pl.UTF-8):     Interfejs przestrzeni użytkownika do usług DRM jądra
 Name:          libdrm
-Version:       2.4.40
+Version:       2.4.41
 Release:       1
 License:       MIT
 Group:         Libraries
 Source0:       http://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.bz2
-# Source0-md5: 626a3dc44a40ef37565b61732b688567
+# Source0-md5: 04f40d6a647e5149fe442cf536ae0a37
 URL:           http://dri.freedesktop.org/
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.10
 BuildRequires: libpthread-stubs
 BuildRequires: libtool >= 2:2.2
 BuildRequires: pkgconfig
+BuildRequires: sed >= 4.0
 BuildRequires: xorg-lib-libpciaccess-devel >= 0.10
 Requires:      xorg-lib-libpciaccess >= 0.10
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -50,6 +51,9 @@ Statyczna biblioteka libdrm.
 %prep
 %setup -q
 
+# disable man pages for now; will be fixed in 2.4.42
+%{__sed} -i -e '/man\/Makefile/d' configure.ac
+
 %build
 %{__libtoolize}
 %{__aclocal}
@@ -128,7 +132,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/libdrm_exynos.pc
 %{_pkgconfigdir}/libdrm_omap.pc
 %endif
-%{_mandir}/man3/drm*.3*
+#%{_mandir}/man3/drm*.3*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.058332 seconds and 4 git commands to generate.