[FIX PROTEX ISSUE]remove cairo-tools comments in cairo.spec 47/55447/1
authorhk57.kim <hk57.kim@samsung.com>
Thu, 24 Dec 2015 00:17:53 +0000 (09:17 +0900)
committerhk57.kim <hk57.kim@samsung.com>
Thu, 24 Dec 2015 00:17:53 +0000 (09:17 +0900)
Change-Id: Ie0d73fe28ad43f620b2bac49a73173e1efdd12db
Signed-off-by: hk57.kim <hk57.kim@samsung.com>
packaging/cairo.spec

index 2cf96ec..39165e6 100644 (file)
@@ -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)