[packages/libdrm] avoid man being disabled in the future if somebody forgots to remove the workaround

glen glen at pld-linux.org
Sun Jan 20 13:40:25 CET 2013


commit f6c74ccb814998086a979cdf7204ec12e7116aeb
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Jan 20 14:39:48 2013 +0200

    avoid man being disabled in the future if somebody forgots to remove the workaround

 libdrm.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/libdrm.spec b/libdrm.spec
index cdad97c..493b756 100644
--- a/libdrm.spec
+++ b/libdrm.spec
@@ -52,7 +52,9 @@ Statyczna biblioteka libdrm.
 %setup -q
 
 # disable man pages for now; will be fixed in 2.4.42
+%if "%{version}" == "2.4.41"
 %{__sed} -i -e '/man\/Makefile/d' configure.ac
+%endif
 
 %build
 %{__libtoolize}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libdrm.git/commitdiff/f6c74ccb814998086a979cdf7204ec12e7116aeb



More information about the pld-cvs-commit mailing list