mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
Remove generated .spec file
Likely extremely bitrotten, and we should not ship this anyway.
This commit is contained in:
parent
e0742b8759
commit
4dd7a25d2d
3 changed files with 2 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue