Author: boiko
Date: Fri Feb  9 16:54:53 2007
New Revision: 118504

Added:
   packages/cooker/libx11/current/SOURCES/libX11-1.1.1.tar.bz2   (contents, 
props changed)
Removed:
   packages/cooker/libx11/current/SOURCES/libX11-1.0.3.tar.bz2
Modified:
   packages/cooker/libx11/current/SPECS/libx11.spec

Log:
- new upstream release: 1.1.1


Added: packages/cooker/libx11/current/SOURCES/libX11-1.1.1.tar.bz2
==============================================================================
Binary file. No diff available.

Modified: packages/cooker/libx11/current/SPECS/libx11.spec
==============================================================================
--- packages/cooker/libx11/current/SPECS/libx11.spec    (original)
+++ packages/cooker/libx11/current/SPECS/libx11.spec    Fri Feb  9 16:54:53 2007
@@ -1,10 +1,11 @@
+%define enable_xcb 0
 # mklibname should handle the special cases of library naming
 %define libx11 %mklibname x11_ 6
 %define libxorgoldname %mklibname xorg-x11
 Name: libx11
 Summary: X Library
-Version: 1.0.3
-Release: %mkrel 3
+Version: 1.1.1
+Release: %mkrel 1
 Group: Development/X11
 License: MIT
 URL: http://xorg.freedesktop.org
@@ -157,7 +158,12 @@
 %build
 aclocal && libtoolize --force && automake && autoconf
 %configure2_5x --x-includes=%{_includedir}\
-               --x-libraries=%{_libdir}
+               --x-libraries=%{_libdir}\
+               %if %enable_xcb
+               --with-xcb
+               %else
+               --without-xcb
+               %endif
 
 %make
 

Reply via email to