Remove generated .spec file
authorTim-Philipp Müller <tim@centricular.com>
Wed, 14 Dec 2016 09:48:02 +0000 (09:48 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 14 Dec 2016 09:48:02 +0000 (09:48 +0000)
Likely extremely bitrotten, and we should not ship this anyway.

.gitignore
Makefile.am
configure.ac

index 27ed576..acf73b5 100644 (file)
@@ -8,7 +8,6 @@ config.guess
 config.sub
 config.rpath
 configure
-gst-plugins-base.spec
 gstreamer-libs-uninstalled*.pc
 gstreamer-libs*.pc
 gstreamer-play-uninstalled*.pc
index f2c6983..88d02ed 100644 (file)
@@ -32,7 +32,7 @@ DIST_SUBDIRS =                        \
 include $(top_srcdir)/common/win32.mak
 
 EXTRA_DIST = \
-       gst-plugins-base.spec depcomp \
+       depcomp \
        AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
        ChangeLog gst-plugins-base.doap autogen.sh $(win32)
 
@@ -65,6 +65,7 @@ check: check-exports
 # cruft: plugins that have been merged or moved or renamed
 
 CRUFT_FILES = \
+       $(top_builddir)/gst-plugins-base.spec \
        $(top_builddir)/win32/common/config.h-new \
        $(top_builddir)/common/shave \
        $(top_builddir)/common/shave-libtool \
index 8a550e0..83c749f 100644 (file)
@@ -869,7 +869,6 @@ $MKDIR_P tests/check/orc
 
 AC_CONFIG_FILES(
 Makefile
-gst-plugins-base.spec
 gst/Makefile
 gst/adder/Makefile
 gst/app/Makefile