From 491b17a2bb9babe557e5f3fd0058aeabeb1af7af5c21c57985ac9dc5edf44552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sun, 12 Feb 2017 17:10:01 +0000 Subject: [PATCH] Accepting request 456398 from home:jengelh:branches:GNOME:Factory - Fix RPM groups; update summaries. Remove useless --with-pic which is only for static libs. OBS-URL: https://build.opensuse.org/request/show/456398 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=111 --- cairo.changes | 6 ++++++ cairo.spec | 9 ++++----- 2 files changed, 10 insertions(+), 5 deletions(-) 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}