From: Tim-Philipp Müller Date: Fri, 16 Dec 2016 17:33:44 +0000 (+0000) Subject: Really remove generated .spec file X-Git-Tag: 1.19.3~499^2~281 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=beb11a99ba7eaf431e4385146576ce96fdcb7283;p=platform%2Fupstream%2Fgstreamer.git Really remove generated .spec file --- diff --git a/.gitignore b/.gitignore index 1a22c38..0d737b5 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,6 @@ autoregen.sh autom4te.cache aclocal.m4 INSTALL -gst-libav.spec - m4/libtool.m4 m4/ltoptions.m4 diff --git a/Makefile.am b/Makefile.am index ce8e26f..dc80f1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/configure.ac b/configure.ac index 2a4a57d..f1f7789 100644 --- a/configure.ac +++ b/configure.ac @@ -487,7 +487,6 @@ AC_CONFIG_FILES( Makefile common/Makefile common/m4/Makefile -gst-libav.spec ext/Makefile ext/libav/Makefile ext/libswscale/Makefile