From 81886802b9a930544e7939fdaad035a268c81e31 Mon Sep 17 00:00:00 2001 From: Eunhae Choi Date: Wed, 9 Aug 2017 16:15:53 +0900 Subject: [PATCH] [spec] remove unused excutable file Change-Id: Ic309649282d1c15ba965bec6c1ad68dfb3958055 --- Makefile.am | 13 +++---------- packaging/gst-plugins-base.spec | 12 ------------ 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3e22b05..ac6ca32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,17 +6,11 @@ else SUBDIRS_EXT = endif -if HAVE_TV_PRODUCT -SUBDIRS_TOOLS = -else -SUBDIRS_TOOLS = tools -endif - SUBDIRS = \ pkgconfig \ gst-libs \ gst sys $(SUBDIRS_EXT) \ - tests $(SUBDIRS_TOOLS) \ + tests \ po \ common \ m4 @@ -25,7 +19,7 @@ DIST_SUBDIRS = \ pkgconfig \ gst-libs \ gst sys ext \ - tests $(SUBDIRS_TOOLS) \ + tests \ po \ common \ m4 @@ -87,8 +81,7 @@ CRUFT_FILES = \ $(top_builddir)/tests/check/elements/gdpdepay \ $(top_builddir)/tests/check/pipelines/streamheader \ $(top_builddir)/tests/examples/audio/testchannels \ - $(top_builddir)/tests/examples/volume/volume \ - $(top_builddir)/tools/gst-discoverer + $(top_builddir)/tests/examples/volume/volume CRUFT_DIRS = \ $(top_srcdir)/docs/plugins/tmpl \ diff --git a/packaging/gst-plugins-base.spec b/packaging/gst-plugins-base.spec index fe8da77..db3b954 100755 --- a/packaging/gst-plugins-base.spec +++ b/packaging/gst-plugins-base.spec @@ -128,12 +128,6 @@ rm -rf %{buildroot}%{_libdir}/girepository-%{gst_branch}/*.typelib %defattr(-, root, root) %license COPYING.LIB -%if "%{TIZEN_PRODUCT_TV}" != "1" -%{_bindir}/gst-device-monitor-%{gst_branch} -%{_bindir}/gst-discoverer-%{gst_branch} -%{_bindir}/gst-play-%{gst_branch} -%endif - %define _lib_gstreamer_dir %{_libdir}/gstreamer-%{gst_branch} %define _libdebug_dir %{_libdir}/debug/usr/lib @@ -157,12 +151,6 @@ rm -rf %{buildroot}%{_libdir}/girepository-%{gst_branch}/*.typelib %{_lib_gstreamer_dir}/libgstvolume.so %{_lib_gstreamer_dir}/libgstvorbis.so -%if "%{TIZEN_PRODUCT_TV}" != "1" -%doc %{_mandir}/man1/gst-device-monitor-* -%doc %{_mandir}/man1/gst-discoverer-* -%doc %{_mandir}/man1/gst-play-* -%endif - %if %{with x} %{_libdir}/gstreamer-%{gst_branch}/libgstximagesink.so %{_libdir}/gstreamer-%{gst_branch}/libgstxvimagesink.so -- 2.7.4