Really remove generated .spec file
authorTim-Philipp Müller <tim@centricular.com>
Fri, 16 Dec 2016 17:33:44 +0000 (17:33 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 16 Dec 2016 17:33:44 +0000 (17:33 +0000)
.gitignore
Makefile.am
configure.ac

index 1a22c38..0d737b5 100644 (file)
@@ -27,7 +27,6 @@ autoregen.sh
 autom4te.cache
 aclocal.m4
 INSTALL
-gst-libav.spec
 -
 m4/libtool.m4
 m4/ltoptions.m4
index ce8e26f..dc80f1f 100644 (file)
@@ -5,7 +5,7 @@ SUBDIRS = $(LIBAV_SUBDIRS) $(COMMON_SUBDIRS) pkgconfig
 DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs pkgconfig
 
 EXTRA_DIST = \
-       gst-libav.spec depcomp autogen.sh \
+       depcomp autogen.sh \
        AUTHORS COPYING NEWS README ChangeLog gst-libav.doap
 ACLOCAL_AMFLAGS = -I m4 -I common/m4
 
@@ -32,6 +32,7 @@ build-checks:
 endif
 
 CRUFT_FILES = \
+       $(top_builddir)/gst-libav.spec \
        $(top_builddir)/common/shave \
        $(top_builddir)/common/shave-libtool \
        $(top_builddir)/common/m4/libtool.m4 \
index 2a4a57d..f1f7789 100644 (file)
@@ -487,7 +487,6 @@ AC_CONFIG_FILES(
 Makefile
 common/Makefile
 common/m4/Makefile
-gst-libav.spec
 ext/Makefile
 ext/libav/Makefile
 ext/libswscale/Makefile