]> git.pld-linux.org Git - packages/cairo.git/commitdiff
- gcc41 fix, testsuite bconded, TODO added.
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 16 Nov 2005 23:11:52 +0000 (23:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cairo.spec -> 1.42

cairo.spec

index e14ce95d4b797687c258993458b031a67bbcd8c5..3fc90ec9fea91d5b270487e4c1ec066b6fe86625 100644 (file)
@@ -1,17 +1,23 @@
 #
+# 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
@@ -102,6 +108,7 @@ Statyczna biblioteka Cairo.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -117,6 +124,7 @@ Statyczna biblioteka Cairo.
        --enable-pdf \
        --with-html-dir=%{_gtkdocdir}
 %{__make}
+%{?with_tests:%{__make} check}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.059567 seconds and 4 git commands to generate.