Author: freetz                       Date: Fri Feb 10 08:46:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- glitz bconded and switched off by default, rel.7

---- Files affected:
SPECS:
   cairo.spec (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: SPECS/cairo.spec
diff -u SPECS/cairo.spec:1.46 SPECS/cairo.spec:1.47
--- SPECS/cairo.spec:1.46       Thu Feb  9 11:44:56 2006
+++ SPECS/cairo.spec    Fri Feb 10 09:46:04 2006
@@ -2,6 +2,7 @@
 #
 # Conditional build:
 %bcond_without apidocs         # disable gtk-doc
+%bcond_with    glitz           # build with glitz backend
 %bcond_with    xcb             # enable XCB backend (XCB not released yet)
 %bcond_with    tests           # perform tests (can fail due to out of memory)
 #
@@ -9,7 +10,7 @@
 Summary(pl):   Cairo - wieloplatformowa biblioteka graficzna 2D
 Name:          cairo
 Version:       1.0.2
-Release:       6
+Release:       7
 License:       LGPL v2.1 or MPL v1.1
 Group:         Libraries
 Source0:       http://cairographics.org/releases/%{name}-%{version}.tar.gz
@@ -20,7 +21,7 @@
 BuildRequires: automake >= 1.7
 BuildRequires: fontconfig-devel
 BuildRequires: freetype-devel >= 1:2.1.10
-BuildRequires: glitz-devel >= 0.4.4
+%{?with_glitz:BuildRequires:   glitz-devel >= 0.4.4}
 %{?with_apidocs:BuildRequires: gtk-doc >= 1.3}
 BuildRequires: libpng-devel
 BuildRequires: libtool
@@ -29,7 +30,7 @@
 BuildRequires: xorg-lib-libXrender-devel
 BuildRequires: zlib-devel
 Requires:      freetype >= 1:2.1.10
-Requires:      glitz >= 0.4.4
+%{?with_glitz:Requires:        glitz >= 0.4.4}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -115,7 +116,7 @@
 %configure \
        %{?with_apidocs:--enable-gtk-doc} \
        %{?with_xcb:--enable-xcb} \
-       --enable-glitz \
+       %{?with_glitz:--enable-glitz} \
        --enable-ps \
        --enable-pdf \
        --with-html-dir=%{_gtkdocdir}
@@ -158,6 +159,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.47  2006/02/10 08:46:04  freetz
+- glitz bconded and switched off by default, rel.7
+
 Revision 1.46  2006/02/09 10:44:56  pluto
 - argh, fix missed xrender deps, release 6.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cairo.spec?r1=1.46&r2=1.47&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to