diff --git a/baselibs.conf b/baselibs.conf index e932668..2c4ceb0 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,2 +1,3 @@ cairo arch ppc package cairo-devel +arch sparcv9 package cairo-devel diff --git a/cairo.changes b/cairo.changes index cd253e0..0f2981b 100644 --- a/cairo.changes +++ b/cairo.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 16 11:07:29 CET 2009 - jengelh@medozas.de + +- Package baselibs.conf as a source +- Add baselib definitions for SPARC + ------------------------------------------------------------------- Mon Oct 5 18:16:03 CEST 2009 - vuntz@opensuse.org diff --git a/cairo.spec b/cairo.spec index 7f620f3..7d9ca07 100644 --- a/cairo.spec +++ b/cairo.spec @@ -28,13 +28,14 @@ BuildRequires: xorg-x11-libxcb-devel # These libraries are needed only for tests. # Do not enable tests in build systems, it causes build loop! #BuildRequires: librsvg-devel poppler-devel -License: LGPL v2.1 or later ; MPL .. +License: LGPLv2.1+ ; MPL .. Group: Development/Libraries/X11 Summary: Vector Graphics Library with Cross-Device Output Support Url: http://cairographics.org/ Version: 1.8.8 -Release: 1 +Release: 2 Source: %{name}-%{version}.tar.bz2 +Source99: baselibs.conf # PATCH-FIX-UPSTREAM cairo-1.8.6-repeat-modes.patch vuntz@opensuse.org -- Based on patch from Fedora & Ubuntu Patch0: cairo-1.8.6-repeat-modes.patch # PATCH-FIX-UPSTREAM cairo-lcd-filter.patch vuntz@opensuse.org -- Improve font rendering on LCD, patch used by Debian, Mandriva & Ubuntu @@ -57,7 +58,7 @@ identical output on all output media while taking advantage of display hardware acceleration when available. %package devel -License: LGPL v2.1 or later ; MPL .. +License: LGPLv2.1+ ; MPL .. Summary: Development environment for cairo Group: Development/Libraries/X11 Requires: %{name} = %{version} freetype2-devel fontconfig-devel libpng-devel xorg-x11-devel xorg-x11-libXrender-devel xorg-x11-libX11-devel xorg-x11-libxcb-devel