mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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.sub
|
||||||
config.rpath
|
config.rpath
|
||||||
configure
|
configure
|
||||||
gst-plugins-base.spec
|
|
||||||
gstreamer-libs-uninstalled*.pc
|
gstreamer-libs-uninstalled*.pc
|
||||||
gstreamer-libs*.pc
|
gstreamer-libs*.pc
|
||||||
gstreamer-play-uninstalled*.pc
|
gstreamer-play-uninstalled*.pc
|
||||||
|
|
|
@ -32,7 +32,7 @@ DIST_SUBDIRS = \
|
||||||
include $(top_srcdir)/common/win32.mak
|
include $(top_srcdir)/common/win32.mak
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
gst-plugins-base.spec depcomp \
|
depcomp \
|
||||||
AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
|
AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
|
||||||
ChangeLog gst-plugins-base.doap autogen.sh $(win32)
|
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: plugins that have been merged or moved or renamed
|
||||||
|
|
||||||
CRUFT_FILES = \
|
CRUFT_FILES = \
|
||||||
|
$(top_builddir)/gst-plugins-base.spec \
|
||||||
$(top_builddir)/win32/common/config.h-new \
|
$(top_builddir)/win32/common/config.h-new \
|
||||||
$(top_builddir)/common/shave \
|
$(top_builddir)/common/shave \
|
||||||
$(top_builddir)/common/shave-libtool \
|
$(top_builddir)/common/shave-libtool \
|
||||||
|
|
|
@ -869,7 +869,6 @@ $MKDIR_P tests/check/orc
|
||||||
|
|
||||||
AC_CONFIG_FILES(
|
AC_CONFIG_FILES(
|
||||||
Makefile
|
Makefile
|
||||||
gst-plugins-base.spec
|
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
gst/adder/Makefile
|
gst/adder/Makefile
|
||||||
gst/app/Makefile
|
gst/app/Makefile
|
||||||
|
|
Loading…
Reference in a new issue