forked from pool/cairo
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:
parent
88b48b5c05
commit
944c2e1160
@ -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
|
Fri Sep 30 20:07:46 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
17
cairo.spec
17
cairo.spec
@ -15,18 +15,17 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define build_xcb_backend 0
|
%define build_xcb_backend 0
|
||||||
%define build_gl_backend 0
|
%define build_gl_backend 0
|
||||||
|
|
||||||
Name: cairo
|
Name: cairo
|
||||||
Version: 1.10.2
|
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 :/)
|
# 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
|
Summary: Vector Graphics Library with Cross-Device Output Support
|
||||||
Url: http://cairographics.org/
|
License: LGPL-2.1+ ; MPL-1.1
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
|
Url: http://cairographics.org/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM cairo-modules-no-version.patch dimstar@opensuse.org -- Build modules with -module -avoid-version.
|
# 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
|
%package -n libcairo2
|
||||||
Summary: Vector Graphics Library with Cross-Device Output Support
|
Summary: Vector Graphics Library with Cross-Device Output Support
|
||||||
License: LGPLv2.1+ ; MPL ..
|
|
||||||
Group: Development/Libraries/X11
|
|
||||||
Provides: cairo = %{version}
|
Provides: cairo = %{version}
|
||||||
Obsoletes: cairo < %{version}
|
Obsoletes: cairo < %{version}
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -82,8 +79,6 @@ hardware acceleration when available.
|
|||||||
|
|
||||||
%package -n libcairo-gobject2
|
%package -n libcairo-gobject2
|
||||||
Summary: Vector Graphics Library with Cross-Device Output Support
|
Summary: Vector Graphics Library with Cross-Device Output Support
|
||||||
License: LGPLv2.1+ ; MPL ..
|
|
||||||
Group: Development/Libraries/X11
|
|
||||||
|
|
||||||
%description -n libcairo-gobject2
|
%description -n libcairo-gobject2
|
||||||
Cairo is a vector graphics library with cross-device output support.
|
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
|
%package -n libcairo-script-interpreter2
|
||||||
Summary: Vector Graphics Library with Cross-Device Output Support
|
Summary: Vector Graphics Library with Cross-Device Output Support
|
||||||
License: LGPLv2.1+ ; MPL ..
|
|
||||||
Group: Development/Libraries/X11
|
|
||||||
|
|
||||||
%description -n libcairo-script-interpreter2
|
%description -n libcairo-script-interpreter2
|
||||||
Cairo is a vector graphics library with cross-device output support.
|
Cairo is a vector graphics library with cross-device output support.
|
||||||
@ -109,8 +102,6 @@ hardware acceleration when available.
|
|||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: Vector Graphics Library with Cross-Device Output Support -- Utilities
|
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
|
# We need an explicit requires since nothing links to the cairo library
|
||||||
Requires: libcairo2 = %{version}
|
Requires: libcairo2 = %{version}
|
||||||
# Named changed during development of 11.4
|
# Named changed during development of 11.4
|
||||||
@ -127,9 +118,7 @@ hardware acceleration when available.
|
|||||||
This package contains various cairo utilities.
|
This package contains various cairo utilities.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2.1+ ; MPL ..
|
|
||||||
Summary: Development environment for cairo
|
Summary: Development environment for cairo
|
||||||
Group: Development/Libraries/X11
|
|
||||||
Requires: libcairo2 = %{version}
|
Requires: libcairo2 = %{version}
|
||||||
Requires: libcairo-gobject2 = %{version}
|
Requires: libcairo-gobject2 = %{version}
|
||||||
Requires: libcairo-script-interpreter2 = %{version}
|
Requires: libcairo-script-interpreter2 = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user