From: Jeongmo Yang Date: Wed, 15 Jun 2016 02:52:58 +0000 (+0900) Subject: Remove GPL licensed binary file X-Git-Tag: accepted/tizen/3.0.m2/mobile/20170105.025533^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_ivi;p=platform%2Fupstream%2Fv4l-utils.git Remove GPL licensed binary file Change-Id: I76063a41e7b4123048aaa812124b870cdad1ee43 Signed-off-by: Jeongmo Yang --- diff --git a/lib/libv4lconvert/Makefile.am b/lib/libv4lconvert/Makefile.am index 1bddfb9..3570784 100644 --- a/lib/libv4lconvert/Makefile.am +++ b/lib/libv4lconvert/Makefile.am @@ -1,6 +1,6 @@ if WITH_LIBV4L lib_LTLIBRARIES = libv4lconvert.la -libv4lconvertpriv_PROGRAMS = ov511-decomp ov518-decomp +#libv4lconvertpriv_PROGRAMS = ov511-decomp ov518-decomp include_HEADERS = ../include/libv4lconvert.h pkgconfig_DATA = libv4lconvert.pc LIBV4LCONVERT_VERSION = -version-info 0 @@ -24,7 +24,7 @@ endif libv4lconvert_la_CPPFLAGS = $(CFLAG_VISIBILITY) $(ENFORCE_LIBV4L_STATIC) libv4lconvert_la_LDFLAGS = $(LIBV4LCONVERT_VERSION) -lrt -lm $(JPEG_LIBS) $(ENFORCE_LIBV4L_STATIC) -ov511_decomp_SOURCES = ov511-decomp.c +#ov511_decomp_SOURCES = ov511-decomp.c -ov518_decomp_SOURCES = ov518-decomp.c +#ov518_decomp_SOURCES = ov518-decomp.c diff --git a/packaging/v4l-utils.spec b/packaging/v4l-utils.spec index 1d9c69f..ec1379d 100644 --- a/packaging/v4l-utils.spec +++ b/packaging/v4l-utils.spec @@ -14,7 +14,7 @@ Name: v4l-utils Version: 1.6.0 -Release: 3 +Release: 4 Summary: Utilities for video4linux and DVB devices License: LGPL-2.1+ Group: Multimedia/Utilities @@ -35,7 +35,7 @@ v4l2-sysfs-path. %package -n libv4l Summary: Collection of video4linux support libraries -License: LGPL-2.1+ and GPL-2.0 +License: LGPL-2.1+ Group: Multimedia/Libraries %description -n libv4l @@ -96,7 +96,8 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %files -n libv4l %manifest %{name}.manifest %license COPYING.lib* -%{_libdir}/libv4l/ +%{_libdir}/libv4l/v4l*.so +%{_libdir}/libv4l/plugins/*.so %{_libdir}/lib*.so.* %files -n libv4l-devel