From 9592c7500290c208f9432a216228684a5f8d3d42 Mon Sep 17 00:00:00 2001 From: Moonhee Choi Date: Tue, 10 Apr 2018 11:00:01 +0900 Subject: [PATCH] Modify Build Spec file - Modify LGPL-2.1+ to LGPL-2.1 Change-Id: I0175028831f1f97ce7c65bcb827a2d6b00efc7db Signed-off-by: Moonhee Choi --- packaging/cairo.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packaging/cairo.spec b/packaging/cairo.spec index 78ee1abd5..3667922f2 100644 --- a/packaging/cairo.spec +++ b/packaging/cairo.spec @@ -8,7 +8,7 @@ Name: cairo Version: 1.14.2 Release: 0 -License: MPL-1.1 or LGPL-2.1+ +License: MPL-1.1 or LGPL-2.1 Summary: Vector Graphics Library with Cross-Device Output Support Url: http://cairographics.org/ Group: Graphics/Libraries @@ -52,7 +52,7 @@ It is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available. %package -n libcairo -License: MPL-1.1 or LGPL-2.1+ +License: MPL-1.1 or LGPL-2.1 Summary: Vector Graphics Library with Cross-Device Output Support Group: Graphics/Libraries Provides: cairo = %{version} @@ -64,7 +64,7 @@ It is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available. %package -n libcairo-gobject -License: MPL-1.1 or LGPL-2.1+ +License: MPL-1.1 or LGPL-2.1 Summary: Vector Graphics Library with Cross-Device Output Support Group: Graphics/Libraries @@ -77,7 +77,7 @@ This library contains GType declarations for Cairo types. It is also meant to support gobject-introspection binding creation. %package -n libcairo-script-interpreter -License: MPL-1.1 or LGPL-2.1+ +License: MPL-1.1 or LGPL-2.1 Summary: Vector Graphics Library with Cross-Device Output Support Group: Graphics/Libraries @@ -87,7 +87,7 @@ It is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available. %package devel -License: MPL-1.1 or LGPL-2.1+ +License: MPL-1.1 or LGPL-2.1 Summary: Development environment for cairo Group: Development/Libraries Requires: libcairo = %{version} -- 2.34.1