SPECS: xorg-xserver-xgl.spec - correct building --without libGL (t...

wolf wolf at pld-linux.org
Sat Mar 11 14:12:03 CET 2006


Author: wolf                         Date: Sat Mar 11 13:12:03 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- correct building --without libGL (thanks to lukasz.krotowski at gmail.com)

---- Files affected:
SPECS:
   xorg-xserver-xgl.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/xorg-xserver-xgl.spec
diff -u SPECS/xorg-xserver-xgl.spec:1.7 SPECS/xorg-xserver-xgl.spec:1.8
--- SPECS/xorg-xserver-xgl.spec:1.7	Sat Feb 25 02:12:55 2006
+++ SPECS/xorg-xserver-xgl.spec	Sat Mar 11 14:11:54 2006
@@ -176,7 +176,6 @@
 
 install libGL.so.1.2 $RPM_BUILD_ROOT%{_libdir}/xgl
 ln -s libGL.so.1.2 $RPM_BUILD_ROOT%{_libdir}/xgl/libGL.so.1
-
 %endif
 
 %clean
@@ -188,10 +187,12 @@
 %dir %{_libdir}/xorg/modules/xgl
 %attr(755,root,root) %{_libdir}/xorg/modules/xgl/lib*.so
 
+%if %{with libGL}
 %files libGL
 %defattr(644,root,root,755)
 %dir %{_libdir}/xgl
 %attr(755,root,root) %{_libdir}/xgl/*
+%endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -199,6 +200,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2006/03/11 13:11:54  wolf
+- correct building --without libGL (thanks to lukasz.krotowski at gmail.com)
+
 Revision 1.7  2006/02/25 01:12:55  wolf
 - build needed libGL
 - rel 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xorg-xserver-xgl.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list