diff --git a/cairo.changes b/cairo.changes index 2e7f1c6..1e4d44a 100644 --- a/cairo.changes +++ b/cairo.changes @@ -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 diff --git a/cairo.spec b/cairo.spec index b50b190..fa059f8 100644 --- a/cairo.spec +++ b/cairo.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Version: 1.15.4 Release: 0 Summary: Vector Graphics Library with Cross-Device Output Support License: LGPL-2.1+ or MPL-1.1 -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://cairographics.org/ Source: http://cairographics.org/snapshots/%{name}-%{version}.tar.xz Source99: baselibs.conf @@ -100,10 +100,10 @@ identical output on all output media while taking advantage of display hardware acceleration when available. %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+ 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 Provides: %{name}-utils = %{version} @@ -138,7 +138,6 @@ cairo. %build %configure \ - --with-pic \ --enable-fc \ --enable-ft \ %if %{build_gl_backend}