Accepting request 96089 from devel:openSUSE:Factory:for-legal

- fix license to be in spdx.org format

OBS-URL: https://build.opensuse.org/request/show/96089
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=50
This commit is contained in:
Vincent Untz 2011-12-12 15:51:37 +00:00 committed by Git OBS Bridge
parent 88b48b5c05
commit 944c2e1160
2 changed files with 8 additions and 14 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 9 11:48:43 UTC 2011 - coolo@suse.com
- fix license to be in spdx.org format
-------------------------------------------------------------------
Fri Sep 30 20:07:46 UTC 2011 - coolo@suse.com

View File

@ -15,18 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define build_xcb_backend 0
%define build_gl_backend 0
Name: cairo
Version: 1.10.2
Release: 9
Release: 0
# FIXME: on update, check that cairo-fix-libs.patch (patch1) is still needed (nobody has the right fix for upstream :/)
License: LGPLv2.1+ ; MPL ..
Summary: Vector Graphics Library with Cross-Device Output Support
Url: http://cairographics.org/
License: LGPL-2.1+ ; MPL-1.1
Group: Development/Libraries/X11
Url: http://cairographics.org/
Source: %{name}-%{version}.tar.bz2
Source99: baselibs.conf
# PATCH-FIX-UPSTREAM cairo-modules-no-version.patch dimstar@opensuse.org -- Build modules with -module -avoid-version.
@ -63,8 +62,6 @@ hardware acceleration when available.
%package -n libcairo2
Summary: Vector Graphics Library with Cross-Device Output Support
License: LGPLv2.1+ ; MPL ..
Group: Development/Libraries/X11
Provides: cairo = %{version}
Obsoletes: cairo < %{version}
# bug437293
@ -82,8 +79,6 @@ hardware acceleration when available.
%package -n libcairo-gobject2
Summary: Vector Graphics Library with Cross-Device Output Support
License: LGPLv2.1+ ; MPL ..
Group: Development/Libraries/X11
%description -n libcairo-gobject2
Cairo is a vector graphics library with cross-device output support.
@ -97,8 +92,6 @@ meant to support gobject-introspection binding creation.
%package -n libcairo-script-interpreter2
Summary: Vector Graphics Library with Cross-Device Output Support
License: LGPLv2.1+ ; MPL ..
Group: Development/Libraries/X11
%description -n libcairo-script-interpreter2
Cairo is a vector graphics library with cross-device output support.
@ -109,8 +102,6 @@ hardware acceleration when available.
%package tools
Summary: Vector Graphics Library with Cross-Device Output Support -- Utilities
License: LGPLv2.1+ ; MPL ..
Group: Development/Libraries/X11
# We need an explicit requires since nothing links to the cairo library
Requires: libcairo2 = %{version}
# Named changed during development of 11.4
@ -127,9 +118,7 @@ hardware acceleration when available.
This package contains various cairo utilities.
%package devel
License: LGPLv2.1+ ; MPL ..
Summary: Development environment for cairo
Group: Development/Libraries/X11
Requires: libcairo2 = %{version}
Requires: libcairo-gobject2 = %{version}
Requires: libcairo-script-interpreter2 = %{version}