Accepting request 456531 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/456531 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cairo?expand=0&rev=73
This commit is contained in:
commit
9fff0df268
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 11 13:53:32 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Fix RPM groups; update summaries.
|
||||||
|
Remove useless --with-pic which is only for static libs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 11 09:43:08 UTC 2016 - zaitor@opensuse.org
|
Sun Dec 11 09:43:08 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cairo
|
# spec file for package cairo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@ Version: 1.15.4
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Vector Graphics Library with Cross-Device Output Support
|
Summary: Vector Graphics Library with Cross-Device Output Support
|
||||||
License: LGPL-2.1+ or MPL-1.1
|
License: LGPL-2.1+ or MPL-1.1
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://cairographics.org/
|
Url: http://cairographics.org/
|
||||||
Source: http://cairographics.org/snapshots/%{name}-%{version}.tar.xz
|
Source: http://cairographics.org/snapshots/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
@ -100,10 +100,10 @@ identical output on all output media while taking advantage of display
|
|||||||
hardware acceleration when available.
|
hardware acceleration when available.
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: Vector Graphics Library with Cross-Device Output Support -- Utilities
|
Summary: Utilities for cairo, a Vector Graphics Library with Cross-Device Output Support
|
||||||
|
# We need an explicit requires since nothing links to the cairo library
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
# 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
|
||||||
Provides: %{name}-utils = %{version}
|
Provides: %{name}-utils = %{version}
|
||||||
@ -138,7 +138,6 @@ cairo.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--with-pic \
|
|
||||||
--enable-fc \
|
--enable-fc \
|
||||||
--enable-ft \
|
--enable-ft \
|
||||||
%if %{build_gl_backend}
|
%if %{build_gl_backend}
|
||||||
|
Loading…
Reference in New Issue
Block a user