Remove generated .spec file
authorTim-Philipp Müller <tim@centricular.com>
Fri, 16 Dec 2016 17:26:04 +0000 (17:26 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 16 Dec 2016 17:26:04 +0000 (17:26 +0000)
Likely extremely bitrotten, and we should not ship this anyway.

.gitignore
Makefile.am
configure.ac
gst-rtsp.spec.in [deleted file]

index 82aec05..2d4d543 100644 (file)
@@ -34,7 +34,6 @@ ltmain.sh
 missing
 stamp-h1
 tags
-gst-rtsp.spec
 stamp-h.in
 .dirstamp
 
index 7ece053..eb01c6a 100644 (file)
@@ -22,13 +22,13 @@ include $(top_srcdir)/common/win32.mak
 EXTRA_DIST = \
        ChangeLog autogen.sh depcomp \
        AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
-       gst-rtsp.spec docs/design/gst-rtp-server-design \
+       docs/design/gst-rtp-server-design \
        gst-rtsp-server.doap \
        $(win32)
 
 ACLOCAL_AMFLAGS = -I m4 -I common/m4
 
-DISTCLEANFILES = _stdint.h gst-rtsp.spec
+DISTCLEANFILES = _stdint.h
 
 include $(top_srcdir)/common/release.mak
 include $(top_srcdir)/common/po.mak
@@ -52,6 +52,7 @@ endif
 
 # cruft: plugins that have been merged or moved or renamed
 CRUFT_FILES = \
+       $(top_builddir)/gst-rtsp.spec \
        $(top_builddir)/common/shave \
        $(top_builddir)/common/shave-libtool \
        $(top_builddir)/common/m4/codeset.m4 \
index 4f85610..8167ff9 100644 (file)
@@ -356,7 +356,6 @@ dnl *** output files ***
 dnl keep this alphabetic per directory, please
 AC_CONFIG_FILES([
 Makefile
-gst-rtsp.spec
 common/Makefile
 common/m4/Makefile
 gst/Makefile
diff --git a/gst-rtsp.spec.in b/gst-rtsp.spec.in
deleted file mode 100644 (file)
index 12224f8..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-%define         gst_majorminor @GST_API_VERSION@
-
-Name:           gstreamer-rtsp-server
-Version:        @VERSION@
-Release:        1%{?dist}
-Summary:        GStreamer based RTSP server
-Vendor:                Collabora Multimedia
-Group:          Applications/Multimedia
-License:        LGPLv2+
-Source0:        gst-rtsp-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  gstreamer-devel >= 0.10.11
-
-
-%description
-This is a RTSP server using the GStreamer framework.
-
-
-%prep
-%setup -q -n gst-rtsp-%{version}
-
-
-%build
-%configure
-
-make
-
-%install
-%makeinstall
-
-# Clean out files that should not be part of the rpm.
-rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%post -p /sbin/ldconfig
-
-
-%postun -p /sbin/ldconfig
-
-
-%files
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING README INSTALL docs/design/gst-rtp-server-design
-%{_bindir}/gst-rtsp-server
-
-%changelog
-* Thu Oct 9 2008 Christian Schaller <christian.schaller@collabora.co.uk>
-- First spec file