Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove generated .spec file
Likely extremely bitrotten, and we should not ship this anyway.
  • Loading branch information
tp-m committed Dec 14, 2016
1 parent e0742b8 commit 4dd7a25
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -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)

Expand Down Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -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
Expand Down

0 comments on commit 4dd7a25

Please sign in to comment.