SPECS: cairo.spec - gcc41 fix, testsuite bconded, TODO added.
pluto
pluto at pld-linux.org
Thu Nov 17 00:11:57 CET 2005
Author: pluto Date: Wed Nov 16 23:11:57 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- gcc41 fix, testsuite bconded, TODO added.
---- Files affected:
SPECS:
cairo.spec (1.41 -> 1.42)
---- Diffs:
================================================================
Index: SPECS/cairo.spec
diff -u SPECS/cairo.spec:1.41 SPECS/cairo.spec:1.42
--- SPECS/cairo.spec:1.41 Thu Nov 10 23:00:28 2005
+++ SPECS/cairo.spec Thu Nov 17 00:11:52 2005
@@ -1,18 +1,24 @@
# $Revision$, $Date$
#
+# TODO:
+# testsuite failures:
+# https://bugs.freedesktop.org/show_bug.cgi?id=5076
+#
# Conditional build:
%bcond_without apidocs # disable gtk-doc
%bcond_with xcb # enable XCB backend (XCB not released yet)
+%bcond_with tests # perform tests (can fail due to out of memory)
#
Summary: Cairo - multi-platform 2D graphics library
Summary(pl): Cairo - wieloplatformowa biblioteka graficzna 2D
Name: cairo
Version: 1.0.2
-Release: 2
+Release: 2.1
License: LGPL v2.1 or MPL v1.1
Group: Libraries
Source0: http://cairographics.org/releases/%{name}-%{version}.tar.gz
# Source0-md5: d0b7111a14f90ec3afa777ec40c44984
+Patch0: %{name}-gcc4.patch
URL: http://cairographics.org/
BuildRequires: autoconf >= 2.54
BuildRequires: automake >= 1.7
@@ -103,6 +109,7 @@
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}
@@ -118,6 +125,7 @@
--enable-pdf \
--with-html-dir=%{_gtkdocdir}
%{__make}
+%{?with_tests:%{__make} check}
%install
rm -rf $RPM_BUILD_ROOT
@@ -155,6 +163,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.42 2005/11/16 23:11:52 pluto
+- gcc41 fix, testsuite bconded, TODO added.
+
Revision 1.41 2005/11/10 22:00:28 adgor
- wo apidocs bcond
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cairo.spec?r1=1.41&r2=1.42&f=u
More information about the pld-cvs-commit
mailing list