summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoonhee Choi <mh0310.choi@samsung.com>2018-04-10 11:00:01 +0900
committerMoonhee Choi <mh0310.choi@samsung.com>2018-04-10 11:04:44 +0900
commit9592c7500290c208f9432a216228684a5f8d3d42 (patch)
treedae0862530eba08034cd4fb3dca812fad3310e5e
parent8649934adcb591418f23b00bc2bba2e09bc96de7 (diff)
downloadcairo-9592c7500290c208f9432a216228684a5f8d3d42.tar.gz
cairo-9592c7500290c208f9432a216228684a5f8d3d42.tar.bz2
cairo-9592c7500290c208f9432a216228684a5f8d3d42.zip
- Modify LGPL-2.1+ to LGPL-2.1 Change-Id: I0175028831f1f97ce7c65bcb827a2d6b00efc7db Signed-off-by: Moonhee Choi <mh0310.choi@samsung.com>
-rw-r--r--packaging/cairo.spec10
1 files 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}