summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoonhee choi <mh0310.choi@samsung.com>2015-12-23 16:45:57 -0800
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2015-12-23 16:45:57 -0800
commitb5e7bd8a60bcbcbd93ded809418e79d72d4813b7 (patch)
tree5591da7a943518de364d4937078c9aa5acf473f6
parent35254423f4ca6aa94f9f264b60fb09a5c58e8ae6 (diff)
parent74b9e248c50891879b456a80aa1abf55f1168285 (diff)
downloadcairo-b5e7bd8a60bcbcbd93ded809418e79d72d4813b7.tar.gz
cairo-b5e7bd8a60bcbcbd93ded809418e79d72d4813b7.tar.bz2
cairo-b5e7bd8a60bcbcbd93ded809418e79d72d4813b7.zip
Merge "[FIX PROTEX ISSUE]remove cairo-tools comments in cairo.spec" into tizen
-rw-r--r--packaging/cairo.spec33
1 files changed, 3 insertions, 30 deletions
diff --git a/packaging/cairo.spec b/packaging/cairo.spec
index 2cf96ec5f..39165e6cf 100644
--- a/packaging/cairo.spec
+++ b/packaging/cairo.spec
@@ -55,7 +55,7 @@ identical output on all output media while taking advantage of display
hardware acceleration when available.
%package -n libcairo
-License: LGPL-2.1+ or MPL-1.1
+License: MPL-1.1 or LGPL-2.1+
Summary: Vector Graphics Library with Cross-Device Output Support
Group: Graphics/Libraries
Provides: cairo = %{version}
@@ -69,7 +69,7 @@ identical output on all output media while taking advantage of display
hardware acceleration when available.
%package -n libcairo-gobject
-License: LGPL-2.1+ or MPL-1.1
+License: MPL-1.1 or LGPL-2.1+
Summary: Vector Graphics Library with Cross-Device Output Support
Group: Graphics/Libraries
@@ -84,7 +84,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: LGPL-2.1+ or MPL-1.1
+License: MPL-1.1 or LGPL-2.1+
Summary: Vector Graphics Library with Cross-Device Output Support
Group: Graphics/Libraries
@@ -95,22 +95,6 @@ in-memory image buffers, and PostScript. Cairo is designed to produce
identical output on all output media while taking advantage of display
hardware acceleration when available.
-%package -n tools
-License: GPL-3.0+
-Summary: Vector Graphics Library with Cross-Device Output Support -- Utilities
-Group: Development/Libraries
-# We need an explicit requires since nothing links to the cairo library
-#Requires: libcairo = %{version}
-
-%description -n tools
-Cairo is a vector graphics library with cross-device output support.
-Currently supported output targets include the X Window System,
-in-memory image buffers, and PostScript. Cairo is designed to produce
-identical output on all output media while taking advantage of display
-hardware acceleration when available.
-
-This package contains various cairo utilities.
-
%package devel
License: MPL-1.1 or LGPL-2.1+
Summary: Development environment for cairo
@@ -203,17 +187,6 @@ make %{?_smp_mflags} V=1
%license util/cairo-script/COPYING
%{_libdir}/libcairo-script-interpreter.so.*
-#%files -n tools
-#%manifest %{name}.manifest
-#%defattr(-, root, root)
-#%license util/cairo-trace/COPYING util/cairo-trace/COPYING-GPL-3
-#%{_bindir}/cairo-sphinx
-#%{_bindir}/cairo-trace
-#%dir %{_libdir}/cairo
-#%{_libdir}/cairo/cairo-fdr.so*
-#%{_libdir}/cairo/cairo-sphinx.so*
-#%{_libdir}/cairo/libcairo-trace.so*
-
%files devel
%manifest %{name}.manifest
%defattr(-, root, root)