Author: fcrozat
Date: Fri Dec  8 11:01:22 2006
New Revision: 92213

Added:
   packages/cooker/cairo/current/SOURCES/cairo-1.3.6.tar.bz2   (contents, props 
changed)
Removed:
   packages/cooker/cairo/current/SOURCES/cairo-1.3.4.tar.bz2
Modified:
   packages/cooker/cairo/current/SPECS/cairo.spec

Log:
- Release 1.3.6
- Enable tests, they pass now


Added: packages/cooker/cairo/current/SOURCES/cairo-1.3.6.tar.bz2
==============================================================================
Binary file. No diff available.

Modified: packages/cooker/cairo/current/SPECS/cairo.spec
==============================================================================
--- packages/cooker/cairo/current/SPECS/cairo.spec      (original)
+++ packages/cooker/cairo/current/SPECS/cairo.spec      Fri Dec  8 11:01:22 2006
@@ -4,7 +4,7 @@
 
 Summary:       Cairo - multi-platform 2D graphics library
 Name:          cairo
-Version: 1.3.4
+Version: 1.3.6
 Release: %mkrel 1
 License:       BSD
 Group:         System/Libraries
@@ -102,15 +102,15 @@
 %make
 
 %check
-#XDISPLAY=$(i=1; while [ -f /tmp/.X$i-lock ]; do i=$(($i+1)); done; echo $i)
-#%if %mdkversion <= 200600
-#%{_prefix}/X11R6/bin/Xvfb :$XDISPLAY &
-#%else
-#%{_bindir}/Xvfb :$XDISPLAY &
-#%endif
-#export DISPLAY=:$XDISPLAY
-#make check
-#kill $(cat /tmp/.X$XDISPLAY-lock)
+XDISPLAY=$(i=1; while [ -f /tmp/.X$i-lock ]; do i=$(($i+1)); done; echo $i)
+%if %mdkversion <= 200600
+%{_prefix}/X11R6/bin/Xvfb :$XDISPLAY &
+%else
+%{_bindir}/Xvfb :$XDISPLAY &
+%endif
+export DISPLAY=:$XDISPLAY
+make check
+kill $(cat /tmp/.X$XDISPLAY-lock)
 
 %install
 rm -rf $RPM_BUILD_ROOT

Reply via email to